#F80FFF
A medium, vivid magenta closely aligning with Fuchsia.
About #F80FFF
At its core, #F80FFF is a medium and vivid hue. Designers often compare it to the standard color Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 15, and 255.
For print applications, it's crucial to understand its CMYK makeup. The color uses 3% Cyan, 94% Magenta, 0% Yellow, and 0% Black. The HSL representation is 298.2° hue, 100.0% saturation, and 52.9% lightness.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F80FFF
RGB248, 15, 255
HSL298.2°, 100.0%, 52.9%
CMYK3%, 94%, 0%, 0%
HSV298.2°, 94.1%, 100.0%
LAB59.5, 96.3, -62.3
XYZ56.9, 27.5, 96.9
Decimal16257023
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.23:1
Text on #FFFFFF
AA Large
6.50:1
Text on #000000
AA
3.09:1
Text on #F8FAFC
AA Large
5.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F80FFF;
}
.text-color {
color: #F80FFF;
}
.border-color {
border: 2px solid #F80FFF;
}