Shades of Magenta #FC16EF
Tints of Magenta #FC16EF
RGB
CMYK
RGB Variations
Color information
#FC16EF (or 0xFC16EF) is known color: Magenta. HEX triplet: FC, 16 and EF. RGB value is (252,22,239). Sum of RGB (Red+Green+Blue) = 252+22+239=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 22 (8.98% from 255 or 4.29% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC16EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC16EF is #03E910. Grayscale: #727272. Windows color (decimal): -256273 or 15668988. OLE color: 15668988.
HSL color Cylindrical-coordinate representation of color #FC16EF: hue angle of 303.39º 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 #FC16EF is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 239 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.01 |
| HSL | 303.39º | 0.97% | 0.54% | - |
| HSV(B) | 303.39º | 0.91% | 0.99% | - |
| XYZ | 56.01 | 27.5 | 84.02 | - |
| YUV | 115.51 | 197.7 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 239 | 0 | 0.91 | 0.05 | 0.01 | 303.39 | 0.97 | 0.54 |
| Hex | FC | 16 | EF | 0 | 5B | 5 | 1 | 12F | 61 | 36 |
| Octal | 374 | 26 | 357 | 0 | 133 | 5 | 1 | 457 | 141 | 66 |
| Binary | 11111100 | 10110 | 11101111 | 0 | 1011011 | 101 | 1 | 100101111 | 1100001 | 110110 |
Color Harmonies of #FC16EF
Complementary color
Monochromatic Colors of #FC16EF
Black with #FC16EF
Text Example
Text Example
White with #FC16EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC16EF; }
p { color: rgb(252,22,239); }
H1.HeaderClassName
{
color: #FC16EF;
}
.AnyTagClassName
{
color: #FC16EF;
}
</style>
background-color css
<style>
a { background-color: #FC16EF; }
a { background-color: rgb(252,22,239); }
div.DivClassName
{
background-color: #FC16EF;
}
.BgClassName
{
background-color: #FC16EF;
}
</style>
border-color css
<style>
span { border-color: #FC16EF; }
span { border-color: rgb(252,22,239); }
td.TdClassName
{
border-color: #FC16EF;
}
.TagClassName
{
border-color: #FC16EF;
}
</style>