#F01DD3
A medium, vivid magenta closely aligning with Fuchsia.
About #F01DD3
The hex code #F01DD3 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Fuchsia. In the RGB color space, it consists of 240 red, 29 green, and 211 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 88% M, 12% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#F01DD3
RGB240, 29, 211
HSL308.2°, 87.6%, 52.7%
CMYK0%, 88%, 12%, 6%
HSV308.2°, 87.9%, 94.1%
LAB56.2, 87.4, -42.8
XYZ48.1, 24.1, 63.7
Decimal15736275
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.61:1
Text on #FFFFFF
AA Large
5.82:1
Text on #000000
AA
3.45:1
Text on #F8FAFC
AA Large
4.95:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F01DD3;
}
.text-color {
color: #F01DD3;
}
.border-color {
border: 2px solid #F01DD3;
}