Shades of Magenta #F105EE
Tints of Magenta #F105EE
RGB
CMYK
RGB Variations
Color information
#F105EE (or 0xF105EE) is known color: Magenta. HEX triplet: F1, 05 and EE. RGB value is (241,5,238). Sum of RGB (Red+Green+Blue) = 241+5+238=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 5 (2.34% from 255 or 1.03% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F105EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F105EE is #0EFA11. Grayscale: #656565. Windows color (decimal): -981522 or 15599089. OLE color: 15599089.
HSL color Cylindrical-coordinate representation of color #F105EE: hue angle of 300.76º 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 #F105EE is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 238 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.05 |
| HSL | 300.76º | 0.96% | 0.48% | - |
| HSV(B) | 300.76º | 0.98% | 0.95% | - |
| XYZ | 51.76 | 24.98 | 82.98 | - |
| YUV | 102.13 | 204.69 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 238 | 0 | 0.98 | 0.01 | 0.05 | 300.76 | 0.96 | 0.48 |
| Hex | F1 | 5 | EE | 0 | 62 | 1 | 5 | 12D | 60 | 30 |
| Octal | 361 | 5 | 356 | 0 | 142 | 1 | 5 | 455 | 140 | 60 |
| Binary | 11110001 | 101 | 11101110 | 0 | 1100010 | 1 | 101 | 100101101 | 1100000 | 110000 |
Color Harmonies of #F105EE
Complementary color
Monochromatic Colors of #F105EE
Black with #F105EE
Text Example
Text Example
White with #F105EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F105EE; }
p { color: rgb(241,5,238); }
H1.HeaderClassName
{
color: #F105EE;
}
.AnyTagClassName
{
color: #F105EE;
}
</style>
background-color css
<style>
a { background-color: #F105EE; }
a { background-color: rgb(241,5,238); }
div.DivClassName
{
background-color: #F105EE;
}
.BgClassName
{
background-color: #F105EE;
}
</style>
border-color css
<style>
span { border-color: #F105EE; }
span { border-color: rgb(241,5,238); }
td.TdClassName
{
border-color: #F105EE;
}
.TagClassName
{
border-color: #F105EE;
}
</style>