#F849F8
A light, vivid magenta closely aligning with Fuchsia.
About #F849F8
The hex code #F849F8 represents a beautifully specific shade of magenta. Its closest recognized web color is Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 73, and 248.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 71% Magenta, 0% Yellow, and 3% Black. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F849F8
RGB248, 73, 248
HSL300.0°, 92.6%, 62.9%
CMYK0%, 71%, 0%, 3%
HSV300.0°, 70.6%, 97.3%
LAB62.9, 84.0, -52.9
XYZ58.0, 31.5, 91.8
Decimal16271864
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.88:1
Text on #FFFFFF
FAIL
7.30:1
Text on #000000
AAA
2.75:1
Text on #F8FAFC
FAIL
6.21:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F849F8;
}
.text-color {
color: #F849F8;
}
.border-color {
border: 2px solid #F849F8;
}