Shades of Magenta #F519FD
Tints of Magenta #F519FD
RGB
CMYK
RGB Variations
Color information
#F519FD (or 0xF519FD) is known color: Magenta. HEX triplet: F5, 19 and FD. RGB value is (245,25,253). Sum of RGB (Red+Green+Blue) = 245+25+253=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 25 (10.16% from 255 or 4.78% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #F519FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F519FD is #0AE602. Grayscale: #747474. Windows color (decimal): -714243 or 16587253. OLE color: 16587253.
HSL color Cylindrical-coordinate representation of color #F519FD: hue angle of 297.89º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F519FD is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 25 | 253 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.01 |
| HSL | 297.89º | 0.98% | 0.55% | - |
| HSV(B) | 297.89º | 0.9% | 0.99% | - |
| XYZ | 55.73 | 27.2 | 95.24 | - |
| YUV | 116.77 | 204.89 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 253 | 0.03 | 0.90 | 0 | 0.01 | 297.89 | 0.98 | 0.55 |
| Hex | F5 | 19 | FD | 3 | 5A | 0 | 1 | 12A | 62 | 37 |
| Octal | 365 | 31 | 375 | 3 | 132 | 0 | 1 | 452 | 142 | 67 |
| Binary | 11110101 | 11001 | 11111101 | 11 | 1011010 | 0 | 1 | 100101010 | 1100010 | 110111 |
Color Harmonies of #F519FD
Complementary color
Monochromatic Colors of #F519FD
Black with #F519FD
Text Example
Text Example
White with #F519FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F519FD; }
p { color: rgb(245,25,253); }
H1.HeaderClassName
{
color: #F519FD;
}
.AnyTagClassName
{
color: #F519FD;
}
</style>
background-color css
<style>
a { background-color: #F519FD; }
a { background-color: rgb(245,25,253); }
div.DivClassName
{
background-color: #F519FD;
}
.BgClassName
{
background-color: #F519FD;
}
</style>
border-color css
<style>
span { border-color: #F519FD; }
span { border-color: rgb(245,25,253); }
td.TdClassName
{
border-color: #F519FD;
}
.TagClassName
{
border-color: #F519FD;
}
</style>