#F05066
A light, vivid red closely aligning with Crimson.
About #F05066
Visually, #F05066 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Crimson. This translates to an RGB value of rgb(240, 80, 102).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 67% M, 57% Y, and 6% K. With a hue angle of 351.8 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F05066
RGB240, 80, 102
HSL351.8°, 84.2%, 62.7%
CMYK0%, 67%, 57%, 6%
HSV351.8°, 66.7%, 94.1%
LAB57.3, 62.5, 22.5
XYZ41.2, 25.2, 15.3
Decimal15749222
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.47:1
Text on #FFFFFF
AA Large
6.04:1
Text on #000000
AA
3.32:1
Text on #F8FAFC
AA Large
5.14:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F05066;
}
.text-color {
color: #F05066;
}
.border-color {
border: 2px solid #F05066;
}