Shades of Magenta #F513FF
Tints of Magenta #F513FF
RGB
CMYK
RGB Variations
Color information
#F513FF (or 0xF513FF) is known color: Magenta. HEX triplet: F5, 13 and FF. RGB value is (245,19,255). Sum of RGB (Red+Green+Blue) = 245+19+255=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 19 (7.81% from 255 or 3.66% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #F513FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F513FF is #0AEC00. Grayscale: #707070. Windows color (decimal): -715777 or 16716789. OLE color: 16716789.
HSL color Cylindrical-coordinate representation of color #F513FF: hue angle of 297.46º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F513FF is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 19 | 255 | - |
| CMYK | 0.04 | 0.93 | 0 | 0 |
| HSL | 297.46º | 1% | 0.54% | - |
| HSV(B) | 297.46º | 0.93% | 1% | - |
| XYZ | 55.94 | 27.1 | 96.89 | - |
| YUV | 113.48 | 207.87 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 255 | 0.04 | 0.93 | 0 | 0 | 297.46 | 1 | 0.54 |
| Hex | F5 | 13 | FF | 4 | 5D | 0 | 0 | 129 | 64 | 36 |
| Octal | 365 | 23 | 377 | 4 | 135 | 0 | 0 | 451 | 144 | 66 |
| Binary | 11110101 | 10011 | 11111111 | 100 | 1011101 | 0 | 0 | 100101001 | 1100100 | 110110 |
Color Harmonies of #F513FF
Complementary color
Monochromatic Colors of #F513FF
Black with #F513FF
Text Example
Text Example
White with #F513FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F513FF; }
p { color: rgb(245,19,255); }
H1.HeaderClassName
{
color: #F513FF;
}
.AnyTagClassName
{
color: #F513FF;
}
</style>
background-color css
<style>
a { background-color: #F513FF; }
a { background-color: rgb(245,19,255); }
div.DivClassName
{
background-color: #F513FF;
}
.BgClassName
{
background-color: #F513FF;
}
</style>
border-color css
<style>
span { border-color: #F513FF; }
span { border-color: rgb(245,19,255); }
td.TdClassName
{
border-color: #F513FF;
}
.TagClassName
{
border-color: #F513FF;
}
</style>