Shades of Hot Magenta #F517DD
Tints of Hot Magenta #F517DD
RGB
CMYK
RGB Variations
Color information
#F517DD (or 0xF517DD) is known color: Hot Magenta. HEX triplet: F5, 17 and DD. RGB value is (245,23,221). Sum of RGB (Red+Green+Blue) = 245+23+221=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 23 (9.38% from 255 or 4.70% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F517DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F517DD is #0AE822. Grayscale: #6F6F6F. Windows color (decimal): -714787 or 14489589. OLE color: 14489589.
HSL color Cylindrical-coordinate representation of color #F517DD: hue angle of 306.49º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F517DD is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 221 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.04 |
| HSL | 306.49º | 0.92% | 0.53% | - |
| HSV(B) | 306.49º | 0.91% | 0.96% | - |
| XYZ | 51.01 | 25.25 | 70.59 | - |
| YUV | 111.95 | 189.55 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 221 | 0 | 0.91 | 0.10 | 0.04 | 306.49 | 0.92 | 0.53 |
| Hex | F5 | 17 | DD | 0 | 5B | A | 4 | 132 | 5C | 35 |
| Octal | 365 | 27 | 335 | 0 | 133 | 12 | 4 | 462 | 134 | 65 |
| Binary | 11110101 | 10111 | 11011101 | 0 | 1011011 | 1010 | 100 | 100110010 | 1011100 | 110101 |
Color Harmonies of #F517DD
Complementary color
Monochromatic Colors of #F517DD
Black with #F517DD
Text Example
Text Example
White with #F517DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F517DD; }
p { color: rgb(245,23,221); }
H1.HeaderClassName
{
color: #F517DD;
}
.AnyTagClassName
{
color: #F517DD;
}
</style>
background-color css
<style>
a { background-color: #F517DD; }
a { background-color: rgb(245,23,221); }
div.DivClassName
{
background-color: #F517DD;
}
.BgClassName
{
background-color: #F517DD;
}
</style>
border-color css
<style>
span { border-color: #F517DD; }
span { border-color: rgb(245,23,221); }
td.TdClassName
{
border-color: #F517DD;
}
.TagClassName
{
border-color: #F517DD;
}
</style>