Shades of Magenta #F111E5
Tints of Magenta #F111E5
RGB
CMYK
RGB Variations
Color information
#F111E5 (or 0xF111E5) is known color: Magenta. HEX triplet: F1, 11 and E5. RGB value is (241,17,229). Sum of RGB (Red+Green+Blue) = 241+17+229=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 17 (7.03% from 255 or 3.49% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F111E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F111E5 is #0EEE1A. Grayscale: #6B6B6B. Windows color (decimal): -978459 or 15012337. OLE color: 15012337.
HSL color Cylindrical-coordinate representation of color #F111E5: hue angle of 303.21º 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 #F111E5 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 229 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.05 |
| HSL | 303.21º | 0.89% | 0.51% | - |
| HSV(B) | 303.21º | 0.93% | 0.95% | - |
| XYZ | 50.62 | 24.76 | 76.24 | - |
| YUV | 108.14 | 196.21 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 229 | 0 | 0.93 | 0.05 | 0.05 | 303.21 | 0.89 | 0.51 |
| Hex | F1 | 11 | E5 | 0 | 5D | 5 | 5 | 12F | 59 | 33 |
| Octal | 361 | 21 | 345 | 0 | 135 | 5 | 5 | 457 | 131 | 63 |
| Binary | 11110001 | 10001 | 11100101 | 0 | 1011101 | 101 | 101 | 100101111 | 1011001 | 110011 |
Color Harmonies of #F111E5
Complementary color
Monochromatic Colors of #F111E5
Black with #F111E5
Text Example
Text Example
White with #F111E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F111E5; }
p { color: rgb(241,17,229); }
H1.HeaderClassName
{
color: #F111E5;
}
.AnyTagClassName
{
color: #F111E5;
}
</style>
background-color css
<style>
a { background-color: #F111E5; }
a { background-color: rgb(241,17,229); }
div.DivClassName
{
background-color: #F111E5;
}
.BgClassName
{
background-color: #F111E5;
}
</style>
border-color css
<style>
span { border-color: #F111E5; }
span { border-color: rgb(241,17,229); }
td.TdClassName
{
border-color: #F111E5;
}
.TagClassName
{
border-color: #F111E5;
}
</style>