#F01DDB
A medium, vivid magenta closely aligning with Fuchsia.
About #F01DDB
Visually, #F01DDB is defined as a vivid magenta. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(240, 29, 219).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 88% M, 9% Y, and 6% K. With a hue angle of 306.0 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F01DDB
RGB240, 29, 219
HSL306.0°, 87.6%, 52.7%
CMYK0%, 88%, 9%, 6%
HSV306.0°, 87.9%, 94.1%
LAB56.6, 88.4, -46.7
XYZ49.2, 24.5, 69.2
Decimal15736283
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.56:1
Text on #FFFFFF
AA Large
5.90:1
Text on #000000
AA
3.40:1
Text on #F8FAFC
AA Large
5.02:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F01DDB;
}
.text-color {
color: #F01DDB;
}
.border-color {
border: 2px solid #F01DDB;
}