Shades of Hot Magenta #F517DF
Tints of Hot Magenta #F517DF
RGB
CMYK
RGB Variations
Color information
#F517DF (or 0xF517DF) is known color: Hot Magenta. HEX triplet: F5, 17 and DF. RGB value is (245,23,223). Sum of RGB (Red+Green+Blue) = 245+23+223=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 23 (9.38% from 255 or 4.68% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F517DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F517DF is #0AE820. Grayscale: #6F6F6F. Windows color (decimal): -714785 or 14620661. OLE color: 14620661.
HSL color Cylindrical-coordinate representation of color #F517DF: hue angle of 305.95º 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 #F517DF is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 223 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.04 |
| HSL | 305.95º | 0.92% | 0.53% | - |
| HSV(B) | 305.95º | 0.91% | 0.96% | - |
| XYZ | 51.28 | 25.35 | 72 | - |
| YUV | 112.18 | 190.55 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 223 | 0 | 0.91 | 0.09 | 0.04 | 305.95 | 0.92 | 0.53 |
| Hex | F5 | 17 | DF | 0 | 5B | 9 | 4 | 132 | 5C | 35 |
| Octal | 365 | 27 | 337 | 0 | 133 | 11 | 4 | 462 | 134 | 65 |
| Binary | 11110101 | 10111 | 11011111 | 0 | 1011011 | 1001 | 100 | 100110010 | 1011100 | 110101 |
Color Harmonies of #F517DF
Complementary color
Monochromatic Colors of #F517DF
Black with #F517DF
Text Example
Text Example
White with #F517DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F517DF; }
p { color: rgb(245,23,223); }
H1.HeaderClassName
{
color: #F517DF;
}
.AnyTagClassName
{
color: #F517DF;
}
</style>
background-color css
<style>
a { background-color: #F517DF; }
a { background-color: rgb(245,23,223); }
div.DivClassName
{
background-color: #F517DF;
}
.BgClassName
{
background-color: #F517DF;
}
</style>
border-color css
<style>
span { border-color: #F517DF; }
span { border-color: rgb(245,23,223); }
td.TdClassName
{
border-color: #F517DF;
}
.TagClassName
{
border-color: #F517DF;
}
</style>