Shades of Magenta #F50EF6
Tints of Magenta #F50EF6
RGB
CMYK
RGB Variations
Color information
#F50EF6 (or 0xF50EF6) is known color: Magenta. HEX triplet: F5, 0E and F6. RGB value is (245,14,246). Sum of RGB (Red+Green+Blue) = 245+14+246=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 14 (5.86% from 255 or 2.77% from 505); Blue value is 246 (96.48% from 255 or 48.71% from 505); Max value from RGB is 246 - color contains mainly: blue. Hex color #F50EF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50EF6 is #0AF109. Grayscale: #6C6C6C. Windows color (decimal): -717066 or 16125685. OLE color: 16125685.
HSL color Cylindrical-coordinate representation of color #F50EF6: hue angle of 299.74º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50EF6 is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 14 | 246 | - |
| CMYK | 0.00 | 0.94 | 0 | 0.04 |
| HSL | 299.74º | 0.93% | 0.51% | - |
| HSV(B) | 299.74º | 0.94% | 0.96% | - |
| XYZ | 54.45 | 26.38 | 89.41 | - |
| YUV | 109.52 | 205.03 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 14 | 246 | 0.00 | 0.94 | 0 | 0.04 | 299.74 | 0.93 | 0.51 |
| Hex | F5 | E | F6 | 0 | 5E | 0 | 4 | 12C | 5D | 33 |
| Octal | 365 | 16 | 366 | 0 | 136 | 0 | 4 | 454 | 135 | 63 |
| Binary | 11110101 | 1110 | 11110110 | 0 | 1011110 | 0 | 100 | 100101100 | 1011101 | 110011 |
Color Harmonies of #F50EF6
Complementary color
Monochromatic Colors of #F50EF6
Black with #F50EF6
Text Example
Text Example
White with #F50EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50EF6; }
p { color: rgb(245,14,246); }
H1.HeaderClassName
{
color: #F50EF6;
}
.AnyTagClassName
{
color: #F50EF6;
}
</style>
background-color css
<style>
a { background-color: #F50EF6; }
a { background-color: rgb(245,14,246); }
div.DivClassName
{
background-color: #F50EF6;
}
.BgClassName
{
background-color: #F50EF6;
}
</style>
border-color css
<style>
span { border-color: #F50EF6; }
span { border-color: rgb(245,14,246); }
td.TdClassName
{
border-color: #F50EF6;
}
.TagClassName
{
border-color: #F50EF6;
}
</style>