Shades of Magenta #FC16E7
Tints of Magenta #FC16E7
RGB
CMYK
RGB Variations
Color information
#FC16E7 (or 0xFC16E7) is known color: Magenta. HEX triplet: FC, 16 and E7. RGB value is (252,22,231). Sum of RGB (Red+Green+Blue) = 252+22+231=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 22 (8.98% from 255 or 4.36% from 505); Blue value is 231 (90.62% from 255 or 45.74% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC16E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC16E7 is #03E918. Grayscale: #717171. Windows color (decimal): -256281 or 15144700. OLE color: 15144700.
HSL color Cylindrical-coordinate representation of color #FC16E7: hue angle of 305.48º 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 #FC16E7 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 231 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.01 |
| HSL | 305.48º | 0.97% | 0.54% | - |
| HSV(B) | 305.48º | 0.91% | 0.99% | - |
| XYZ | 54.86 | 27.04 | 77.93 | - |
| YUV | 114.6 | 193.7 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 231 | 0 | 0.91 | 0.08 | 0.01 | 305.48 | 0.97 | 0.54 |
| Hex | FC | 16 | E7 | 0 | 5B | 8 | 1 | 131 | 61 | 36 |
| Octal | 374 | 26 | 347 | 0 | 133 | 10 | 1 | 461 | 141 | 66 |
| Binary | 11111100 | 10110 | 11100111 | 0 | 1011011 | 1000 | 1 | 100110001 | 1100001 | 110110 |
Color Harmonies of #FC16E7
Complementary color
Monochromatic Colors of #FC16E7
Black with #FC16E7
Text Example
Text Example
White with #FC16E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC16E7; }
p { color: rgb(252,22,231); }
H1.HeaderClassName
{
color: #FC16E7;
}
.AnyTagClassName
{
color: #FC16E7;
}
</style>
background-color css
<style>
a { background-color: #FC16E7; }
a { background-color: rgb(252,22,231); }
div.DivClassName
{
background-color: #FC16E7;
}
.BgClassName
{
background-color: #FC16E7;
}
</style>
border-color css
<style>
span { border-color: #FC16E7; }
span { border-color: rgb(252,22,231); }
td.TdClassName
{
border-color: #FC16E7;
}
.TagClassName
{
border-color: #FC16E7;
}
</style>