Shades of Magenta #F106EC
Tints of Magenta #F106EC
RGB
CMYK
RGB Variations
Color information
#F106EC (or 0xF106EC) is known color: Magenta. HEX triplet: F1, 06 and EC. RGB value is (241,6,236). Sum of RGB (Red+Green+Blue) = 241+6+236=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 6 (2.73% from 255 or 1.24% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F106EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F106EC is #0EF913. Grayscale: #656565. Windows color (decimal): -981268 or 15468273. OLE color: 15468273.
HSL color Cylindrical-coordinate representation of color #F106EC: hue angle of 301.28º degrees, saturation: 0.95, 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 #F106EC is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 6 | 236 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.05 |
| HSL | 301.28º | 0.95% | 0.48% | - |
| HSV(B) | 301.28º | 0.98% | 0.95% | - |
| XYZ | 51.48 | 24.89 | 81.45 | - |
| YUV | 102.49 | 203.36 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 236 | 0 | 0.98 | 0.02 | 0.05 | 301.28 | 0.95 | 0.48 |
| Hex | F1 | 6 | EC | 0 | 62 | 2 | 5 | 12D | 5F | 30 |
| Octal | 361 | 6 | 354 | 0 | 142 | 2 | 5 | 455 | 137 | 60 |
| Binary | 11110001 | 110 | 11101100 | 0 | 1100010 | 10 | 101 | 100101101 | 1011111 | 110000 |
Color Harmonies of #F106EC
Complementary color
Monochromatic Colors of #F106EC
Black with #F106EC
Text Example
Text Example
White with #F106EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F106EC; }
p { color: rgb(241,6,236); }
H1.HeaderClassName
{
color: #F106EC;
}
.AnyTagClassName
{
color: #F106EC;
}
</style>
background-color css
<style>
a { background-color: #F106EC; }
a { background-color: rgb(241,6,236); }
div.DivClassName
{
background-color: #F106EC;
}
.BgClassName
{
background-color: #F106EC;
}
</style>
border-color css
<style>
span { border-color: #F106EC; }
span { border-color: rgb(241,6,236); }
td.TdClassName
{
border-color: #F106EC;
}
.TagClassName
{
border-color: #F106EC;
}
</style>