#F0246D
A medium, vivid magenta closely aligning with Deeppink.
About #F0246D
The hex code #F0246D represents a beautifully specific shade of magenta. Designers often compare it to the standard color Deeppink. Its digital footprint relies on 240 parts red, 36 parts green, and 109 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 85% Magenta, 55% Yellow, and 6% Black. With a hue angle of 338.5 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0246D
RGB240, 36, 109
HSL338.5°, 87.2%, 54.1%
CMYK0%, 85%, 55%, 6%
HSV338.5°, 85.0%, 94.1%
LAB52.8, 75.9, 12.2
XYZ39.3, 20.9, 16.4
Decimal15737965
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.06:1
Text on #FFFFFF
AA Large
5.18:1
Text on #000000
AA
3.88:1
Text on #F8FAFC
AA Large
4.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F0246D;
}
.text-color {
color: #F0246D;
}
.border-color {
border: 2px solid #F0246D;
}