#F01D66
A medium, vivid magenta closely aligning with Crimson.
About #F01D66
Visually, #F01D66 is defined as a vivid magenta. It is closely associated with the named CSS color Crimson. This translates to an RGB value of rgb(240, 29, 102).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 88% M, 57% Y, and 6% K. The HSL representation is 339.2° hue, 87.6% saturation, and 52.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium 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#F01D66
RGB240, 29, 102
HSL339.2°, 87.6%, 52.7%
CMYK0%, 88%, 57%, 6%
HSV339.2°, 87.9%, 94.1%
LAB52.2, 76.7, 15.6
XYZ38.8, 20.4, 14.5
Decimal15736166
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.14:1
Text on #FFFFFF
AA Large
5.07:1
Text on #000000
AA
3.96:1
Text on #F8FAFC
AA Large
4.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F01D66;
}
.text-color {
color: #F01D66;
}
.border-color {
border: 2px solid #F01D66;
}