Shades of Hot Magenta #F410E0
Tints of Hot Magenta #F410E0
RGB
CMYK
RGB Variations
Color information
#F410E0 (or 0xF410E0) is known color: Hot Magenta. HEX triplet: F4, 10 and E0. RGB value is (244,16,224). Sum of RGB (Red+Green+Blue) = 244+16+224=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 16 (6.64% from 255 or 3.31% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F410E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F410E0 is #0BEF1F. Grayscale: #6B6B6B. Windows color (decimal): -782112 or 14684404. OLE color: 14684404.
HSL color Cylindrical-coordinate representation of color #F410E0: hue angle of 305.26º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F410E0 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 224 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.04 |
| HSL | 305.26º | 0.91% | 0.51% | - |
| HSV(B) | 305.26º | 0.93% | 0.96% | - |
| XYZ | 50.95 | 24.99 | 72.66 | - |
| YUV | 107.88 | 193.54 | 225.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 224 | 0 | 0.93 | 0.08 | 0.04 | 305.26 | 0.91 | 0.51 |
| Hex | F4 | 10 | E0 | 0 | 5D | 8 | 4 | 131 | 5B | 33 |
| Octal | 364 | 20 | 340 | 0 | 135 | 10 | 4 | 461 | 133 | 63 |
| Binary | 11110100 | 10000 | 11100000 | 0 | 1011101 | 1000 | 100 | 100110001 | 1011011 | 110011 |
Color Harmonies of #F410E0
Complementary color
Monochromatic Colors of #F410E0
Black with #F410E0
Text Example
Text Example
White with #F410E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F410E0; }
p { color: rgb(244,16,224); }
H1.HeaderClassName
{
color: #F410E0;
}
.AnyTagClassName
{
color: #F410E0;
}
</style>
background-color css
<style>
a { background-color: #F410E0; }
a { background-color: rgb(244,16,224); }
div.DivClassName
{
background-color: #F410E0;
}
.BgClassName
{
background-color: #F410E0;
}
</style>
border-color css
<style>
span { border-color: #F410E0; }
span { border-color: rgb(244,16,224); }
td.TdClassName
{
border-color: #F410E0;
}
.TagClassName
{
border-color: #F410E0;
}
</style>