#F01DBD
A medium, vivid magenta closely aligning with Mediumvioletred.
About #F01DBD
The hex code #F01DBD represents a beautifully specific shade of magenta. Designers often compare it to the standard color Mediumvioletred. In the RGB color space, it consists of 240 red, 29 green, and 189 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 88% M, 21% Y, and 6% K. With a hue angle of 314.5 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F01DBD
RGB240, 29, 189
HSL314.5°, 87.6%, 52.7%
CMYK0%, 88%, 21%, 6%
HSV314.5°, 87.9%, 94.1%
LAB55.2, 84.6, -31.8
XYZ45.6, 23.1, 50.2
Decimal15736253
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.74:1
Text on #FFFFFF
AA Large
5.62:1
Text on #000000
AA
3.57:1
Text on #F8FAFC
AA Large
4.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F01DBD;
}
.text-color {
color: #F01DBD;
}
.border-color {
border: 2px solid #F01DBD;
}