Shades of Hot Magenta #FF17DF
Tints of Hot Magenta #FF17DF
RGB
CMYK
RGB Variations
Color information
#FF17DF (or 0xFF17DF) is known color: Hot Magenta. HEX triplet: FF, 17 and DF. RGB value is (255,23,223). Sum of RGB (Red+Green+Blue) = 255+23+223=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 23 (9.38% from 255 or 4.59% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF17DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF17DF is #00E820. Grayscale: #727272. Windows color (decimal): -59425 or 14620671. OLE color: 14620671.
HSL color Cylindrical-coordinate representation of color #FF17DF: hue angle of 308.28º 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 #FF17DF is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 223 | - |
| CMYK | 0 | 0.91 | 0.13 | 0 |
| HSL | 308.28º | 1% | 0.55% | - |
| HSV(B) | 308.28º | 0.91% | 1% | - |
| XYZ | 54.87 | 27.2 | 72.17 | - |
| YUV | 115.17 | 188.86 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 223 | 0 | 0.91 | 0.13 | 0 | 308.28 | 1 | 0.55 |
| Hex | FF | 17 | DF | 0 | 5B | D | 0 | 134 | 64 | 37 |
| Octal | 377 | 27 | 337 | 0 | 133 | 15 | 0 | 464 | 144 | 67 |
| Binary | 11111111 | 10111 | 11011111 | 0 | 1011011 | 1101 | 0 | 100110100 | 1100100 | 110111 |
Color Harmonies of #FF17DF
Complementary color
Monochromatic Colors of #FF17DF
Black with #FF17DF
Text Example
Text Example
White with #FF17DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF17DF; }
p { color: rgb(255,23,223); }
H1.HeaderClassName
{
color: #FF17DF;
}
.AnyTagClassName
{
color: #FF17DF;
}
</style>
background-color css
<style>
a { background-color: #FF17DF; }
a { background-color: rgb(255,23,223); }
div.DivClassName
{
background-color: #FF17DF;
}
.BgClassName
{
background-color: #FF17DF;
}
</style>
border-color css
<style>
span { border-color: #FF17DF; }
span { border-color: rgb(255,23,223); }
td.TdClassName
{
border-color: #FF17DF;
}
.TagClassName
{
border-color: #FF17DF;
}
</style>