Shades of Hot Magenta #F118E0
Tints of Hot Magenta #F118E0
RGB
CMYK
RGB Variations
Color information
#F118E0 (or 0xF118E0) is known color: Hot Magenta. HEX triplet: F1, 18 and E0. RGB value is (241,24,224). Sum of RGB (Red+Green+Blue) = 241+24+224=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 24 (9.77% from 255 or 4.91% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F118E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F118E0 is #0EE71F. Grayscale: #6F6F6F. Windows color (decimal): -976672 or 14686449. OLE color: 14686449.
HSL color Cylindrical-coordinate representation of color #F118E0: hue angle of 304.7º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F118E0 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 224 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.05 |
| HSL | 304.7º | 0.89% | 0.52% | - |
| HSV(B) | 304.7º | 0.9% | 0.95% | - |
| XYZ | 50.06 | 24.74 | 72.66 | - |
| YUV | 111.68 | 191.39 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 224 | 0 | 0.90 | 0.07 | 0.05 | 304.7 | 0.89 | 0.52 |
| Hex | F1 | 18 | E0 | 0 | 5A | 7 | 5 | 131 | 59 | 34 |
| Octal | 361 | 30 | 340 | 0 | 132 | 7 | 5 | 461 | 131 | 64 |
| Binary | 11110001 | 11000 | 11100000 | 0 | 1011010 | 111 | 101 | 100110001 | 1011001 | 110100 |
Color Harmonies of #F118E0
Complementary color
Monochromatic Colors of #F118E0
Black with #F118E0
Text Example
Text Example
White with #F118E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F118E0; }
p { color: rgb(241,24,224); }
H1.HeaderClassName
{
color: #F118E0;
}
.AnyTagClassName
{
color: #F118E0;
}
</style>
background-color css
<style>
a { background-color: #F118E0; }
a { background-color: rgb(241,24,224); }
div.DivClassName
{
background-color: #F118E0;
}
.BgClassName
{
background-color: #F118E0;
}
</style>
border-color css
<style>
span { border-color: #F118E0; }
span { border-color: rgb(241,24,224); }
td.TdClassName
{
border-color: #F118E0;
}
.TagClassName
{
border-color: #F118E0;
}
</style>