Shades of Hot Magenta #FC06C7
Tints of Hot Magenta #FC06C7
RGB
CMYK
RGB Variations
Color information
#FC06C7 (or 0xFC06C7) is known color: Hot Magenta. HEX triplet: FC, 06 and C7. RGB value is (252,6,199). Sum of RGB (Red+Green+Blue) = 252+6+199=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 6 (2.73% from 255 or 1.31% from 457); Blue value is 199 (78.12% from 255 or 43.54% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC06C7 is #03F938. Grayscale: #656565. Windows color (decimal): -260409 or 13043452. OLE color: 13043452.
HSL color Cylindrical-coordinate representation of color #FC06C7: hue angle of 312.93º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC06C7 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 199 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.01 |
| HSL | 312.93º | 0.98% | 0.51% | - |
| HSV(B) | 312.93º | 0.98% | 0.99% | - |
| XYZ | 50.52 | 24.95 | 56.19 | - |
| YUV | 101.56 | 183 | 235.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 199 | 0 | 0.98 | 0.21 | 0.01 | 312.93 | 0.98 | 0.51 |
| Hex | FC | 6 | C7 | 0 | 62 | 15 | 1 | 139 | 62 | 33 |
| Octal | 374 | 6 | 307 | 0 | 142 | 25 | 1 | 471 | 142 | 63 |
| Binary | 11111100 | 110 | 11000111 | 0 | 1100010 | 10101 | 1 | 100111001 | 1100010 | 110011 |
Color Harmonies of #FC06C7
Complementary color
Monochromatic Colors of #FC06C7
Black with #FC06C7
Text Example
Text Example
White with #FC06C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC06C7; }
p { color: rgb(252,6,199); }
H1.HeaderClassName
{
color: #FC06C7;
}
.AnyTagClassName
{
color: #FC06C7;
}
</style>
background-color css
<style>
a { background-color: #FC06C7; }
a { background-color: rgb(252,6,199); }
div.DivClassName
{
background-color: #FC06C7;
}
.BgClassName
{
background-color: #FC06C7;
}
</style>
border-color css
<style>
span { border-color: #FC06C7; }
span { border-color: rgb(252,6,199); }
td.TdClassName
{
border-color: #FC06C7;
}
.TagClassName
{
border-color: #FC06C7;
}
</style>