Shades of Hot Magenta #F00EDC
Tints of Hot Magenta #F00EDC
RGB
CMYK
RGB Variations
Color information
#F00EDC (or 0xF00EDC) is known color: Hot Magenta. HEX triplet: F0, 0E and DC. RGB value is (240,14,220). Sum of RGB (Red+Green+Blue) = 240+14+220=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 14 (5.86% from 255 or 2.95% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00EDC is #0FF123. Grayscale: #686868. Windows color (decimal): -1044772 or 14421744. OLE color: 14421744.
HSL color Cylindrical-coordinate representation of color #F00EDC: hue angle of 305.31º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00EDC is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 220 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.06 |
| HSL | 305.31º | 0.89% | 0.5% | - |
| HSV(B) | 305.31º | 0.94% | 0.94% | - |
| XYZ | 49.01 | 24.01 | 69.76 | - |
| YUV | 105.06 | 192.87 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 220 | 0 | 0.94 | 0.08 | 0.06 | 305.31 | 0.89 | 0.5 |
| Hex | F0 | E | DC | 0 | 5E | 8 | 6 | 131 | 59 | 32 |
| Octal | 360 | 16 | 334 | 0 | 136 | 10 | 6 | 461 | 131 | 62 |
| Binary | 11110000 | 1110 | 11011100 | 0 | 1011110 | 1000 | 110 | 100110001 | 1011001 | 110010 |
Color Harmonies of #F00EDC
Complementary color
Monochromatic Colors of #F00EDC
Black with #F00EDC
Text Example
Text Example
White with #F00EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00EDC; }
p { color: rgb(240,14,220); }
H1.HeaderClassName
{
color: #F00EDC;
}
.AnyTagClassName
{
color: #F00EDC;
}
</style>
background-color css
<style>
a { background-color: #F00EDC; }
a { background-color: rgb(240,14,220); }
div.DivClassName
{
background-color: #F00EDC;
}
.BgClassName
{
background-color: #F00EDC;
}
</style>
border-color css
<style>
span { border-color: #F00EDC; }
span { border-color: rgb(240,14,220); }
td.TdClassName
{
border-color: #F00EDC;
}
.TagClassName
{
border-color: #F00EDC;
}
</style>