Shades of Hot Magenta #F50EDC
Tints of Hot Magenta #F50EDC
RGB
CMYK
RGB Variations
Color information
#F50EDC (or 0xF50EDC) is known color: Hot Magenta. HEX triplet: F5, 0E and DC. RGB value is (245,14,220). Sum of RGB (Red+Green+Blue) = 245+14+220=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 14 (5.86% from 255 or 2.92% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F50EDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50EDC is #0AF123. Grayscale: #696969. Windows color (decimal): -717092 or 14421749. OLE color: 14421749.
HSL color Cylindrical-coordinate representation of color #F50EDC: hue angle of 306.49º 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 #F50EDC is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 14 | 220 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.04 |
| HSL | 306.49º | 0.92% | 0.51% | - |
| HSV(B) | 306.49º | 0.94% | 0.96% | - |
| XYZ | 50.73 | 24.89 | 69.84 | - |
| YUV | 106.55 | 192.03 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 14 | 220 | 0 | 0.94 | 0.10 | 0.04 | 306.49 | 0.92 | 0.51 |
| Hex | F5 | E | DC | 0 | 5E | A | 4 | 132 | 5C | 33 |
| Octal | 365 | 16 | 334 | 0 | 136 | 12 | 4 | 462 | 134 | 63 |
| Binary | 11110101 | 1110 | 11011100 | 0 | 1011110 | 1010 | 100 | 100110010 | 1011100 | 110011 |
Color Harmonies of #F50EDC
Complementary color
Monochromatic Colors of #F50EDC
Black with #F50EDC
Text Example
Text Example
White with #F50EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50EDC; }
p { color: rgb(245,14,220); }
H1.HeaderClassName
{
color: #F50EDC;
}
.AnyTagClassName
{
color: #F50EDC;
}
</style>
background-color css
<style>
a { background-color: #F50EDC; }
a { background-color: rgb(245,14,220); }
div.DivClassName
{
background-color: #F50EDC;
}
.BgClassName
{
background-color: #F50EDC;
}
</style>
border-color css
<style>
span { border-color: #F50EDC; }
span { border-color: rgb(245,14,220); }
td.TdClassName
{
border-color: #F50EDC;
}
.TagClassName
{
border-color: #F50EDC;
}
</style>