Shades of Hot Magenta #F519DC
Tints of Hot Magenta #F519DC
RGB
CMYK
RGB Variations
Color information
#F519DC (or 0xF519DC) is known color: Hot Magenta. HEX triplet: F5, 19 and DC. RGB value is (245,25,220). Sum of RGB (Red+Green+Blue) = 245+25+220=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 25 (10.16% from 255 or 5.10% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F519DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F519DC is #0AE623. Grayscale: #707070. Windows color (decimal): -714276 or 14424565. OLE color: 14424565.
HSL color Cylindrical-coordinate representation of color #F519DC: hue angle of 306.82º 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 #F519DC is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 220 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.04 |
| HSL | 306.82º | 0.92% | 0.53% | - |
| HSV(B) | 306.82º | 0.9% | 0.96% | - |
| XYZ | 50.92 | 25.28 | 69.9 | - |
| YUV | 113.01 | 188.39 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 220 | 0 | 0.90 | 0.10 | 0.04 | 306.82 | 0.92 | 0.53 |
| Hex | F5 | 19 | DC | 0 | 5A | A | 4 | 133 | 5C | 35 |
| Octal | 365 | 31 | 334 | 0 | 132 | 12 | 4 | 463 | 134 | 65 |
| Binary | 11110101 | 11001 | 11011100 | 0 | 1011010 | 1010 | 100 | 100110011 | 1011100 | 110101 |
Color Harmonies of #F519DC
Complementary color
Monochromatic Colors of #F519DC
Black with #F519DC
Text Example
Text Example
White with #F519DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F519DC; }
p { color: rgb(245,25,220); }
H1.HeaderClassName
{
color: #F519DC;
}
.AnyTagClassName
{
color: #F519DC;
}
</style>
background-color css
<style>
a { background-color: #F519DC; }
a { background-color: rgb(245,25,220); }
div.DivClassName
{
background-color: #F519DC;
}
.BgClassName
{
background-color: #F519DC;
}
</style>
border-color css
<style>
span { border-color: #F519DC; }
span { border-color: rgb(245,25,220); }
td.TdClassName
{
border-color: #F519DC;
}
.TagClassName
{
border-color: #F519DC;
}
</style>