Shades of Magenta #F519EB
Tints of Magenta #F519EB
RGB
CMYK
RGB Variations
Color information
#F519EB (or 0xF519EB) is known color: Magenta. HEX triplet: F5, 19 and EB. RGB value is (245,25,235). Sum of RGB (Red+Green+Blue) = 245+25+235=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 25 (10.16% from 255 or 4.95% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F519EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F519EB is #0AE614. Grayscale: #727272. Windows color (decimal): -714261 or 15407605. OLE color: 15407605.
HSL color Cylindrical-coordinate representation of color #F519EB: hue angle of 302.73º 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 #F519EB is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 235 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.04 |
| HSL | 302.73º | 0.92% | 0.53% | - |
| HSV(B) | 302.73º | 0.9% | 0.96% | - |
| XYZ | 53 | 26.11 | 80.84 | - |
| YUV | 114.72 | 195.89 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 235 | 0 | 0.90 | 0.04 | 0.04 | 302.73 | 0.92 | 0.53 |
| Hex | F5 | 19 | EB | 0 | 5A | 4 | 4 | 12F | 5C | 35 |
| Octal | 365 | 31 | 353 | 0 | 132 | 4 | 4 | 457 | 134 | 65 |
| Binary | 11110101 | 11001 | 11101011 | 0 | 1011010 | 100 | 100 | 100101111 | 1011100 | 110101 |
Color Harmonies of #F519EB
Complementary color
Monochromatic Colors of #F519EB
Black with #F519EB
Text Example
Text Example
White with #F519EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F519EB; }
p { color: rgb(245,25,235); }
H1.HeaderClassName
{
color: #F519EB;
}
.AnyTagClassName
{
color: #F519EB;
}
</style>
background-color css
<style>
a { background-color: #F519EB; }
a { background-color: rgb(245,25,235); }
div.DivClassName
{
background-color: #F519EB;
}
.BgClassName
{
background-color: #F519EB;
}
</style>
border-color css
<style>
span { border-color: #F519EB; }
span { border-color: rgb(245,25,235); }
td.TdClassName
{
border-color: #F519EB;
}
.TagClassName
{
border-color: #F519EB;
}
</style>