Shades of Magenta #F516FC
Tints of Magenta #F516FC
RGB
CMYK
RGB Variations
Color information
#F516FC (or 0xF516FC) is known color: Magenta. HEX triplet: F5, 16 and FC. RGB value is (245,22,252). Sum of RGB (Red+Green+Blue) = 245+22+252=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 22 (8.98% from 255 or 4.24% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #F516FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F516FC is #0AE903. Grayscale: #727272. Windows color (decimal): -715012 or 16520949. OLE color: 16520949.
HSL color Cylindrical-coordinate representation of color #F516FC: hue angle of 298.17º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F516FC is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 22 | 252 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.01 |
| HSL | 298.17º | 0.97% | 0.54% | - |
| HSV(B) | 298.17º | 0.91% | 0.99% | - |
| XYZ | 55.51 | 27.01 | 94.38 | - |
| YUV | 114.9 | 205.38 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 252 | 0.03 | 0.91 | 0 | 0.01 | 298.17 | 0.97 | 0.54 |
| Hex | F5 | 16 | FC | 3 | 5B | 0 | 1 | 12A | 61 | 36 |
| Octal | 365 | 26 | 374 | 3 | 133 | 0 | 1 | 452 | 141 | 66 |
| Binary | 11110101 | 10110 | 11111100 | 11 | 1011011 | 0 | 1 | 100101010 | 1100001 | 110110 |
Color Harmonies of #F516FC
Complementary color
Monochromatic Colors of #F516FC
Black with #F516FC
Text Example
Text Example
White with #F516FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F516FC; }
p { color: rgb(245,22,252); }
H1.HeaderClassName
{
color: #F516FC;
}
.AnyTagClassName
{
color: #F516FC;
}
</style>
background-color css
<style>
a { background-color: #F516FC; }
a { background-color: rgb(245,22,252); }
div.DivClassName
{
background-color: #F516FC;
}
.BgClassName
{
background-color: #F516FC;
}
</style>
border-color css
<style>
span { border-color: #F516FC; }
span { border-color: rgb(245,22,252); }
td.TdClassName
{
border-color: #F516FC;
}
.TagClassName
{
border-color: #F516FC;
}
</style>