#FF0FE2
A medium, vivid magenta closely aligning with Fuchsia.
About #FF0FE2
Visually, #FF0FE2 is defined as a vivid magenta. Designers often compare it to the standard color Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 15, and 226.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 94% M, 11% Y, and 0% K. With a hue angle of 307.2 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF0FE2
RGB255, 15, 226
HSL307.2°, 100.0%, 52.9%
CMYK0%, 94%, 11%, 0%
HSV307.2°, 94.1%, 100.0%
LAB59.1, 93.5, -46.6
XYZ55.1, 27.1, 74.3
Decimal16715746
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.27:1
Text on #FFFFFF
AA Large
6.42:1
Text on #000000
AA
3.13:1
Text on #F8FAFC
AA Large
5.46:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF0FE2;
}
.text-color {
color: #FF0FE2;
}
.border-color {
border: 2px solid #FF0FE2;
}