Shades of Hot Magenta #F110E4
Tints of Hot Magenta #F110E4
RGB
CMYK
RGB Variations
Color information
#F110E4 (or 0xF110E4) is known color: Hot Magenta. HEX triplet: F1, 10 and E4. RGB value is (241,16,228). Sum of RGB (Red+Green+Blue) = 241+16+228=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 16 (6.64% from 255 or 3.30% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F110E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F110E4 is #0EEF1B. Grayscale: #6A6A6A. Windows color (decimal): -978716 or 14946545. OLE color: 14946545.
HSL color Cylindrical-coordinate representation of color #F110E4: hue angle of 303.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F110E4 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 228 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.05 |
| HSL | 303.47º | 0.89% | 0.5% | - |
| HSV(B) | 303.47º | 0.93% | 0.95% | - |
| XYZ | 50.46 | 24.67 | 75.5 | - |
| YUV | 107.44 | 196.04 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 228 | 0 | 0.93 | 0.05 | 0.05 | 303.47 | 0.89 | 0.5 |
| Hex | F1 | 10 | E4 | 0 | 5D | 5 | 5 | 12F | 59 | 32 |
| Octal | 361 | 20 | 344 | 0 | 135 | 5 | 5 | 457 | 131 | 62 |
| Binary | 11110001 | 10000 | 11100100 | 0 | 1011101 | 101 | 101 | 100101111 | 1011001 | 110010 |
Color Harmonies of #F110E4
Complementary color
Monochromatic Colors of #F110E4
Black with #F110E4
Text Example
Text Example
White with #F110E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F110E4; }
p { color: rgb(241,16,228); }
H1.HeaderClassName
{
color: #F110E4;
}
.AnyTagClassName
{
color: #F110E4;
}
</style>
background-color css
<style>
a { background-color: #F110E4; }
a { background-color: rgb(241,16,228); }
div.DivClassName
{
background-color: #F110E4;
}
.BgClassName
{
background-color: #F110E4;
}
</style>
border-color css
<style>
span { border-color: #F110E4; }
span { border-color: rgb(241,16,228); }
td.TdClassName
{
border-color: #F110E4;
}
.TagClassName
{
border-color: #F110E4;
}
</style>