Shades of Magenta #FC16F0
Tints of Magenta #FC16F0
RGB
CMYK
RGB Variations
Color information
#FC16F0 (or 0xFC16F0) is known color: Magenta. HEX triplet: FC, 16 and F0. RGB value is (252,22,240). Sum of RGB (Red+Green+Blue) = 252+22+240=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 22 (8.98% from 255 or 4.28% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC16F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC16F0 is #03E90F. Grayscale: #727272. Windows color (decimal): -256272 or 15734524. OLE color: 15734524.
HSL color Cylindrical-coordinate representation of color #FC16F0: hue angle of 303.13º 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 #FC16F0 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 240 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.01 |
| HSL | 303.13º | 0.97% | 0.54% | - |
| HSV(B) | 303.13º | 0.91% | 0.99% | - |
| XYZ | 56.16 | 27.56 | 84.8 | - |
| YUV | 115.62 | 198.2 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 240 | 0 | 0.91 | 0.05 | 0.01 | 303.13 | 0.97 | 0.54 |
| Hex | FC | 16 | F0 | 0 | 5B | 5 | 1 | 12F | 61 | 36 |
| Octal | 374 | 26 | 360 | 0 | 133 | 5 | 1 | 457 | 141 | 66 |
| Binary | 11111100 | 10110 | 11110000 | 0 | 1011011 | 101 | 1 | 100101111 | 1100001 | 110110 |
Color Harmonies of #FC16F0
Complementary color
Monochromatic Colors of #FC16F0
Black with #FC16F0
Text Example
Text Example
White with #FC16F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC16F0; }
p { color: rgb(252,22,240); }
H1.HeaderClassName
{
color: #FC16F0;
}
.AnyTagClassName
{
color: #FC16F0;
}
</style>
background-color css
<style>
a { background-color: #FC16F0; }
a { background-color: rgb(252,22,240); }
div.DivClassName
{
background-color: #FC16F0;
}
.BgClassName
{
background-color: #FC16F0;
}
</style>
border-color css
<style>
span { border-color: #FC16F0; }
span { border-color: rgb(252,22,240); }
td.TdClassName
{
border-color: #FC16F0;
}
.TagClassName
{
border-color: #FC16F0;
}
</style>