Shades of Hot Magenta #FC03DB
Tints of Hot Magenta #FC03DB
RGB
CMYK
RGB Variations
Color information
#FC03DB (or 0xFC03DB) is known color: Hot Magenta. HEX triplet: FC, 03 and DB. RGB value is (252,3,219). Sum of RGB (Red+Green+Blue) = 252+3+219=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 3 (1.56% from 255 or 0.63% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC03DB is #03FC24. Grayscale: #656565. Windows color (decimal): -261157 or 14353404. OLE color: 14353404.
HSL color Cylindrical-coordinate representation of color #FC03DB: hue angle of 307.95º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC03DB is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 219 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.01 |
| HSL | 307.95º | 0.98% | 0.5% | - |
| HSV(B) | 307.95º | 0.99% | 0.99% | - |
| XYZ | 52.96 | 25.88 | 69.22 | - |
| YUV | 102.08 | 193.99 | 234.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 219 | 0 | 0.99 | 0.13 | 0.01 | 307.95 | 0.98 | 0.5 |
| Hex | FC | 3 | DB | 0 | 63 | D | 1 | 134 | 62 | 32 |
| Octal | 374 | 3 | 333 | 0 | 143 | 15 | 1 | 464 | 142 | 62 |
| Binary | 11111100 | 11 | 11011011 | 0 | 1100011 | 1101 | 1 | 100110100 | 1100010 | 110010 |
Color Harmonies of #FC03DB
Complementary color
Monochromatic Colors of #FC03DB
Black with #FC03DB
Text Example
Text Example
White with #FC03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC03DB; }
p { color: rgb(252,3,219); }
H1.HeaderClassName
{
color: #FC03DB;
}
.AnyTagClassName
{
color: #FC03DB;
}
</style>
background-color css
<style>
a { background-color: #FC03DB; }
a { background-color: rgb(252,3,219); }
div.DivClassName
{
background-color: #FC03DB;
}
.BgClassName
{
background-color: #FC03DB;
}
</style>
border-color css
<style>
span { border-color: #FC03DB; }
span { border-color: rgb(252,3,219); }
td.TdClassName
{
border-color: #FC03DB;
}
.TagClassName
{
border-color: #FC03DB;
}
</style>