Shades of Magenta #F519F8
Tints of Magenta #F519F8
RGB
CMYK
RGB Variations
Color information
#F519F8 (or 0xF519F8) is known color: Magenta. HEX triplet: F5, 19 and F8. RGB value is (245,25,248). Sum of RGB (Red+Green+Blue) = 245+25+248=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 25 (10.16% from 255 or 4.83% from 518); Blue value is 248 (97.27% from 255 or 47.88% from 518); Max value from RGB is 248 - color contains mainly: blue. Hex color #F519F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F519F8 is #0AE607. Grayscale: #737373. Windows color (decimal): -714248 or 16259573. OLE color: 16259573.
HSL color Cylindrical-coordinate representation of color #F519F8: hue angle of 299.19º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F519F8 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 25 | 248 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.03 |
| HSL | 299.19º | 0.94% | 0.54% | - |
| HSV(B) | 299.19º | 0.9% | 0.97% | - |
| XYZ | 54.95 | 26.89 | 91.1 | - |
| YUV | 116.2 | 202.39 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 248 | 0.01 | 0.90 | 0 | 0.03 | 299.19 | 0.94 | 0.54 |
| Hex | F5 | 19 | F8 | 1 | 5A | 0 | 3 | 12B | 5E | 36 |
| Octal | 365 | 31 | 370 | 1 | 132 | 0 | 3 | 453 | 136 | 66 |
| Binary | 11110101 | 11001 | 11111000 | 1 | 1011010 | 0 | 11 | 100101011 | 1011110 | 110110 |
Color Harmonies of #F519F8
Complementary color
Monochromatic Colors of #F519F8
Black with #F519F8
Text Example
Text Example
White with #F519F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F519F8; }
p { color: rgb(245,25,248); }
H1.HeaderClassName
{
color: #F519F8;
}
.AnyTagClassName
{
color: #F519F8;
}
</style>
background-color css
<style>
a { background-color: #F519F8; }
a { background-color: rgb(245,25,248); }
div.DivClassName
{
background-color: #F519F8;
}
.BgClassName
{
background-color: #F519F8;
}
</style>
border-color css
<style>
span { border-color: #F519F8; }
span { border-color: rgb(245,25,248); }
td.TdClassName
{
border-color: #F519F8;
}
.TagClassName
{
border-color: #F519F8;
}
</style>