Shades of Hot Magenta #F50EDE
Tints of Hot Magenta #F50EDE
RGB
CMYK
RGB Variations
Color information
#F50EDE (or 0xF50EDE) is known color: Hot Magenta. HEX triplet: F5, 0E and DE. RGB value is (245,14,222). Sum of RGB (Red+Green+Blue) = 245+14+222=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 14 (5.86% from 255 or 2.91% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F50EDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50EDE is #0AF121. Grayscale: #6A6A6A. Windows color (decimal): -717090 or 14552821. OLE color: 14552821.
HSL color Cylindrical-coordinate representation of color #F50EDE: hue angle of 305.97º 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 #F50EDE is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 14 | 222 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.04 |
| HSL | 305.97º | 0.92% | 0.51% | - |
| HSV(B) | 305.97º | 0.94% | 0.96% | - |
| XYZ | 51 | 25 | 71.24 | - |
| YUV | 106.78 | 193.03 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 14 | 222 | 0 | 0.94 | 0.09 | 0.04 | 305.97 | 0.92 | 0.51 |
| Hex | F5 | E | DE | 0 | 5E | 9 | 4 | 132 | 5C | 33 |
| Octal | 365 | 16 | 336 | 0 | 136 | 11 | 4 | 462 | 134 | 63 |
| Binary | 11110101 | 1110 | 11011110 | 0 | 1011110 | 1001 | 100 | 100110010 | 1011100 | 110011 |
Color Harmonies of #F50EDE
Complementary color
Monochromatic Colors of #F50EDE
Black with #F50EDE
Text Example
Text Example
White with #F50EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50EDE; }
p { color: rgb(245,14,222); }
H1.HeaderClassName
{
color: #F50EDE;
}
.AnyTagClassName
{
color: #F50EDE;
}
</style>
background-color css
<style>
a { background-color: #F50EDE; }
a { background-color: rgb(245,14,222); }
div.DivClassName
{
background-color: #F50EDE;
}
.BgClassName
{
background-color: #F50EDE;
}
</style>
border-color css
<style>
span { border-color: #F50EDE; }
span { border-color: rgb(245,14,222); }
td.TdClassName
{
border-color: #F50EDE;
}
.TagClassName
{
border-color: #F50EDE;
}
</style>