Shades of Hot Magenta #F10EDC
Tints of Hot Magenta #F10EDC
RGB
CMYK
RGB Variations
Color information
#F10EDC (or 0xF10EDC) is known color: Hot Magenta. HEX triplet: F1, 0E and DC. RGB value is (241,14,220). Sum of RGB (Red+Green+Blue) = 241+14+220=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 14 (5.86% from 255 or 2.95% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F10EDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10EDC is #0EF123. Grayscale: #686868. Windows color (decimal): -979236 or 14421745. OLE color: 14421745.
HSL color Cylindrical-coordinate representation of color #F10EDC: hue angle of 305.55º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10EDC is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 220 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.05 |
| HSL | 305.55º | 0.89% | 0.5% | - |
| HSV(B) | 305.55º | 0.94% | 0.95% | - |
| XYZ | 49.35 | 24.18 | 69.78 | - |
| YUV | 105.36 | 192.71 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 220 | 0 | 0.94 | 0.09 | 0.05 | 305.55 | 0.89 | 0.5 |
| Hex | F1 | E | DC | 0 | 5E | 9 | 5 | 132 | 59 | 32 |
| Octal | 361 | 16 | 334 | 0 | 136 | 11 | 5 | 462 | 131 | 62 |
| Binary | 11110001 | 1110 | 11011100 | 0 | 1011110 | 1001 | 101 | 100110010 | 1011001 | 110010 |
Color Harmonies of #F10EDC
Complementary color
Monochromatic Colors of #F10EDC
Black with #F10EDC
Text Example
Text Example
White with #F10EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10EDC; }
p { color: rgb(241,14,220); }
H1.HeaderClassName
{
color: #F10EDC;
}
.AnyTagClassName
{
color: #F10EDC;
}
</style>
background-color css
<style>
a { background-color: #F10EDC; }
a { background-color: rgb(241,14,220); }
div.DivClassName
{
background-color: #F10EDC;
}
.BgClassName
{
background-color: #F10EDC;
}
</style>
border-color css
<style>
span { border-color: #F10EDC; }
span { border-color: rgb(241,14,220); }
td.TdClassName
{
border-color: #F10EDC;
}
.TagClassName
{
border-color: #F10EDC;
}
</style>