Shades of Magenta #F50EEE
Tints of Magenta #F50EEE
RGB
CMYK
RGB Variations
Color information
#F50EEE (or 0xF50EEE) is known color: Magenta. HEX triplet: F5, 0E and EE. RGB value is (245,14,238). Sum of RGB (Red+Green+Blue) = 245+14+238=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 14 (5.86% from 255 or 2.82% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F50EEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50EEE is #0AF111. Grayscale: #6B6B6B. Windows color (decimal): -717074 or 15601397. OLE color: 15601397.
HSL color Cylindrical-coordinate representation of color #F50EEE: hue angle of 301.82º degrees, saturation: 0.92, 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 #F50EEE is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 14 | 238 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.04 |
| HSL | 301.82º | 0.92% | 0.51% | - |
| HSV(B) | 301.82º | 0.94% | 0.96% | - |
| XYZ | 53.25 | 25.9 | 83.08 | - |
| YUV | 108.61 | 201.03 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 14 | 238 | 0 | 0.94 | 0.03 | 0.04 | 301.82 | 0.92 | 0.51 |
| Hex | F5 | E | EE | 0 | 5E | 3 | 4 | 12E | 5C | 33 |
| Octal | 365 | 16 | 356 | 0 | 136 | 3 | 4 | 456 | 134 | 63 |
| Binary | 11110101 | 1110 | 11101110 | 0 | 1011110 | 11 | 100 | 100101110 | 1011100 | 110011 |
Color Harmonies of #F50EEE
Complementary color
Monochromatic Colors of #F50EEE
Black with #F50EEE
Text Example
Text Example
White with #F50EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50EEE; }
p { color: rgb(245,14,238); }
H1.HeaderClassName
{
color: #F50EEE;
}
.AnyTagClassName
{
color: #F50EEE;
}
</style>
background-color css
<style>
a { background-color: #F50EEE; }
a { background-color: rgb(245,14,238); }
div.DivClassName
{
background-color: #F50EEE;
}
.BgClassName
{
background-color: #F50EEE;
}
</style>
border-color css
<style>
span { border-color: #F50EEE; }
span { border-color: rgb(245,14,238); }
td.TdClassName
{
border-color: #F50EEE;
}
.TagClassName
{
border-color: #F50EEE;
}
</style>