Shades of Hot Magenta #F116E3
Tints of Hot Magenta #F116E3
RGB
CMYK
RGB Variations
Color information
#F116E3 (or 0xF116E3) is known color: Hot Magenta. HEX triplet: F1, 16 and E3. RGB value is (241,22,227). Sum of RGB (Red+Green+Blue) = 241+22+227=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 22 (8.98% from 255 or 4.49% from 490); Blue value is 227 (89.06% from 255 or 46.33% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F116E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F116E3 is #0EE91C. Grayscale: #6E6E6E. Windows color (decimal): -977181 or 14882545. OLE color: 14882545.
HSL color Cylindrical-coordinate representation of color #F116E3: hue angle of 303.84º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F116E3 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 227 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.05 |
| HSL | 303.84º | 0.89% | 0.52% | - |
| HSV(B) | 303.84º | 0.91% | 0.95% | - |
| XYZ | 50.43 | 24.82 | 74.81 | - |
| YUV | 110.85 | 193.55 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 227 | 0 | 0.91 | 0.06 | 0.05 | 303.84 | 0.89 | 0.52 |
| Hex | F1 | 16 | E3 | 0 | 5B | 6 | 5 | 130 | 59 | 34 |
| Octal | 361 | 26 | 343 | 0 | 133 | 6 | 5 | 460 | 131 | 64 |
| Binary | 11110001 | 10110 | 11100011 | 0 | 1011011 | 110 | 101 | 100110000 | 1011001 | 110100 |
Color Harmonies of #F116E3
Complementary color
Monochromatic Colors of #F116E3
Black with #F116E3
Text Example
Text Example
White with #F116E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F116E3; }
p { color: rgb(241,22,227); }
H1.HeaderClassName
{
color: #F116E3;
}
.AnyTagClassName
{
color: #F116E3;
}
</style>
background-color css
<style>
a { background-color: #F116E3; }
a { background-color: rgb(241,22,227); }
div.DivClassName
{
background-color: #F116E3;
}
.BgClassName
{
background-color: #F116E3;
}
</style>
border-color css
<style>
span { border-color: #F116E3; }
span { border-color: rgb(241,22,227); }
td.TdClassName
{
border-color: #F116E3;
}
.TagClassName
{
border-color: #F116E3;
}
</style>