Shades of Magenta #FC16FE
Tints of Magenta #FC16FE
RGB
CMYK
RGB Variations
Color information
#FC16FE (or 0xFC16FE) is known color: Magenta. HEX triplet: FC, 16 and FE. RGB value is (252,22,254). Sum of RGB (Red+Green+Blue) = 252+22+254=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 22 (8.98% from 255 or 4.17% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC16FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC16FE is #03E901. Grayscale: #747474. Windows color (decimal): -256258 or 16652028. OLE color: 16652028.
HSL color Cylindrical-coordinate representation of color #FC16FE: hue angle of 299.48º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC16FE is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 22 | 254 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.00 |
| HSL | 299.48º | 0.99% | 0.54% | - |
| HSV(B) | 299.48º | 0.91% | 1% | - |
| XYZ | 58.32 | 28.43 | 96.18 | - |
| YUV | 117.22 | 205.2 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 254 | 0.01 | 0.91 | 0 | 0.00 | 299.48 | 0.99 | 0.54 |
| Hex | FC | 16 | FE | 1 | 5B | 0 | 0 | 12B | 63 | 36 |
| Octal | 374 | 26 | 376 | 1 | 133 | 0 | 0 | 453 | 143 | 66 |
| Binary | 11111100 | 10110 | 11111110 | 1 | 1011011 | 0 | 0 | 100101011 | 1100011 | 110110 |
Color Harmonies of #FC16FE
Complementary color
Monochromatic Colors of #FC16FE
Black with #FC16FE
Text Example
Text Example
White with #FC16FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC16FE; }
p { color: rgb(252,22,254); }
H1.HeaderClassName
{
color: #FC16FE;
}
.AnyTagClassName
{
color: #FC16FE;
}
</style>
background-color css
<style>
a { background-color: #FC16FE; }
a { background-color: rgb(252,22,254); }
div.DivClassName
{
background-color: #FC16FE;
}
.BgClassName
{
background-color: #FC16FE;
}
</style>
border-color css
<style>
span { border-color: #FC16FE; }
span { border-color: rgb(252,22,254); }
td.TdClassName
{
border-color: #FC16FE;
}
.TagClassName
{
border-color: #FC16FE;
}
</style>