#F01DFF
A medium, vivid magenta closely aligning with Fuchsia.
About #F01DFF
At its core, #F01DFF is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 29, and 255.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 6% Cyan, 89% Magenta, 0% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
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#F01DFF
RGB240, 29, 255
HSL296.0°, 100.0%, 55.7%
CMYK6%, 89%, 0%, 0%
HSV296.0°, 88.6%, 100.0%
LAB58.6, 93.5, -63.7
XYZ54.4, 26.6, 96.9
Decimal15736319
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.32:1
Text on #FFFFFF
AA Large
6.32:1
Text on #000000
AA
3.17:1
Text on #F8FAFC
AA Large
5.38:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F01DFF;
}
.text-color {
color: #F01DFF;
}
.border-color {
border: 2px solid #F01DFF;
}