#F807CC
A medium, vivid magenta closely aligning with Fuchsia.
About #F807CC
At its core, #F807CC 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, 7, and 204.
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, 18% yellow, and 3% black. The HSL representation is 311.0° hue, 94.5% saturation, and 50.0% lightness.
Contrast ratios determine whether this color is safe for typography. 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#F807CC
RGB248, 7, 204
HSL311.0°, 94.5%, 50.0%
CMYK0%, 97%, 18%, 3%
HSV311.0°, 97.2%, 97.3%
LAB56.6, 90.1, -38.2
XYZ49.7, 24.5, 59.2
Decimal16254924
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.56:1
Text on #FFFFFF
AA Large
5.89:1
Text on #000000
AA
3.41:1
Text on #F8FAFC
AA Large
5.01:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F807CC;
}
.text-color {
color: #F807CC;
}
.border-color {
border: 2px solid #F807CC;
}