Shades of Hot Magenta #FC05DB
Tints of Hot Magenta #FC05DB
RGB
CMYK
RGB Variations
Color information
#FC05DB (or 0xFC05DB) is known color: Hot Magenta. HEX triplet: FC, 05 and DB. RGB value is (252,5,219). Sum of RGB (Red+Green+Blue) = 252+5+219=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 5 (2.34% from 255 or 1.05% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC05DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC05DB is #03FA24. Grayscale: #666666. Windows color (decimal): -260645 or 14353916. OLE color: 14353916.
HSL color Cylindrical-coordinate representation of color #FC05DB: hue angle of 308.02º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC05DB is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 219 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.01 |
| HSL | 308.02º | 0.98% | 0.5% | - |
| HSV(B) | 308.02º | 0.98% | 0.99% | - |
| XYZ | 52.99 | 25.92 | 69.23 | - |
| YUV | 103.25 | 193.33 | 234.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 219 | 0 | 0.98 | 0.13 | 0.01 | 308.02 | 0.98 | 0.5 |
| Hex | FC | 5 | DB | 0 | 62 | D | 1 | 134 | 62 | 32 |
| Octal | 374 | 5 | 333 | 0 | 142 | 15 | 1 | 464 | 142 | 62 |
| Binary | 11111100 | 101 | 11011011 | 0 | 1100010 | 1101 | 1 | 100110100 | 1100010 | 110010 |
Color Harmonies of #FC05DB
Complementary color
Monochromatic Colors of #FC05DB
Black with #FC05DB
Text Example
Text Example
White with #FC05DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC05DB; }
p { color: rgb(252,5,219); }
H1.HeaderClassName
{
color: #FC05DB;
}
.AnyTagClassName
{
color: #FC05DB;
}
</style>
background-color css
<style>
a { background-color: #FC05DB; }
a { background-color: rgb(252,5,219); }
div.DivClassName
{
background-color: #FC05DB;
}
.BgClassName
{
background-color: #FC05DB;
}
</style>
border-color css
<style>
span { border-color: #FC05DB; }
span { border-color: rgb(252,5,219); }
td.TdClassName
{
border-color: #FC05DB;
}
.TagClassName
{
border-color: #FC05DB;
}
</style>