Shades of Magenta #F519FA
Tints of Magenta #F519FA
RGB
CMYK
RGB Variations
Color information
#F519FA (or 0xF519FA) is known color: Magenta. HEX triplet: F5, 19 and FA. RGB value is (245,25,250). Sum of RGB (Red+Green+Blue) = 245+25+250=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 25 (10.16% from 255 or 4.81% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #F519FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F519FA is #0AE605. Grayscale: #737373. Windows color (decimal): -714246 or 16390645. OLE color: 16390645.
HSL color Cylindrical-coordinate representation of color #F519FA: hue angle of 298.67º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F519FA is Cyan = 0.02, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 25 | 250 | - |
| CMYK | 0.02 | 0.9 | 0 | 0.02 |
| HSL | 298.67º | 0.96% | 0.54% | - |
| HSV(B) | 298.67º | 0.9% | 0.98% | - |
| XYZ | 55.26 | 27.01 | 92.74 | - |
| YUV | 116.43 | 203.39 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 250 | 0.02 | 0.9 | 0 | 0.02 | 298.67 | 0.96 | 0.54 |
| Hex | F5 | 19 | FA | 2 | 5A | 0 | 2 | 12B | 60 | 36 |
| Octal | 365 | 31 | 372 | 2 | 132 | 0 | 2 | 453 | 140 | 66 |
| Binary | 11110101 | 11001 | 11111010 | 10 | 1011010 | 0 | 10 | 100101011 | 1100000 | 110110 |
Color Harmonies of #F519FA
Complementary color
Monochromatic Colors of #F519FA
Black with #F519FA
Text Example
Text Example
White with #F519FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F519FA; }
p { color: rgb(245,25,250); }
H1.HeaderClassName
{
color: #F519FA;
}
.AnyTagClassName
{
color: #F519FA;
}
</style>
background-color css
<style>
a { background-color: #F519FA; }
a { background-color: rgb(245,25,250); }
div.DivClassName
{
background-color: #F519FA;
}
.BgClassName
{
background-color: #F519FA;
}
</style>
border-color css
<style>
span { border-color: #F519FA; }
span { border-color: rgb(245,25,250); }
td.TdClassName
{
border-color: #F519FA;
}
.TagClassName
{
border-color: #F519FA;
}
</style>