Shades of Hot Magenta #FC08D3
Tints of Hot Magenta #FC08D3
RGB
CMYK
RGB Variations
Color information
#FC08D3 (or 0xFC08D3) is known color: Hot Magenta. HEX triplet: FC, 08 and D3. RGB value is (252,8,211). Sum of RGB (Red+Green+Blue) = 252+8+211=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 8 (3.52% from 255 or 1.70% from 471); Blue value is 211 (82.81% from 255 or 44.80% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC08D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC08D3 is #03F72C. Grayscale: #676767. Windows color (decimal): -259885 or 13830396. OLE color: 13830396.
HSL color Cylindrical-coordinate representation of color #FC08D3: hue angle of 310.08º 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 #FC08D3 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 211 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.01 |
| HSL | 310.08º | 0.98% | 0.51% | - |
| HSV(B) | 310.08º | 0.97% | 0.99% | - |
| XYZ | 51.99 | 25.57 | 63.82 | - |
| YUV | 104.1 | 188.34 | 233.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 211 | 0 | 0.97 | 0.16 | 0.01 | 310.08 | 0.98 | 0.51 |
| Hex | FC | 8 | D3 | 0 | 61 | 10 | 1 | 136 | 62 | 33 |
| Octal | 374 | 10 | 323 | 0 | 141 | 20 | 1 | 466 | 142 | 63 |
| Binary | 11111100 | 1000 | 11010011 | 0 | 1100001 | 10000 | 1 | 100110110 | 1100010 | 110011 |
Color Harmonies of #FC08D3
Complementary color
Monochromatic Colors of #FC08D3
Black with #FC08D3
Text Example
Text Example
White with #FC08D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC08D3; }
p { color: rgb(252,8,211); }
H1.HeaderClassName
{
color: #FC08D3;
}
.AnyTagClassName
{
color: #FC08D3;
}
</style>
background-color css
<style>
a { background-color: #FC08D3; }
a { background-color: rgb(252,8,211); }
div.DivClassName
{
background-color: #FC08D3;
}
.BgClassName
{
background-color: #FC08D3;
}
</style>
border-color css
<style>
span { border-color: #FC08D3; }
span { border-color: rgb(252,8,211); }
td.TdClassName
{
border-color: #FC08D3;
}
.TagClassName
{
border-color: #FC08D3;
}
</style>