#F01DA0
A medium, vivid magenta closely aligning with Deeppink.
About #F01DA0
At its core, #F01DA0 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 29, and 160.
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 88% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#F01DA0
RGB240, 29, 160
HSL322.7°, 87.6%, 52.7%
CMYK0%, 88%, 33%, 6%
HSV322.7°, 87.9%, 94.1%
LAB54.0, 81.4, -16.7
XYZ42.7, 21.9, 35.2
Decimal15736224
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.90:1
Text on #FFFFFF
AA Large
5.39:1
Text on #000000
AA
3.72:1
Text on #F8FAFC
AA Large
4.58:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F01DA0;
}
.text-color {
color: #F01DA0;
}
.border-color {
border: 2px solid #F01DA0;
}