#F0666D
A light, vivid red closely aligning with Indianred.
About #F0666D
Visually, #F0666D is defined as a vivid red. Its closest recognized web color is Indianred. This translates to an RGB value of rgb(240, 102, 109).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 57% M, 55% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0666D
RGB240, 102, 109
HSL357.0°, 82.1%, 67.1%
CMYK0%, 57%, 55%, 6%
HSV357.0°, 57.5%, 94.1%
LAB60.9, 53.7, 23.2
XYZ43.4, 29.1, 17.8
Decimal15754861
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.08:1
Text on #FFFFFF
AA Large
6.83:1
Text on #000000
AA
2.94:1
Text on #F8FAFC
FAIL
5.80:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F0666D;
}
.text-color {
color: #F0666D;
}
.border-color {
border: 2px solid #F0666D;
}