#F807C5
A medium, vivid magenta closely aligning with Fuchsia.
About #F807C5
Visually, #F807C5 is defined as a vivid magenta. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(248, 7, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 97% magenta, 21% yellow, and 3% black. With a hue angle of 312.7 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F807C5
RGB248, 7, 197
HSL312.7°, 94.5%, 50.0%
CMYK0%, 97%, 21%, 3%
HSV312.7°, 97.2%, 97.3%
LAB56.2, 89.2, -34.7
XYZ48.9, 24.1, 54.9
Decimal16254917
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.60:1
Text on #FFFFFF
AA Large
5.83:1
Text on #000000
AA
3.44:1
Text on #F8FAFC
AA Large
4.95:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F807C5;
}
.text-color {
color: #F807C5;
}
.border-color {
border: 2px solid #F807C5;
}