#F81DF0
A medium, vivid magenta closely aligning with Fuchsia.
About #F81DF0
At its core, #F81DF0 is a medium and vivid hue. It is closely associated with the named CSS color Fuchsia. In the RGB color space, it consists of 248 red, 29 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 88% magenta inks. With a hue angle of 302.2 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium 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#F81DF0
RGB248, 29, 240
HSL302.2°, 94.0%, 54.3%
CMYK0%, 88%, 3%, 3%
HSV302.2°, 88.3%, 97.3%
LAB59.1, 92.7, -54.5
XYZ54.9, 27.1, 84.8
Decimal16260592
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.27:1
Text on #FFFFFF
AA Large
6.43:1
Text on #000000
AA
3.12:1
Text on #F8FAFC
AA Large
5.46:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F81DF0;
}
.text-color {
color: #F81DF0;
}
.border-color {
border: 2px solid #F81DF0;
}