Shades of Magenta #F516E6
Tints of Magenta #F516E6
RGB
CMYK
RGB Variations
Color information
#F516E6 (or 0xF516E6) is known color: Magenta. HEX triplet: F5, 16 and E6. RGB value is (245,22,230). Sum of RGB (Red+Green+Blue) = 245+22+230=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 22 (8.98% from 255 or 4.43% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F516E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F516E6 is #0AE919. Grayscale: #6F6F6F. Windows color (decimal): -715034 or 15079157. OLE color: 15079157.
HSL color Cylindrical-coordinate representation of color #F516E6: hue angle of 304.04º 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 #F516E6 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 230 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.04 |
| HSL | 304.04º | 0.92% | 0.52% | - |
| HSV(B) | 304.04º | 0.91% | 0.96% | - |
| XYZ | 52.23 | 25.7 | 77.07 | - |
| YUV | 112.39 | 194.38 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 230 | 0 | 0.91 | 0.06 | 0.04 | 304.04 | 0.92 | 0.52 |
| Hex | F5 | 16 | E6 | 0 | 5B | 6 | 4 | 130 | 5C | 34 |
| Octal | 365 | 26 | 346 | 0 | 133 | 6 | 4 | 460 | 134 | 64 |
| Binary | 11110101 | 10110 | 11100110 | 0 | 1011011 | 110 | 100 | 100110000 | 1011100 | 110100 |
Color Harmonies of #F516E6
Complementary color
Monochromatic Colors of #F516E6
Black with #F516E6
Text Example
Text Example
White with #F516E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F516E6; }
p { color: rgb(245,22,230); }
H1.HeaderClassName
{
color: #F516E6;
}
.AnyTagClassName
{
color: #F516E6;
}
</style>
background-color css
<style>
a { background-color: #F516E6; }
a { background-color: rgb(245,22,230); }
div.DivClassName
{
background-color: #F516E6;
}
.BgClassName
{
background-color: #F516E6;
}
</style>
border-color css
<style>
span { border-color: #F516E6; }
span { border-color: rgb(245,22,230); }
td.TdClassName
{
border-color: #F516E6;
}
.TagClassName
{
border-color: #F516E6;
}
</style>