#F01DA8
A medium, vivid magenta closely aligning with Deeppink.
About #F01DA8
The hex code #F01DA8 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Deeppink. This translates to an RGB value of rgb(240, 29, 168).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 88% Magenta, 30% Yellow, and 6% Black. The HSL representation is 320.5° hue, 87.6% saturation, and 52.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F01DA8
RGB240, 29, 168
HSL320.5°, 87.6%, 52.7%
CMYK0%, 88%, 30%, 6%
HSV320.5°, 87.9%, 94.1%
LAB54.3, 82.3, -20.9
XYZ43.4, 22.2, 39.0
Decimal15736232
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.86:1
Text on #FFFFFF
AA Large
5.45:1
Text on #000000
AA
3.69:1
Text on #F8FAFC
AA Large
4.63:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F01DA8;
}
.text-color {
color: #F01DA8;
}
.border-color {
border: 2px solid #F01DA8;
}