#F01DF0
A medium, vivid magenta closely aligning with Fuchsia.
About #F01DF0
At its core, #F01DF0 is a medium and vivid hue. It is closely associated with the named CSS color Fuchsia. In the RGB color space, it consists of 240 red, 29 green, and 240 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 88% Magenta, 0% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F01DF0
RGB240, 29, 240
HSL300.0°, 87.6%, 52.7%
CMYK0%, 88%, 0%, 6%
HSV300.0°, 87.9%, 94.1%
LAB57.7, 91.3, -56.8
XYZ52.1, 25.7, 84.7
Decimal15736304
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.42:1
Text on #FFFFFF
AA Large
6.14:1
Text on #000000
AA
3.27:1
Text on #F8FAFC
AA Large
5.22:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F01DF0;
}
.text-color {
color: #F01DF0;
}
.border-color {
border: 2px solid #F01DF0;
}