Shades of Magenta #F516FF
Tints of Magenta #F516FF
RGB
CMYK
RGB Variations
Color information
#F516FF (or 0xF516FF) is known color: Magenta. HEX triplet: F5, 16 and FF. RGB value is (245,22,255). Sum of RGB (Red+Green+Blue) = 245+22+255=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 22 (8.98% from 255 or 4.21% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #F516FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F516FF is #0AE900. Grayscale: #727272. Windows color (decimal): -715009 or 16717557. OLE color: 16717557.
HSL color Cylindrical-coordinate representation of color #F516FF: hue angle of 297.42º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F516FF is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 22 | 255 | - |
| CMYK | 0.04 | 0.91 | 0 | 0 |
| HSL | 297.42º | 1% | 0.54% | - |
| HSV(B) | 297.42º | 0.91% | 1% | - |
| XYZ | 55.99 | 27.21 | 96.91 | - |
| YUV | 115.24 | 206.88 | 220.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 255 | 0.04 | 0.91 | 0 | 0 | 297.42 | 1 | 0.54 |
| Hex | F5 | 16 | FF | 4 | 5B | 0 | 0 | 129 | 64 | 36 |
| Octal | 365 | 26 | 377 | 4 | 133 | 0 | 0 | 451 | 144 | 66 |
| Binary | 11110101 | 10110 | 11111111 | 100 | 1011011 | 0 | 0 | 100101001 | 1100100 | 110110 |
Color Harmonies of #F516FF
Complementary color
Monochromatic Colors of #F516FF
Black with #F516FF
Text Example
Text Example
White with #F516FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F516FF; }
p { color: rgb(245,22,255); }
H1.HeaderClassName
{
color: #F516FF;
}
.AnyTagClassName
{
color: #F516FF;
}
</style>
background-color css
<style>
a { background-color: #F516FF; }
a { background-color: rgb(245,22,255); }
div.DivClassName
{
background-color: #F516FF;
}
.BgClassName
{
background-color: #F516FF;
}
</style>
border-color css
<style>
span { border-color: #F516FF; }
span { border-color: rgb(245,22,255); }
td.TdClassName
{
border-color: #F516FF;
}
.TagClassName
{
border-color: #F516FF;
}
</style>