Shades of Magenta #F115E8
Tints of Magenta #F115E8
RGB
CMYK
RGB Variations
Color information
#F115E8 (or 0xF115E8) is known color: Magenta. HEX triplet: F1, 15 and E8. RGB value is (241,21,232). Sum of RGB (Red+Green+Blue) = 241+21+232=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 21 (8.59% from 255 or 4.25% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F115E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F115E8 is #0EEA17. Grayscale: #6E6E6E. Windows color (decimal): -977432 or 15209969. OLE color: 15209969.
HSL color Cylindrical-coordinate representation of color #F115E8: hue angle of 302.45º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F115E8 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 232 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.05 |
| HSL | 302.45º | 0.89% | 0.51% | - |
| HSV(B) | 302.45º | 0.91% | 0.95% | - |
| XYZ | 51.11 | 25.06 | 78.49 | - |
| YUV | 110.83 | 196.39 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 232 | 0 | 0.91 | 0.04 | 0.05 | 302.45 | 0.89 | 0.51 |
| Hex | F1 | 15 | E8 | 0 | 5B | 4 | 5 | 12E | 59 | 33 |
| Octal | 361 | 25 | 350 | 0 | 133 | 4 | 5 | 456 | 131 | 63 |
| Binary | 11110001 | 10101 | 11101000 | 0 | 1011011 | 100 | 101 | 100101110 | 1011001 | 110011 |
Color Harmonies of #F115E8
Complementary color
Monochromatic Colors of #F115E8
Black with #F115E8
Text Example
Text Example
White with #F115E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F115E8; }
p { color: rgb(241,21,232); }
H1.HeaderClassName
{
color: #F115E8;
}
.AnyTagClassName
{
color: #F115E8;
}
</style>
background-color css
<style>
a { background-color: #F115E8; }
a { background-color: rgb(241,21,232); }
div.DivClassName
{
background-color: #F115E8;
}
.BgClassName
{
background-color: #F115E8;
}
</style>
border-color css
<style>
span { border-color: #F115E8; }
span { border-color: rgb(241,21,232); }
td.TdClassName
{
border-color: #F115E8;
}
.TagClassName
{
border-color: #F115E8;
}
</style>