#F0076D
A medium, vivid magenta closely aligning with Deeppink.
About #F0076D
The hex code #F0076D represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Deeppink. In the RGB color space, it consists of 240 red, 7 green, and 109 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 97% magenta inks. The HSL representation is 333.7° hue, 94.3% saturation, and 48.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0076D
RGB240, 7, 109
HSL333.7°, 94.3%, 48.4%
CMYK0%, 97%, 55%, 6%
HSV333.7°, 97.1%, 94.1%
LAB51.6, 79.5, 10.5
XYZ38.8, 19.8, 16.2
Decimal15730541
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.24:1
Text on #FFFFFF
AA Large
4.96:1
Text on #000000
AA
4.05:1
Text on #F8FAFC
AA Large
4.21:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F0076D;
}
.text-color {
color: #F0076D;
}
.border-color {
border: 2px solid #F0076D;
}