#F016E2
A medium, vivid magenta closely aligning with Fuchsia.
About #F016E2
Visually, #F016E2 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, 22, 226).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 91% M, 6% Y, and 6% K. The HSL representation is 303.9° hue, 87.9% saturation, and 51.4% lightness.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F016E2
RGB240, 22, 226
HSL303.9°, 87.9%, 51.4%
CMYK0%, 91%, 6%, 6%
HSV303.9°, 90.8%, 94.1%
LAB56.7, 90.2, -50.6
XYZ49.9, 24.6, 74.1
Decimal15734498
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.55:1
Text on #FFFFFF
AA Large
5.92:1
Text on #000000
AA
3.39:1
Text on #F8FAFC
AA Large
5.03:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F016E2;
}
.text-color {
color: #F016E2;
}
.border-color {
border: 2px solid #F016E2;
}