#F01675
A medium, vivid magenta closely aligning with Deeppink.
About #F01675
At its core, #F01675 is a medium and vivid hue. It is closely associated with the named CSS color Deeppink. This translates to an RGB value of rgb(240, 22, 117).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 91% M, 51% Y, and 6% K. With a hue angle of 333.9 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. 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#F01675
RGB240, 22, 117
HSL333.9°, 87.9%, 51.4%
CMYK0%, 91%, 51%, 6%
HSV333.9°, 90.8%, 94.1%
LAB52.3, 78.7, 6.6
XYZ39.4, 20.4, 18.7
Decimal15734389
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.14:1
Text on #FFFFFF
AA Large
5.08:1
Text on #000000
AA
3.95:1
Text on #F8FAFC
AA Large
4.32:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F01675;
}
.text-color {
color: #F01675;
}
.border-color {
border: 2px solid #F01675;
}