Shades of Hot Magenta #FC0DDB
Tints of Hot Magenta #FC0DDB
RGB
CMYK
RGB Variations
Color information
#FC0DDB (or 0xFC0DDB) is known color: Hot Magenta. HEX triplet: FC, 0D and DB. RGB value is (252,13,219). Sum of RGB (Red+Green+Blue) = 252+13+219=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 13 (5.47% from 255 or 2.69% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0DDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0DDB is #03F224. Grayscale: #6B6B6B. Windows color (decimal): -258597 or 14355964. OLE color: 14355964.
HSL color Cylindrical-coordinate representation of color #FC0DDB: hue angle of 308.28º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0DDB is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 13 | 219 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.01 |
| HSL | 308.28º | 0.98% | 0.52% | - |
| HSV(B) | 308.28º | 0.95% | 0.99% | - |
| XYZ | 53.07 | 26.1 | 69.26 | - |
| YUV | 107.95 | 190.68 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 13 | 219 | 0 | 0.95 | 0.13 | 0.01 | 308.28 | 0.98 | 0.52 |
| Hex | FC | D | DB | 0 | 5F | D | 1 | 134 | 62 | 34 |
| Octal | 374 | 15 | 333 | 0 | 137 | 15 | 1 | 464 | 142 | 64 |
| Binary | 11111100 | 1101 | 11011011 | 0 | 1011111 | 1101 | 1 | 100110100 | 1100010 | 110100 |
Color Harmonies of #FC0DDB
Complementary color
Monochromatic Colors of #FC0DDB
Black with #FC0DDB
Text Example
Text Example
White with #FC0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0DDB; }
p { color: rgb(252,13,219); }
H1.HeaderClassName
{
color: #FC0DDB;
}
.AnyTagClassName
{
color: #FC0DDB;
}
</style>
background-color css
<style>
a { background-color: #FC0DDB; }
a { background-color: rgb(252,13,219); }
div.DivClassName
{
background-color: #FC0DDB;
}
.BgClassName
{
background-color: #FC0DDB;
}
</style>
border-color css
<style>
span { border-color: #FC0DDB; }
span { border-color: rgb(252,13,219); }
td.TdClassName
{
border-color: #FC0DDB;
}
.TagClassName
{
border-color: #FC0DDB;
}
</style>