Shades of Magenta #F105E6
Tints of Magenta #F105E6
RGB
CMYK
RGB Variations
Color information
#F105E6 (or 0xF105E6) is known color: Magenta. HEX triplet: F1, 05 and E6. RGB value is (241,5,230). Sum of RGB (Red+Green+Blue) = 241+5+230=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 5 (2.34% from 255 or 1.05% from 476); Blue value is 230 (90.23% from 255 or 48.32% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F105E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F105E6 is #0EFA19. Grayscale: #646464. Windows color (decimal): -981530 or 15074801. OLE color: 15074801.
HSL color Cylindrical-coordinate representation of color #F105E6: hue angle of 302.8º 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 #F105E6 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 230 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.05 |
| HSL | 302.8º | 0.96% | 0.48% | - |
| HSV(B) | 302.8º | 0.98% | 0.95% | - |
| XYZ | 50.61 | 24.52 | 76.93 | - |
| YUV | 101.21 | 200.69 | 227.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 230 | 0 | 0.98 | 0.05 | 0.05 | 302.8 | 0.96 | 0.48 |
| Hex | F1 | 5 | E6 | 0 | 62 | 5 | 5 | 12F | 60 | 30 |
| Octal | 361 | 5 | 346 | 0 | 142 | 5 | 5 | 457 | 140 | 60 |
| Binary | 11110001 | 101 | 11100110 | 0 | 1100010 | 101 | 101 | 100101111 | 1100000 | 110000 |
Color Harmonies of #F105E6
Complementary color
Monochromatic Colors of #F105E6
Black with #F105E6
Text Example
Text Example
White with #F105E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F105E6; }
p { color: rgb(241,5,230); }
H1.HeaderClassName
{
color: #F105E6;
}
.AnyTagClassName
{
color: #F105E6;
}
</style>
background-color css
<style>
a { background-color: #F105E6; }
a { background-color: rgb(241,5,230); }
div.DivClassName
{
background-color: #F105E6;
}
.BgClassName
{
background-color: #F105E6;
}
</style>
border-color css
<style>
span { border-color: #F105E6; }
span { border-color: rgb(241,5,230); }
td.TdClassName
{
border-color: #F105E6;
}
.TagClassName
{
border-color: #F105E6;
}
</style>