Shades of Magenta #F115E5
Tints of Magenta #F115E5
RGB
CMYK
RGB Variations
Color information
#F115E5 (or 0xF115E5) is known color: Magenta. HEX triplet: F1, 15 and E5. RGB value is (241,21,229). Sum of RGB (Red+Green+Blue) = 241+21+229=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 21 (8.59% from 255 or 4.28% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F115E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F115E5 is #0EEA1A. Grayscale: #6D6D6D. Windows color (decimal): -977435 or 15013361. OLE color: 15013361.
HSL color Cylindrical-coordinate representation of color #F115E5: hue angle of 303.27º 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 #F115E5 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 229 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.05 |
| HSL | 303.27º | 0.89% | 0.51% | - |
| HSV(B) | 303.27º | 0.91% | 0.95% | - |
| XYZ | 50.69 | 24.89 | 76.26 | - |
| YUV | 110.49 | 194.89 | 221.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 229 | 0 | 0.91 | 0.05 | 0.05 | 303.27 | 0.89 | 0.51 |
| Hex | F1 | 15 | E5 | 0 | 5B | 5 | 5 | 12F | 59 | 33 |
| Octal | 361 | 25 | 345 | 0 | 133 | 5 | 5 | 457 | 131 | 63 |
| Binary | 11110001 | 10101 | 11100101 | 0 | 1011011 | 101 | 101 | 100101111 | 1011001 | 110011 |
Color Harmonies of #F115E5
Complementary color
Monochromatic Colors of #F115E5
Black with #F115E5
Text Example
Text Example
White with #F115E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F115E5; }
p { color: rgb(241,21,229); }
H1.HeaderClassName
{
color: #F115E5;
}
.AnyTagClassName
{
color: #F115E5;
}
</style>
background-color css
<style>
a { background-color: #F115E5; }
a { background-color: rgb(241,21,229); }
div.DivClassName
{
background-color: #F115E5;
}
.BgClassName
{
background-color: #F115E5;
}
</style>
border-color css
<style>
span { border-color: #F115E5; }
span { border-color: rgb(241,21,229); }
td.TdClassName
{
border-color: #F115E5;
}
.TagClassName
{
border-color: #F115E5;
}
</style>