Shades of Hot Magenta #F519DF
Tints of Hot Magenta #F519DF
RGB
CMYK
RGB Variations
Color information
#F519DF (or 0xF519DF) is known color: Hot Magenta. HEX triplet: F5, 19 and DF. RGB value is (245,25,223). Sum of RGB (Red+Green+Blue) = 245+25+223=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 25 (10.16% from 255 or 5.07% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F519DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F519DF is #0AE620. Grayscale: #707070. Windows color (decimal): -714273 or 14621173. OLE color: 14621173.
HSL color Cylindrical-coordinate representation of color #F519DF: hue angle of 306º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F519DF is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 223 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.04 |
| HSL | 306º | 0.92% | 0.53% | - |
| HSV(B) | 306º | 0.9% | 0.96% | - |
| XYZ | 51.32 | 25.44 | 72.02 | - |
| YUV | 113.35 | 189.89 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 223 | 0 | 0.90 | 0.09 | 0.04 | 306 | 0.92 | 0.53 |
| Hex | F5 | 19 | DF | 0 | 5A | 9 | 4 | 132 | 5C | 35 |
| Octal | 365 | 31 | 337 | 0 | 132 | 11 | 4 | 462 | 134 | 65 |
| Binary | 11110101 | 11001 | 11011111 | 0 | 1011010 | 1001 | 100 | 100110010 | 1011100 | 110101 |
Color Harmonies of #F519DF
Complementary color
Monochromatic Colors of #F519DF
Black with #F519DF
Text Example
Text Example
White with #F519DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F519DF; }
p { color: rgb(245,25,223); }
H1.HeaderClassName
{
color: #F519DF;
}
.AnyTagClassName
{
color: #F519DF;
}
</style>
background-color css
<style>
a { background-color: #F519DF; }
a { background-color: rgb(245,25,223); }
div.DivClassName
{
background-color: #F519DF;
}
.BgClassName
{
background-color: #F519DF;
}
</style>
border-color css
<style>
span { border-color: #F519DF; }
span { border-color: rgb(245,25,223); }
td.TdClassName
{
border-color: #F519DF;
}
.TagClassName
{
border-color: #F519DF;
}
</style>