Shades of Hot Magenta #F111E4
Tints of Hot Magenta #F111E4
RGB
CMYK
RGB Variations
Color information
#F111E4 (or 0xF111E4) is known color: Hot Magenta. HEX triplet: F1, 11 and E4. RGB value is (241,17,228). Sum of RGB (Red+Green+Blue) = 241+17+228=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 17 (7.03% from 255 or 3.50% from 486); Blue value is 228 (89.45% from 255 or 46.91% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F111E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F111E4 is #0EEE1B. Grayscale: #6B6B6B. Windows color (decimal): -978460 or 14946801. OLE color: 14946801.
HSL color Cylindrical-coordinate representation of color #F111E4: hue angle of 303.48º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F111E4 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 228 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.05 |
| HSL | 303.48º | 0.89% | 0.51% | - |
| HSV(B) | 303.48º | 0.93% | 0.95% | - |
| XYZ | 50.48 | 24.7 | 75.51 | - |
| YUV | 108.03 | 195.71 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 228 | 0 | 0.93 | 0.05 | 0.05 | 303.48 | 0.89 | 0.51 |
| Hex | F1 | 11 | E4 | 0 | 5D | 5 | 5 | 12F | 59 | 33 |
| Octal | 361 | 21 | 344 | 0 | 135 | 5 | 5 | 457 | 131 | 63 |
| Binary | 11110001 | 10001 | 11100100 | 0 | 1011101 | 101 | 101 | 100101111 | 1011001 | 110011 |
Color Harmonies of #F111E4
Complementary color
Monochromatic Colors of #F111E4
Black with #F111E4
Text Example
Text Example
White with #F111E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F111E4; }
p { color: rgb(241,17,228); }
H1.HeaderClassName
{
color: #F111E4;
}
.AnyTagClassName
{
color: #F111E4;
}
</style>
background-color css
<style>
a { background-color: #F111E4; }
a { background-color: rgb(241,17,228); }
div.DivClassName
{
background-color: #F111E4;
}
.BgClassName
{
background-color: #F111E4;
}
</style>
border-color css
<style>
span { border-color: #F111E4; }
span { border-color: rgb(241,17,228); }
td.TdClassName
{
border-color: #F111E4;
}
.TagClassName
{
border-color: #F111E4;
}
</style>