Shades of Hot Magenta #FD17DC
Tints of Hot Magenta #FD17DC
RGB
CMYK
RGB Variations
Color information
#FD17DC (or 0xFD17DC) is known color: Hot Magenta. HEX triplet: FD, 17 and DC. RGB value is (253,23,220). Sum of RGB (Red+Green+Blue) = 253+23+220=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 23 (9.38% from 255 or 4.64% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FD17DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD17DC is #02E823. Grayscale: #717171. Windows color (decimal): -190500 or 14424061. OLE color: 14424061.
HSL color Cylindrical-coordinate representation of color #FD17DC: hue angle of 308.61º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD17DC is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 220 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.01 |
| HSL | 308.61º | 0.98% | 0.54% | - |
| HSV(B) | 308.61º | 0.91% | 0.99% | - |
| XYZ | 53.73 | 26.66 | 70.02 | - |
| YUV | 114.23 | 187.7 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 220 | 0 | 0.91 | 0.13 | 0.01 | 308.61 | 0.98 | 0.54 |
| Hex | FD | 17 | DC | 0 | 5B | D | 1 | 135 | 62 | 36 |
| Octal | 375 | 27 | 334 | 0 | 133 | 15 | 1 | 465 | 142 | 66 |
| Binary | 11111101 | 10111 | 11011100 | 0 | 1011011 | 1101 | 1 | 100110101 | 1100010 | 110110 |
Color Harmonies of #FD17DC
Complementary color
Monochromatic Colors of #FD17DC
Black with #FD17DC
Text Example
Text Example
White with #FD17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD17DC; }
p { color: rgb(253,23,220); }
H1.HeaderClassName
{
color: #FD17DC;
}
.AnyTagClassName
{
color: #FD17DC;
}
</style>
background-color css
<style>
a { background-color: #FD17DC; }
a { background-color: rgb(253,23,220); }
div.DivClassName
{
background-color: #FD17DC;
}
.BgClassName
{
background-color: #FD17DC;
}
</style>
border-color css
<style>
span { border-color: #FD17DC; }
span { border-color: rgb(253,23,220); }
td.TdClassName
{
border-color: #FD17DC;
}
.TagClassName
{
border-color: #FD17DC;
}
</style>