#F00F66
A medium, vivid magenta closely aligning with Crimson.
About #F00F66
At its core, #F00F66 is a medium and vivid hue. It is closely associated with the named CSS color Crimson. This translates to an RGB value of rgb(240, 15, 102).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 94% M, 57% Y, and 6% K. The HSL representation is 336.8° hue, 88.2% saturation, and 50.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F00F66
RGB240, 15, 102
HSL336.8°, 88.2%, 50.0%
CMYK0%, 94%, 57%, 6%
HSV336.8°, 93.8%, 94.1%
LAB51.6, 78.4, 14.8
XYZ38.5, 19.8, 14.4
Decimal15732582
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.23:1
Text on #FFFFFF
AA Large
4.97:1
Text on #000000
AA
4.04:1
Text on #F8FAFC
AA Large
4.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F00F66;
}
.text-color {
color: #F00F66;
}
.border-color {
border: 2px solid #F00F66;
}