Shades of Magenta #F112E5
Tints of Magenta #F112E5
RGB
CMYK
RGB Variations
Color information
#F112E5 (or 0xF112E5) is known color: Magenta. HEX triplet: F1, 12 and E5. RGB value is (241,18,229). Sum of RGB (Red+Green+Blue) = 241+18+229=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 18 (7.42% from 255 or 3.69% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F112E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F112E5 is #0EED1A. Grayscale: #6C6C6C. Windows color (decimal): -978203 or 15012593. OLE color: 15012593.
HSL color Cylindrical-coordinate representation of color #F112E5: hue angle of 303.23º 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 #F112E5 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 229 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.05 |
| HSL | 303.23º | 0.89% | 0.51% | - |
| HSV(B) | 303.23º | 0.93% | 0.95% | - |
| XYZ | 50.63 | 24.79 | 76.25 | - |
| YUV | 108.73 | 195.88 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 229 | 0 | 0.93 | 0.05 | 0.05 | 303.23 | 0.89 | 0.51 |
| Hex | F1 | 12 | E5 | 0 | 5D | 5 | 5 | 12F | 59 | 33 |
| Octal | 361 | 22 | 345 | 0 | 135 | 5 | 5 | 457 | 131 | 63 |
| Binary | 11110001 | 10010 | 11100101 | 0 | 1011101 | 101 | 101 | 100101111 | 1011001 | 110011 |
Color Harmonies of #F112E5
Complementary color
Monochromatic Colors of #F112E5
Black with #F112E5
Text Example
Text Example
White with #F112E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F112E5; }
p { color: rgb(241,18,229); }
H1.HeaderClassName
{
color: #F112E5;
}
.AnyTagClassName
{
color: #F112E5;
}
</style>
background-color css
<style>
a { background-color: #F112E5; }
a { background-color: rgb(241,18,229); }
div.DivClassName
{
background-color: #F112E5;
}
.BgClassName
{
background-color: #F112E5;
}
</style>
border-color css
<style>
span { border-color: #F112E5; }
span { border-color: rgb(241,18,229); }
td.TdClassName
{
border-color: #F112E5;
}
.TagClassName
{
border-color: #F112E5;
}
</style>