Shades of Hot Magenta #FC07D2
Tints of Hot Magenta #FC07D2
RGB
CMYK
RGB Variations
Color information
#FC07D2 (or 0xFC07D2) is known color: Hot Magenta. HEX triplet: FC, 07 and D2. RGB value is (252,7,210). Sum of RGB (Red+Green+Blue) = 252+7+210=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 7 (3.12% from 255 or 1.49% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC07D2 is #03F82D. Grayscale: #666666. Windows color (decimal): -260142 or 13764604. OLE color: 13764604.
HSL color Cylindrical-coordinate representation of color #FC07D2: hue angle of 310.29º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC07D2 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 210 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.01 |
| HSL | 310.29º | 0.98% | 0.51% | - |
| HSV(B) | 310.29º | 0.97% | 0.99% | - |
| XYZ | 51.85 | 25.5 | 63.16 | - |
| YUV | 103.4 | 188.17 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 210 | 0 | 0.97 | 0.17 | 0.01 | 310.29 | 0.98 | 0.51 |
| Hex | FC | 7 | D2 | 0 | 61 | 11 | 1 | 136 | 62 | 33 |
| Octal | 374 | 7 | 322 | 0 | 141 | 21 | 1 | 466 | 142 | 63 |
| Binary | 11111100 | 111 | 11010010 | 0 | 1100001 | 10001 | 1 | 100110110 | 1100010 | 110011 |
Color Harmonies of #FC07D2
Complementary color
Monochromatic Colors of #FC07D2
Black with #FC07D2
Text Example
Text Example
White with #FC07D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC07D2; }
p { color: rgb(252,7,210); }
H1.HeaderClassName
{
color: #FC07D2;
}
.AnyTagClassName
{
color: #FC07D2;
}
</style>
background-color css
<style>
a { background-color: #FC07D2; }
a { background-color: rgb(252,7,210); }
div.DivClassName
{
background-color: #FC07D2;
}
.BgClassName
{
background-color: #FC07D2;
}
</style>
border-color css
<style>
span { border-color: #FC07D2; }
span { border-color: rgb(252,7,210); }
td.TdClassName
{
border-color: #FC07D2;
}
.TagClassName
{
border-color: #FC07D2;
}
</style>