#F03AE9
A medium, vivid magenta closely aligning with Fuchsia.
About #F03AE9
Visually, #F03AE9 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, 58, 233).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 76% magenta, 3% yellow, and 6% black. With a hue angle of 302.3 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F03AE9
RGB240, 58, 233
HSL302.3°, 85.8%, 58.4%
CMYK0%, 76%, 3%, 6%
HSV302.3°, 75.8%, 94.1%
LAB59.4, 84.5, -50.2
XYZ52.2, 27.4, 79.6
Decimal15743721
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.24:1
Text on #FFFFFF
AA Large
6.49:1
Text on #000000
AA
3.09:1
Text on #F8FAFC
AA Large
5.51:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F03AE9;
}
.text-color {
color: #F03AE9;
}
.border-color {
border: 2px solid #F03AE9;
}