Shades of Hot Magenta #FD19DC
Tints of Hot Magenta #FD19DC
RGB
CMYK
RGB Variations
Color information
#FD19DC (or 0xFD19DC) is known color: Hot Magenta. HEX triplet: FD, 19 and DC. RGB value is (253,25,220). Sum of RGB (Red+Green+Blue) = 253+25+220=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 25 (10.16% from 255 or 5.02% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD19DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD19DC is #02E623. Grayscale: #727272. Windows color (decimal): -189988 or 14424573. OLE color: 14424573.
HSL color Cylindrical-coordinate representation of color #FD19DC: hue angle of 308.68º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD19DC is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 220 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.01 |
| HSL | 308.68º | 0.98% | 0.55% | - |
| HSV(B) | 308.68º | 0.9% | 0.99% | - |
| XYZ | 53.77 | 26.75 | 70.04 | - |
| YUV | 115.4 | 187.04 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 220 | 0 | 0.90 | 0.13 | 0.01 | 308.68 | 0.98 | 0.55 |
| Hex | FD | 19 | DC | 0 | 5A | D | 1 | 135 | 62 | 37 |
| Octal | 375 | 31 | 334 | 0 | 132 | 15 | 1 | 465 | 142 | 67 |
| Binary | 11111101 | 11001 | 11011100 | 0 | 1011010 | 1101 | 1 | 100110101 | 1100010 | 110111 |
Color Harmonies of #FD19DC
Complementary color
Monochromatic Colors of #FD19DC
Black with #FD19DC
Text Example
Text Example
White with #FD19DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD19DC; }
p { color: rgb(253,25,220); }
H1.HeaderClassName
{
color: #FD19DC;
}
.AnyTagClassName
{
color: #FD19DC;
}
</style>
background-color css
<style>
a { background-color: #FD19DC; }
a { background-color: rgb(253,25,220); }
div.DivClassName
{
background-color: #FD19DC;
}
.BgClassName
{
background-color: #FD19DC;
}
</style>
border-color css
<style>
span { border-color: #FD19DC; }
span { border-color: rgb(253,25,220); }
td.TdClassName
{
border-color: #FD19DC;
}
.TagClassName
{
border-color: #FD19DC;
}
</style>