Shades of Hot Magenta #FC00DB
Tints of Hot Magenta #FC00DB
RGB
CMYK
RGB Variations
Color information
#FC00DB (or 0xFC00DB) is known color: Hot Magenta. HEX triplet: FC, 00 and DB. RGB value is (252,0,219). Sum of RGB (Red+Green+Blue) = 252+0+219=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 0 (0.39% from 255 or 0% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00DB is #03FF24. Grayscale: #636363. Windows color (decimal): -261925 or 14352636. OLE color: 14352636.
HSL color Cylindrical-coordinate representation of color #FC00DB: hue angle of 307.86º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC00DB is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 219 | - |
| CMYK | 0 | 1 | 0.13 | 0.01 |
| HSL | 307.86º | 1% | 0.49% | - |
| HSV(B) | 307.86º | 1% | 0.99% | - |
| XYZ | 52.93 | 25.81 | 69.21 | - |
| YUV | 100.31 | 194.99 | 236.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 219 | 0 | 1 | 0.13 | 0.01 | 307.86 | 1 | 0.49 |
| Hex | FC | 0 | DB | 0 | 64 | D | 1 | 134 | 64 | 31 |
| Octal | 374 | 0 | 333 | 0 | 144 | 15 | 1 | 464 | 144 | 61 |
| Binary | 11111100 | 0 | 11011011 | 0 | 1100100 | 1101 | 1 | 100110100 | 1100100 | 110001 |
Color Harmonies of #FC00DB
Complementary color
Monochromatic Colors of #FC00DB
Black with #FC00DB
Text Example
Text Example
White with #FC00DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC00DB; }
p { color: rgb(252,0,219); }
H1.HeaderClassName
{
color: #FC00DB;
}
.AnyTagClassName
{
color: #FC00DB;
}
</style>
background-color css
<style>
a { background-color: #FC00DB; }
a { background-color: rgb(252,0,219); }
div.DivClassName
{
background-color: #FC00DB;
}
.BgClassName
{
background-color: #FC00DB;
}
</style>
border-color css
<style>
span { border-color: #FC00DB; }
span { border-color: rgb(252,0,219); }
td.TdClassName
{
border-color: #FC00DB;
}
.TagClassName
{
border-color: #FC00DB;
}
</style>