#F80FF0
A medium, vivid magenta closely aligning with Fuchsia.
About #F80FF0
At its core, #F80FF0 is a medium and vivid hue. Its closest recognized web color is Fuchsia. This translates to an RGB value of rgb(248, 15, 240).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 94% M, 3% Y, and 3% K. With a hue angle of 302.1 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F80FF0
RGB248, 15, 240
HSL302.1°, 94.3%, 51.6%
CMYK0%, 94%, 3%, 3%
HSV302.1°, 94.0%, 97.3%
LAB58.6, 94.2, -55.3
XYZ54.6, 26.6, 84.7
Decimal16257008
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.32:1
Text on #FFFFFF
AA Large
6.32:1
Text on #000000
AA
3.18:1
Text on #F8FAFC
AA Large
5.37:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F80FF0;
}
.text-color {
color: #F80FF0;
}
.border-color {
border: 2px solid #F80FF0;
}