Shades of Hot Magenta #F10EDD
Tints of Hot Magenta #F10EDD
RGB
CMYK
RGB Variations
Color information
#F10EDD (or 0xF10EDD) is known color: Hot Magenta. HEX triplet: F1, 0E and DD. RGB value is (241,14,221). Sum of RGB (Red+Green+Blue) = 241+14+221=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 14 (5.86% from 255 or 2.94% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F10EDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10EDD is #0EF122. Grayscale: #686868. Windows color (decimal): -979235 or 14487281. OLE color: 14487281.
HSL color Cylindrical-coordinate representation of color #F10EDD: hue angle of 305.29º 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 #F10EDD is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 221 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.05 |
| HSL | 305.29º | 0.89% | 0.5% | - |
| HSV(B) | 305.29º | 0.94% | 0.95% | - |
| XYZ | 49.48 | 24.24 | 70.48 | - |
| YUV | 105.47 | 193.21 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 221 | 0 | 0.94 | 0.08 | 0.05 | 305.29 | 0.89 | 0.5 |
| Hex | F1 | E | DD | 0 | 5E | 8 | 5 | 131 | 59 | 32 |
| Octal | 361 | 16 | 335 | 0 | 136 | 10 | 5 | 461 | 131 | 62 |
| Binary | 11110001 | 1110 | 11011101 | 0 | 1011110 | 1000 | 101 | 100110001 | 1011001 | 110010 |
Color Harmonies of #F10EDD
Complementary color
Monochromatic Colors of #F10EDD
Black with #F10EDD
Text Example
Text Example
White with #F10EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10EDD; }
p { color: rgb(241,14,221); }
H1.HeaderClassName
{
color: #F10EDD;
}
.AnyTagClassName
{
color: #F10EDD;
}
</style>
background-color css
<style>
a { background-color: #F10EDD; }
a { background-color: rgb(241,14,221); }
div.DivClassName
{
background-color: #F10EDD;
}
.BgClassName
{
background-color: #F10EDD;
}
</style>
border-color css
<style>
span { border-color: #F10EDD; }
span { border-color: rgb(241,14,221); }
td.TdClassName
{
border-color: #F10EDD;
}
.TagClassName
{
border-color: #F10EDD;
}
</style>