#FF49F0
A light, vivid magenta closely aligning with Fuchsia.
About #FF49F0
When working with digital screens, the color #FF49F0 is rendered by mixing light. Designers often compare it to the standard color Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 73, and 240.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 71% magenta, 6% yellow, and 0% black. With a hue angle of 304.9 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF49F0
RGB255, 73, 240
HSL304.9°, 100.0%, 64.3%
CMYK0%, 71%, 6%, 0%
HSV304.9°, 71.4%, 100.0%
LAB63.6, 84.2, -47.3
XYZ59.4, 32.3, 85.5
Decimal16730608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.81:1
Text on #FFFFFF
FAIL
7.46:1
Text on #000000
AAA
2.69:1
Text on #F8FAFC
FAIL
6.34:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF49F0;
}
.text-color {
color: #FF49F0;
}
.border-color {
border: 2px solid #FF49F0;
}