#F01DAF
A medium, vivid magenta closely aligning with Mediumvioletred.
About #F01DAF
The precise color #F01DAF is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 29, and 175.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 88% Magenta, 27% Yellow, and 6% Black. With a hue angle of 318.5 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F01DAF
RGB240, 29, 175
HSL318.5°, 87.6%, 52.7%
CMYK0%, 88%, 27%, 6%
HSV318.5°, 87.9%, 94.1%
LAB54.6, 83.0, -24.6
XYZ44.1, 22.5, 42.6
Decimal15736239
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.82:1
Text on #FFFFFF
AA Large
5.50:1
Text on #000000
AA
3.65:1
Text on #F8FAFC
AA Large
4.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F01DAF;
}
.text-color {
color: #F01DAF;
}
.border-color {
border: 2px solid #F01DAF;
}