Shades of Hot Magenta #F50EE0
Tints of Hot Magenta #F50EE0
RGB
CMYK
RGB Variations
Color information
#F50EE0 (or 0xF50EE0) is known color: Hot Magenta. HEX triplet: F5, 0E and E0. RGB value is (245,14,224). Sum of RGB (Red+Green+Blue) = 245+14+224=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 14 (5.86% from 255 or 2.90% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F50EE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50EE0 is #0AF11F. Grayscale: #6A6A6A. Windows color (decimal): -717088 or 14683893. OLE color: 14683893.
HSL color Cylindrical-coordinate representation of color #F50EE0: hue angle of 305.45º 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 #F50EE0 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 14 | 224 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.04 |
| HSL | 305.45º | 0.92% | 0.51% | - |
| HSV(B) | 305.45º | 0.94% | 0.96% | - |
| XYZ | 51.27 | 25.11 | 72.67 | - |
| YUV | 107.01 | 194.03 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 14 | 224 | 0 | 0.94 | 0.09 | 0.04 | 305.45 | 0.92 | 0.51 |
| Hex | F5 | E | E0 | 0 | 5E | 9 | 4 | 131 | 5C | 33 |
| Octal | 365 | 16 | 340 | 0 | 136 | 11 | 4 | 461 | 134 | 63 |
| Binary | 11110101 | 1110 | 11100000 | 0 | 1011110 | 1001 | 100 | 100110001 | 1011100 | 110011 |
Color Harmonies of #F50EE0
Complementary color
Monochromatic Colors of #F50EE0
Black with #F50EE0
Text Example
Text Example
White with #F50EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50EE0; }
p { color: rgb(245,14,224); }
H1.HeaderClassName
{
color: #F50EE0;
}
.AnyTagClassName
{
color: #F50EE0;
}
</style>
background-color css
<style>
a { background-color: #F50EE0; }
a { background-color: rgb(245,14,224); }
div.DivClassName
{
background-color: #F50EE0;
}
.BgClassName
{
background-color: #F50EE0;
}
</style>
border-color css
<style>
span { border-color: #F50EE0; }
span { border-color: rgb(245,14,224); }
td.TdClassName
{
border-color: #F50EE0;
}
.TagClassName
{
border-color: #F50EE0;
}
</style>