Shades of Hot Magenta #FC07CF
Tints of Hot Magenta #FC07CF
RGB
CMYK
RGB Variations
Color information
#FC07CF (or 0xFC07CF) is known color: Hot Magenta. HEX triplet: FC, 07 and CF. RGB value is (252,7,207). Sum of RGB (Red+Green+Blue) = 252+7+207=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 7 (3.12% from 255 or 1.50% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC07CF is #03F830. Grayscale: #666666. Windows color (decimal): -260145 or 13567996. OLE color: 13567996.
HSL color Cylindrical-coordinate representation of color #FC07CF: hue angle of 311.02º 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 #FC07CF is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 207 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.01 |
| HSL | 311.02º | 0.98% | 0.51% | - |
| HSV(B) | 311.02º | 0.97% | 0.99% | - |
| XYZ | 51.48 | 25.35 | 61.21 | - |
| YUV | 103.06 | 186.67 | 234.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 207 | 0 | 0.97 | 0.18 | 0.01 | 311.02 | 0.98 | 0.51 |
| Hex | FC | 7 | CF | 0 | 61 | 12 | 1 | 137 | 62 | 33 |
| Octal | 374 | 7 | 317 | 0 | 141 | 22 | 1 | 467 | 142 | 63 |
| Binary | 11111100 | 111 | 11001111 | 0 | 1100001 | 10010 | 1 | 100110111 | 1100010 | 110011 |
Color Harmonies of #FC07CF
Complementary color
Monochromatic Colors of #FC07CF
Black with #FC07CF
Text Example
Text Example
White with #FC07CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC07CF; }
p { color: rgb(252,7,207); }
H1.HeaderClassName
{
color: #FC07CF;
}
.AnyTagClassName
{
color: #FC07CF;
}
</style>
background-color css
<style>
a { background-color: #FC07CF; }
a { background-color: rgb(252,7,207); }
div.DivClassName
{
background-color: #FC07CF;
}
.BgClassName
{
background-color: #FC07CF;
}
</style>
border-color css
<style>
span { border-color: #FC07CF; }
span { border-color: rgb(252,7,207); }
td.TdClassName
{
border-color: #FC07CF;
}
.TagClassName
{
border-color: #FC07CF;
}
</style>