#F01D83
A medium, vivid magenta closely aligning with Deeppink.
About #F01D83
At its core, #F01D83 is a medium and vivid hue. Designers often compare it to the standard color Deeppink. This translates to an RGB value of rgb(240, 29, 131).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 88% Magenta, 45% Yellow, and 6% Black. The HSL representation is 331.0° hue, 87.6% saturation, and 52.7% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F01D83
RGB240, 29, 131
HSL331.0°, 87.6%, 52.7%
CMYK0%, 88%, 45%, 6%
HSV331.0°, 87.9%, 94.1%
LAB53.0, 78.8, -0.8
XYZ40.5, 21.0, 23.4
Decimal15736195
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.03:1
Text on #FFFFFF
AA Large
5.21:1
Text on #000000
AA
3.85:1
Text on #F8FAFC
AA Large
4.43:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F01D83;
}
.text-color {
color: #F01D83;
}
.border-color {
border: 2px solid #F01D83;
}