#F80FDB
A medium, vivid magenta closely aligning with Fuchsia.
About #F80FDB
The precise color #F80FDB is an excellent choice for modern design projects. Its closest recognized web color is Fuchsia. In the RGB color space, it consists of 248 red, 15 green, and 219 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 94% Magenta, 12% Yellow, and 3% Black. The HSL representation is 307.5° hue, 94.3% saturation, and 51.6% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F80FDB
RGB248, 15, 219
HSL307.5°, 94.3%, 51.6%
CMYK0%, 94%, 12%, 3%
HSV307.5°, 94.0%, 97.3%
LAB57.5, 91.4, -45.3
XYZ51.7, 25.4, 69.2
Decimal16256987
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.45:1
Text on #FFFFFF
AA Large
6.08:1
Text on #000000
AA
3.30:1
Text on #F8FAFC
AA Large
5.17:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F80FDB;
}
.text-color {
color: #F80FDB;
}
.border-color {
border: 2px solid #F80FDB;
}