Shades of Hot Magenta #FC0FE0
Tints of Hot Magenta #FC0FE0
RGB
CMYK
RGB Variations
Color information
#FC0FE0 (or 0xFC0FE0) is known color: Hot Magenta. HEX triplet: FC, 0F and E0. RGB value is (252,15,224). Sum of RGB (Red+Green+Blue) = 252+15+224=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 15 (6.25% from 255 or 3.05% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0FE0 is #03F01F. Grayscale: #6D6D6D. Windows color (decimal): -258080 or 14684156. OLE color: 14684156.
HSL color Cylindrical-coordinate representation of color #FC0FE0: hue angle of 307.09º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0FE0 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 15 | 224 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.01 |
| HSL | 307.09º | 0.98% | 0.52% | - |
| HSV(B) | 307.09º | 0.94% | 0.99% | - |
| XYZ | 53.77 | 26.42 | 72.79 | - |
| YUV | 109.69 | 192.52 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 15 | 224 | 0 | 0.94 | 0.11 | 0.01 | 307.09 | 0.98 | 0.52 |
| Hex | FC | F | E0 | 0 | 5E | B | 1 | 133 | 62 | 34 |
| Octal | 374 | 17 | 340 | 0 | 136 | 13 | 1 | 463 | 142 | 64 |
| Binary | 11111100 | 1111 | 11100000 | 0 | 1011110 | 1011 | 1 | 100110011 | 1100010 | 110100 |
Color Harmonies of #FC0FE0
Complementary color
Monochromatic Colors of #FC0FE0
Black with #FC0FE0
Text Example
Text Example
White with #FC0FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0FE0; }
p { color: rgb(252,15,224); }
H1.HeaderClassName
{
color: #FC0FE0;
}
.AnyTagClassName
{
color: #FC0FE0;
}
</style>
background-color css
<style>
a { background-color: #FC0FE0; }
a { background-color: rgb(252,15,224); }
div.DivClassName
{
background-color: #FC0FE0;
}
.BgClassName
{
background-color: #FC0FE0;
}
</style>
border-color css
<style>
span { border-color: #FC0FE0; }
span { border-color: rgb(252,15,224); }
td.TdClassName
{
border-color: #FC0FE0;
}
.TagClassName
{
border-color: #FC0FE0;
}
</style>