#F0077C
A medium, vivid magenta closely aligning with Deeppink.
About #F0077C
The precise color #F0077C is an excellent choice for modern design projects. It is closely associated with the named CSS color Deeppink. This translates to an RGB value of rgb(240, 7, 124).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 97% magenta inks. With a hue angle of 329.9 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0077C
RGB240, 7, 124
HSL329.9°, 94.3%, 48.4%
CMYK0%, 97%, 48%, 6%
HSV329.9°, 97.1%, 94.1%
LAB52.0, 80.6, 1.9
XYZ39.6, 20.1, 20.9
Decimal15730556
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.18:1
Text on #FFFFFF
AA Large
5.03:1
Text on #000000
AA
3.99:1
Text on #F8FAFC
AA Large
4.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F0077C;
}
.text-color {
color: #F0077C;
}
.border-color {
border: 2px solid #F0077C;
}