Shades of Hot Magenta #F50ED4
Tints of Hot Magenta #F50ED4
RGB
CMYK
RGB Variations
Color information
#F50ED4 (or 0xF50ED4) is known color: Hot Magenta. HEX triplet: F5, 0E and D4. RGB value is (245,14,212). Sum of RGB (Red+Green+Blue) = 245+14+212=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 14 (5.86% from 255 or 2.97% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F50ED4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50ED4 is #0AF12B. Grayscale: #696969. Windows color (decimal): -717100 or 13897461. OLE color: 13897461.
HSL color Cylindrical-coordinate representation of color #F50ED4: hue angle of 308.57º 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 #F50ED4 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 14 | 212 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.04 |
| HSL | 308.57º | 0.92% | 0.51% | - |
| HSV(B) | 308.57º | 0.94% | 0.96% | - |
| XYZ | 49.7 | 24.48 | 64.39 | - |
| YUV | 105.64 | 188.03 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 14 | 212 | 0 | 0.94 | 0.13 | 0.04 | 308.57 | 0.92 | 0.51 |
| Hex | F5 | E | D4 | 0 | 5E | D | 4 | 135 | 5C | 33 |
| Octal | 365 | 16 | 324 | 0 | 136 | 15 | 4 | 465 | 134 | 63 |
| Binary | 11110101 | 1110 | 11010100 | 0 | 1011110 | 1101 | 100 | 100110101 | 1011100 | 110011 |
Color Harmonies of #F50ED4
Complementary color
Monochromatic Colors of #F50ED4
Black with #F50ED4
Text Example
Text Example
White with #F50ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50ED4; }
p { color: rgb(245,14,212); }
H1.HeaderClassName
{
color: #F50ED4;
}
.AnyTagClassName
{
color: #F50ED4;
}
</style>
background-color css
<style>
a { background-color: #F50ED4; }
a { background-color: rgb(245,14,212); }
div.DivClassName
{
background-color: #F50ED4;
}
.BgClassName
{
background-color: #F50ED4;
}
</style>
border-color css
<style>
span { border-color: #F50ED4; }
span { border-color: rgb(245,14,212); }
td.TdClassName
{
border-color: #F50ED4;
}
.TagClassName
{
border-color: #F50ED4;
}
</style>