Shades of Hot Magenta #FC08DB
Tints of Hot Magenta #FC08DB
RGB
CMYK
RGB Variations
Color information
#FC08DB (or 0xFC08DB) is known color: Hot Magenta. HEX triplet: FC, 08 and DB. RGB value is (252,8,219). Sum of RGB (Red+Green+Blue) = 252+8+219=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 8 (3.52% from 255 or 1.67% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC08DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC08DB is #03F724. Grayscale: #686868. Windows color (decimal): -259877 or 14354684. OLE color: 14354684.
HSL color Cylindrical-coordinate representation of color #FC08DB: hue angle of 308.11º 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 #FC08DB is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 219 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.01 |
| HSL | 308.11º | 0.98% | 0.51% | - |
| HSV(B) | 308.11º | 0.97% | 0.99% | - |
| XYZ | 53.02 | 25.98 | 69.24 | - |
| YUV | 105.01 | 192.34 | 232.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 219 | 0 | 0.97 | 0.13 | 0.01 | 308.11 | 0.98 | 0.51 |
| Hex | FC | 8 | DB | 0 | 61 | D | 1 | 134 | 62 | 33 |
| Octal | 374 | 10 | 333 | 0 | 141 | 15 | 1 | 464 | 142 | 63 |
| Binary | 11111100 | 1000 | 11011011 | 0 | 1100001 | 1101 | 1 | 100110100 | 1100010 | 110011 |
Color Harmonies of #FC08DB
Complementary color
Monochromatic Colors of #FC08DB
Black with #FC08DB
Text Example
Text Example
White with #FC08DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC08DB; }
p { color: rgb(252,8,219); }
H1.HeaderClassName
{
color: #FC08DB;
}
.AnyTagClassName
{
color: #FC08DB;
}
</style>
background-color css
<style>
a { background-color: #FC08DB; }
a { background-color: rgb(252,8,219); }
div.DivClassName
{
background-color: #FC08DB;
}
.BgClassName
{
background-color: #FC08DB;
}
</style>
border-color css
<style>
span { border-color: #FC08DB; }
span { border-color: rgb(252,8,219); }
td.TdClassName
{
border-color: #FC08DB;
}
.TagClassName
{
border-color: #FC08DB;
}
</style>