#F80FE9
A medium, vivid magenta closely aligning with Fuchsia.
About #F80FE9
Visually, #F80FE9 is defined as a vivid magenta. Designers often compare it to the standard color Fuchsia. Its digital footprint relies on 248 parts red, 15 parts green, and 233 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, 6% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F80FE9
RGB248, 15, 233
HSL303.9°, 94.3%, 51.6%
CMYK0%, 94%, 6%, 3%
HSV303.9°, 94.0%, 97.3%
LAB58.2, 93.2, -52.0
XYZ53.6, 26.2, 79.3
Decimal16257001
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.37:1
Text on #FFFFFF
AA Large
6.24:1
Text on #000000
AA
3.22:1
Text on #F8FAFC
AA Large
5.30:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F80FE9;
}
.text-color {
color: #F80FE9;
}
.border-color {
border: 2px solid #F80FE9;
}