Shades of Hot Magenta #FF17DC
Tints of Hot Magenta #FF17DC
RGB
CMYK
RGB Variations
Color information
#FF17DC (or 0xFF17DC) is known color: Hot Magenta. HEX triplet: FF, 17 and DC. RGB value is (255,23,220). Sum of RGB (Red+Green+Blue) = 255+23+220=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 23 (9.38% from 255 or 4.62% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF17DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF17DC is #00E823. Grayscale: #727272. Windows color (decimal): -59428 or 14424063. OLE color: 14424063.
HSL color Cylindrical-coordinate representation of color #FF17DC: hue angle of 309.05º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF17DC is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 220 | - |
| CMYK | 0 | 0.91 | 0.14 | 0 |
| HSL | 309.05º | 1% | 0.55% | - |
| HSV(B) | 309.05º | 0.91% | 1% | - |
| XYZ | 54.46 | 27.04 | 70.06 | - |
| YUV | 114.83 | 187.36 | 227.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 220 | 0 | 0.91 | 0.14 | 0 | 309.05 | 1 | 0.55 |
| Hex | FF | 17 | DC | 0 | 5B | E | 0 | 135 | 64 | 37 |
| Octal | 377 | 27 | 334 | 0 | 133 | 16 | 0 | 465 | 144 | 67 |
| Binary | 11111111 | 10111 | 11011100 | 0 | 1011011 | 1110 | 0 | 100110101 | 1100100 | 110111 |
Color Harmonies of #FF17DC
Complementary color
Monochromatic Colors of #FF17DC
Black with #FF17DC
Text Example
Text Example
White with #FF17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF17DC; }
p { color: rgb(255,23,220); }
H1.HeaderClassName
{
color: #FF17DC;
}
.AnyTagClassName
{
color: #FF17DC;
}
</style>
background-color css
<style>
a { background-color: #FF17DC; }
a { background-color: rgb(255,23,220); }
div.DivClassName
{
background-color: #FF17DC;
}
.BgClassName
{
background-color: #FF17DC;
}
</style>
border-color css
<style>
span { border-color: #FF17DC; }
span { border-color: rgb(255,23,220); }
td.TdClassName
{
border-color: #FF17DC;
}
.TagClassName
{
border-color: #FF17DC;
}
</style>