Shades of Magenta #F516EE
Tints of Magenta #F516EE
RGB
CMYK
RGB Variations
Color information
#F516EE (or 0xF516EE) is known color: Magenta. HEX triplet: F5, 16 and EE. RGB value is (245,22,238). Sum of RGB (Red+Green+Blue) = 245+22+238=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 22 (8.98% from 255 or 4.36% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F516EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F516EE is #0AE911. Grayscale: #707070. Windows color (decimal): -715026 or 15603445. OLE color: 15603445.
HSL color Cylindrical-coordinate representation of color #F516EE: hue angle of 301.88º 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 #F516EE is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 238 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.04 |
| HSL | 301.88º | 0.92% | 0.52% | - |
| HSV(B) | 301.88º | 0.91% | 0.96% | - |
| XYZ | 53.38 | 26.16 | 83.12 | - |
| YUV | 113.3 | 198.38 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 238 | 0 | 0.91 | 0.03 | 0.04 | 301.88 | 0.92 | 0.52 |
| Hex | F5 | 16 | EE | 0 | 5B | 3 | 4 | 12E | 5C | 34 |
| Octal | 365 | 26 | 356 | 0 | 133 | 3 | 4 | 456 | 134 | 64 |
| Binary | 11110101 | 10110 | 11101110 | 0 | 1011011 | 11 | 100 | 100101110 | 1011100 | 110100 |
Color Harmonies of #F516EE
Complementary color
Monochromatic Colors of #F516EE
Black with #F516EE
Text Example
Text Example
White with #F516EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F516EE; }
p { color: rgb(245,22,238); }
H1.HeaderClassName
{
color: #F516EE;
}
.AnyTagClassName
{
color: #F516EE;
}
</style>
background-color css
<style>
a { background-color: #F516EE; }
a { background-color: rgb(245,22,238); }
div.DivClassName
{
background-color: #F516EE;
}
.BgClassName
{
background-color: #F516EE;
}
</style>
border-color css
<style>
span { border-color: #F516EE; }
span { border-color: rgb(245,22,238); }
td.TdClassName
{
border-color: #F516EE;
}
.TagClassName
{
border-color: #F516EE;
}
</style>