Shades of Hot Magenta #FC00C0
Tints of Hot Magenta #FC00C0
RGB
CMYK
RGB Variations
Color information
#FC00C0 (or 0xFC00C0) is known color: Hot Magenta. HEX triplet: FC, 00 and C0. RGB value is (252,0,192). Sum of RGB (Red+Green+Blue) = 252+0+192=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 0 (0.39% from 255 or 0% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00C0 is #03FF3F. Grayscale: #606060. Windows color (decimal): -261952 or 12583164. OLE color: 12583164.
HSL color Cylindrical-coordinate representation of color #FC00C0: hue angle of 314.29º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC00C0 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 192 | - |
| CMYK | 0 | 1 | 0.24 | 0.01 |
| HSL | 314.29º | 1% | 0.49% | - |
| HSV(B) | 314.29º | 1% | 0.99% | - |
| XYZ | 49.66 | 24.5 | 51.98 | - |
| YUV | 97.24 | 181.49 | 238.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 192 | 0 | 1 | 0.24 | 0.01 | 314.29 | 1 | 0.49 |
| Hex | FC | 0 | C0 | 0 | 64 | 18 | 1 | 13A | 64 | 31 |
| Octal | 374 | 0 | 300 | 0 | 144 | 30 | 1 | 472 | 144 | 61 |
| Binary | 11111100 | 0 | 11000000 | 0 | 1100100 | 11000 | 1 | 100111010 | 1100100 | 110001 |
Color Harmonies of #FC00C0
Complementary color
Monochromatic Colors of #FC00C0
Black with #FC00C0
Text Example
Text Example
White with #FC00C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC00C0; }
p { color: rgb(252,0,192); }
H1.HeaderClassName
{
color: #FC00C0;
}
.AnyTagClassName
{
color: #FC00C0;
}
</style>
background-color css
<style>
a { background-color: #FC00C0; }
a { background-color: rgb(252,0,192); }
div.DivClassName
{
background-color: #FC00C0;
}
.BgClassName
{
background-color: #FC00C0;
}
</style>
border-color css
<style>
span { border-color: #FC00C0; }
span { border-color: rgb(252,0,192); }
td.TdClassName
{
border-color: #FC00C0;
}
.TagClassName
{
border-color: #FC00C0;
}
</style>