Shades of Hot Magenta #FC00E4
Tints of Hot Magenta #FC00E4
RGB
CMYK
RGB Variations
Color information
#FC00E4 (or 0xFC00E4) is known color: Hot Magenta. HEX triplet: FC, 00 and E4. RGB value is (252,0,228). Sum of RGB (Red+Green+Blue) = 252+0+228=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 0 (0.39% from 255 or 0% from 480); Blue value is 228 (89.45% from 255 or 47.5% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00E4 is #03FF1B. Grayscale: #646464. Windows color (decimal): -261916 or 14942460. OLE color: 14942460.
HSL color Cylindrical-coordinate representation of color #FC00E4: hue angle of 305.71º 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 #FC00E4 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 228 | - |
| CMYK | 0 | 1 | 0.10 | 0.01 |
| HSL | 305.71º | 1% | 0.49% | - |
| HSV(B) | 305.71º | 1% | 0.99% | - |
| XYZ | 54.15 | 26.3 | 75.62 | - |
| YUV | 101.34 | 199.49 | 235.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 228 | 0 | 1 | 0.10 | 0.01 | 305.71 | 1 | 0.49 |
| Hex | FC | 0 | E4 | 0 | 64 | A | 1 | 132 | 64 | 31 |
| Octal | 374 | 0 | 344 | 0 | 144 | 12 | 1 | 462 | 144 | 61 |
| Binary | 11111100 | 0 | 11100100 | 0 | 1100100 | 1010 | 1 | 100110010 | 1100100 | 110001 |
Color Harmonies of #FC00E4
Complementary color
Monochromatic Colors of #FC00E4
Black with #FC00E4
Text Example
Text Example
White with #FC00E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC00E4; }
p { color: rgb(252,0,228); }
H1.HeaderClassName
{
color: #FC00E4;
}
.AnyTagClassName
{
color: #FC00E4;
}
</style>
background-color css
<style>
a { background-color: #FC00E4; }
a { background-color: rgb(252,0,228); }
div.DivClassName
{
background-color: #FC00E4;
}
.BgClassName
{
background-color: #FC00E4;
}
</style>
border-color css
<style>
span { border-color: #FC00E4; }
span { border-color: rgb(252,0,228); }
td.TdClassName
{
border-color: #FC00E4;
}
.TagClassName
{
border-color: #FC00E4;
}
</style>