Shades of Magenta #F103EC
Tints of Magenta #F103EC
RGB
CMYK
RGB Variations
Color information
#F103EC (or 0xF103EC) is known color: Magenta. HEX triplet: F1, 03 and EC. RGB value is (241,3,236). Sum of RGB (Red+Green+Blue) = 241+3+236=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 3 (1.56% from 255 or 0.62% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F103EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F103EC is #0EFC13. Grayscale: #646464. Windows color (decimal): -982036 or 15467505. OLE color: 15467505.
HSL color Cylindrical-coordinate representation of color #F103EC: hue angle of 301.26º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F103EC is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 236 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.05 |
| HSL | 301.26º | 0.98% | 0.48% | - |
| HSV(B) | 301.26º | 0.99% | 0.95% | - |
| XYZ | 51.45 | 24.82 | 81.44 | - |
| YUV | 100.72 | 204.35 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 236 | 0 | 0.99 | 0.02 | 0.05 | 301.26 | 0.98 | 0.48 |
| Hex | F1 | 3 | EC | 0 | 63 | 2 | 5 | 12D | 62 | 30 |
| Octal | 361 | 3 | 354 | 0 | 143 | 2 | 5 | 455 | 142 | 60 |
| Binary | 11110001 | 11 | 11101100 | 0 | 1100011 | 10 | 101 | 100101101 | 1100010 | 110000 |
Color Harmonies of #F103EC
Complementary color
Monochromatic Colors of #F103EC
Black with #F103EC
Text Example
Text Example
White with #F103EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F103EC; }
p { color: rgb(241,3,236); }
H1.HeaderClassName
{
color: #F103EC;
}
.AnyTagClassName
{
color: #F103EC;
}
</style>
background-color css
<style>
a { background-color: #F103EC; }
a { background-color: rgb(241,3,236); }
div.DivClassName
{
background-color: #F103EC;
}
.BgClassName
{
background-color: #F103EC;
}
</style>
border-color css
<style>
span { border-color: #F103EC; }
span { border-color: rgb(241,3,236); }
td.TdClassName
{
border-color: #F103EC;
}
.TagClassName
{
border-color: #F103EC;
}
</style>