#F17A6D
A light, vivid red closely aligning with Salmon.
About #F17A6D
Visually, #F17A6D is defined as a vivid red. If you're using CSS, you might find it aligns closely with Salmon. This translates to an RGB value of rgb(241, 122, 109).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 49% Magenta, 55% Yellow, and 5% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F17A6D
RGB241, 122, 109
HSL5.9°, 82.5%, 68.6%
CMYK0%, 49%, 55%, 5%
HSV5.9°, 54.8%, 94.5%
LAB64.7, 44.5, 28.3
XYZ46.0, 33.7, 18.6
Decimal15825517
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.71:1
Text on #FFFFFF
FAIL
7.74:1
Text on #000000
AAA
2.59:1
Text on #F8FAFC
FAIL
6.58:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F17A6D;
}
.text-color {
color: #F17A6D;
}
.border-color {
border: 2px solid #F17A6D;
}