Shades of Magenta #FC17E6
Tints of Magenta #FC17E6
RGB
CMYK
RGB Variations
Color information
#FC17E6 (or 0xFC17E6) is known color: Magenta. HEX triplet: FC, 17 and E6. RGB value is (252,23,230). Sum of RGB (Red+Green+Blue) = 252+23+230=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 23 (9.38% from 255 or 4.55% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC17E6 is #03E819. Grayscale: #727272. Windows color (decimal): -256026 or 15079420. OLE color: 15079420.
HSL color Cylindrical-coordinate representation of color #FC17E6: hue angle of 305.76º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC17E6 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 230 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.01 |
| HSL | 305.76º | 0.97% | 0.54% | - |
| HSV(B) | 305.76º | 0.91% | 0.99% | - |
| XYZ | 54.73 | 27.02 | 77.19 | - |
| YUV | 115.07 | 192.87 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 230 | 0 | 0.91 | 0.09 | 0.01 | 305.76 | 0.97 | 0.54 |
| Hex | FC | 17 | E6 | 0 | 5B | 9 | 1 | 132 | 61 | 36 |
| Octal | 374 | 27 | 346 | 0 | 133 | 11 | 1 | 462 | 141 | 66 |
| Binary | 11111100 | 10111 | 11100110 | 0 | 1011011 | 1001 | 1 | 100110010 | 1100001 | 110110 |
Color Harmonies of #FC17E6
Complementary color
Monochromatic Colors of #FC17E6
Black with #FC17E6
Text Example
Text Example
White with #FC17E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC17E6; }
p { color: rgb(252,23,230); }
H1.HeaderClassName
{
color: #FC17E6;
}
.AnyTagClassName
{
color: #FC17E6;
}
</style>
background-color css
<style>
a { background-color: #FC17E6; }
a { background-color: rgb(252,23,230); }
div.DivClassName
{
background-color: #FC17E6;
}
.BgClassName
{
background-color: #FC17E6;
}
</style>
border-color css
<style>
span { border-color: #FC17E6; }
span { border-color: rgb(252,23,230); }
td.TdClassName
{
border-color: #FC17E6;
}
.TagClassName
{
border-color: #FC17E6;
}
</style>