Shades of Magenta #F516ED
Tints of Magenta #F516ED
RGB
CMYK
RGB Variations
Color information
#F516ED (or 0xF516ED) is known color: Magenta. HEX triplet: F5, 16 and ED. RGB value is (245,22,237). Sum of RGB (Red+Green+Blue) = 245+22+237=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 22 (8.98% from 255 or 4.37% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F516ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F516ED is #0AE912. Grayscale: #707070. Windows color (decimal): -715027 or 15537909. OLE color: 15537909.
HSL color Cylindrical-coordinate representation of color #F516ED: hue angle of 302.15º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F516ED is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 237 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.04 |
| HSL | 302.15º | 0.92% | 0.52% | - |
| HSV(B) | 302.15º | 0.91% | 0.96% | - |
| XYZ | 53.23 | 26.1 | 82.35 | - |
| YUV | 113.19 | 197.88 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 237 | 0 | 0.91 | 0.03 | 0.04 | 302.15 | 0.92 | 0.52 |
| Hex | F5 | 16 | ED | 0 | 5B | 3 | 4 | 12E | 5C | 34 |
| Octal | 365 | 26 | 355 | 0 | 133 | 3 | 4 | 456 | 134 | 64 |
| Binary | 11110101 | 10110 | 11101101 | 0 | 1011011 | 11 | 100 | 100101110 | 1011100 | 110100 |
Color Harmonies of #F516ED
Complementary color
Monochromatic Colors of #F516ED
Black with #F516ED
Text Example
Text Example
White with #F516ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F516ED; }
p { color: rgb(245,22,237); }
H1.HeaderClassName
{
color: #F516ED;
}
.AnyTagClassName
{
color: #F516ED;
}
</style>
background-color css
<style>
a { background-color: #F516ED; }
a { background-color: rgb(245,22,237); }
div.DivClassName
{
background-color: #F516ED;
}
.BgClassName
{
background-color: #F516ED;
}
</style>
border-color css
<style>
span { border-color: #F516ED; }
span { border-color: rgb(245,22,237); }
td.TdClassName
{
border-color: #F516ED;
}
.TagClassName
{
border-color: #F516ED;
}
</style>