#F00075
A medium, vivid magenta closely aligning with Deeppink.
About #F00075
The precise color #F00075 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, 0, 117).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 100% Magenta, 51% Yellow, and 6% Black. With a hue angle of 330.8 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F00075
RGB240, 0, 117
HSL330.8°, 100.0%, 47.1%
CMYK0%, 100%, 51%, 6%
HSV330.8°, 100.0%, 94.1%
LAB51.6, 80.5, 5.6
XYZ39.1, 19.8, 18.6
Decimal15728757
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.23:1
Text on #FFFFFF
AA Large
4.96:1
Text on #000000
AA
4.05:1
Text on #F8FAFC
AA Large
4.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F00075;
}
.text-color {
color: #F00075;
}
.border-color {
border: 2px solid #F00075;
}