Shades of Magenta #F105E5
Tints of Magenta #F105E5
RGB
CMYK
RGB Variations
Color information
#F105E5 (or 0xF105E5) is known color: Magenta. HEX triplet: F1, 05 and E5. RGB value is (241,5,229). Sum of RGB (Red+Green+Blue) = 241+5+229=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 5 (2.34% from 255 or 1.05% from 475); Blue value is 229 (89.84% from 255 or 48.21% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F105E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F105E5 is #0EFA1A. Grayscale: #646464. Windows color (decimal): -981531 or 15009265. OLE color: 15009265.
HSL color Cylindrical-coordinate representation of color #F105E5: hue angle of 303.05º 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 #F105E5 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 229 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.05 |
| HSL | 303.05º | 0.96% | 0.48% | - |
| HSV(B) | 303.05º | 0.98% | 0.95% | - |
| XYZ | 50.47 | 24.47 | 76.19 | - |
| YUV | 101.1 | 200.19 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 229 | 0 | 0.98 | 0.05 | 0.05 | 303.05 | 0.96 | 0.48 |
| Hex | F1 | 5 | E5 | 0 | 62 | 5 | 5 | 12F | 60 | 30 |
| Octal | 361 | 5 | 345 | 0 | 142 | 5 | 5 | 457 | 140 | 60 |
| Binary | 11110001 | 101 | 11100101 | 0 | 1100010 | 101 | 101 | 100101111 | 1100000 | 110000 |
Color Harmonies of #F105E5
Complementary color
Monochromatic Colors of #F105E5
Black with #F105E5
Text Example
Text Example
White with #F105E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F105E5; }
p { color: rgb(241,5,229); }
H1.HeaderClassName
{
color: #F105E5;
}
.AnyTagClassName
{
color: #F105E5;
}
</style>
background-color css
<style>
a { background-color: #F105E5; }
a { background-color: rgb(241,5,229); }
div.DivClassName
{
background-color: #F105E5;
}
.BgClassName
{
background-color: #F105E5;
}
</style>
border-color css
<style>
span { border-color: #F105E5; }
span { border-color: rgb(241,5,229); }
td.TdClassName
{
border-color: #F105E5;
}
.TagClassName
{
border-color: #F105E5;
}
</style>