#F03AF0
A medium, vivid magenta closely aligning with Fuchsia.
About #F03AF0
Visually, #F03AF0 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, 240).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 76% magenta inks. With a hue angle of 300.0 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F03AF0
RGB240, 58, 240
HSL300.0°, 85.8%, 58.4%
CMYK0%, 76%, 0%, 6%
HSV300.0°, 75.8%, 94.1%
LAB59.7, 85.5, -53.6
XYZ53.2, 27.8, 85.0
Decimal15743728
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.20:1
Text on #FFFFFF
AA Large
6.57:1
Text on #000000
AA
3.06:1
Text on #F8FAFC
AA Large
5.58:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F03AF0;
}
.text-color {
color: #F03AF0;
}
.border-color {
border: 2px solid #F03AF0;
}