Shades of Hot Magenta #F410E1
Tints of Hot Magenta #F410E1
RGB
CMYK
RGB Variations
Color information
#F410E1 (or 0xF410E1) is known color: Hot Magenta. HEX triplet: F4, 10 and E1. RGB value is (244,16,225). Sum of RGB (Red+Green+Blue) = 244+16+225=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 16 (6.64% from 255 or 3.30% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F410E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F410E1 is #0BEF1E. Grayscale: #6B6B6B. Windows color (decimal): -782111 or 14749940. OLE color: 14749940.
HSL color Cylindrical-coordinate representation of color #F410E1: hue angle of 305º 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 #F410E1 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 225 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.04 |
| HSL | 305º | 0.91% | 0.51% | - |
| HSV(B) | 305º | 0.93% | 0.96% | - |
| XYZ | 51.08 | 25.04 | 73.37 | - |
| YUV | 108 | 194.04 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 225 | 0 | 0.93 | 0.08 | 0.04 | 305 | 0.91 | 0.51 |
| Hex | F4 | 10 | E1 | 0 | 5D | 8 | 4 | 131 | 5B | 33 |
| Octal | 364 | 20 | 341 | 0 | 135 | 10 | 4 | 461 | 133 | 63 |
| Binary | 11110100 | 10000 | 11100001 | 0 | 1011101 | 1000 | 100 | 100110001 | 1011011 | 110011 |
Color Harmonies of #F410E1
Complementary color
Monochromatic Colors of #F410E1
Black with #F410E1
Text Example
Text Example
White with #F410E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F410E1; }
p { color: rgb(244,16,225); }
H1.HeaderClassName
{
color: #F410E1;
}
.AnyTagClassName
{
color: #F410E1;
}
</style>
background-color css
<style>
a { background-color: #F410E1; }
a { background-color: rgb(244,16,225); }
div.DivClassName
{
background-color: #F410E1;
}
.BgClassName
{
background-color: #F410E1;
}
</style>
border-color css
<style>
span { border-color: #F410E1; }
span { border-color: rgb(244,16,225); }
td.TdClassName
{
border-color: #F410E1;
}
.TagClassName
{
border-color: #F410E1;
}
</style>