#F80FE2
A medium, vivid magenta closely aligning with Fuchsia.
About #F80FE2
At its core, #F80FE2 is a medium and vivid hue. Its closest recognized web color is Fuchsia. Its digital footprint relies on 248 parts red, 15 parts green, and 226 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 94% M, 9% Y, and 3% K. With a hue angle of 305.7 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F80FE2
RGB248, 15, 226
HSL305.7°, 94.3%, 51.6%
CMYK0%, 94%, 9%, 3%
HSV305.7°, 94.0%, 97.3%
LAB57.8, 92.3, -48.7
XYZ52.6, 25.8, 74.2
Decimal16256994
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.41:1
Text on #FFFFFF
AA Large
6.16:1
Text on #000000
AA
3.26:1
Text on #F8FAFC
AA Large
5.23:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F80FE2;
}
.text-color {
color: #F80FE2;
}
.border-color {
border: 2px solid #F80FE2;
}