Shades of Magenta #F105E9
Tints of Magenta #F105E9
RGB
CMYK
RGB Variations
Color information
#F105E9 (or 0xF105E9) is known color: Magenta. HEX triplet: F1, 05 and E9. RGB value is (241,5,233). Sum of RGB (Red+Green+Blue) = 241+5+233=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 5 (2.34% from 255 or 1.04% from 479); Blue value is 233 (91.41% from 255 or 48.64% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F105E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F105E9 is #0EFA16. Grayscale: #646464. Windows color (decimal): -981527 or 15271409. OLE color: 15271409.
HSL color Cylindrical-coordinate representation of color #F105E9: hue angle of 302.03º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F105E9 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 233 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.05 |
| HSL | 302.03º | 0.96% | 0.48% | - |
| HSV(B) | 302.03º | 0.98% | 0.95% | - |
| XYZ | 51.04 | 24.69 | 79.17 | - |
| YUV | 101.56 | 202.19 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 233 | 0 | 0.98 | 0.03 | 0.05 | 302.03 | 0.96 | 0.48 |
| Hex | F1 | 5 | E9 | 0 | 62 | 3 | 5 | 12E | 60 | 30 |
| Octal | 361 | 5 | 351 | 0 | 142 | 3 | 5 | 456 | 140 | 60 |
| Binary | 11110001 | 101 | 11101001 | 0 | 1100010 | 11 | 101 | 100101110 | 1100000 | 110000 |
Color Harmonies of #F105E9
Complementary color
Monochromatic Colors of #F105E9
Black with #F105E9
Text Example
Text Example
White with #F105E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F105E9; }
p { color: rgb(241,5,233); }
H1.HeaderClassName
{
color: #F105E9;
}
.AnyTagClassName
{
color: #F105E9;
}
</style>
background-color css
<style>
a { background-color: #F105E9; }
a { background-color: rgb(241,5,233); }
div.DivClassName
{
background-color: #F105E9;
}
.BgClassName
{
background-color: #F105E9;
}
</style>
border-color css
<style>
span { border-color: #F105E9; }
span { border-color: rgb(241,5,233); }
td.TdClassName
{
border-color: #F105E9;
}
.TagClassName
{
border-color: #F105E9;
}
</style>