Shades of Magenta #F123EC
Tints of Magenta #F123EC
RGB
CMYK
RGB Variations
Color information
#F123EC (or 0xF123EC) is known color: Magenta. HEX triplet: F1, 23 and EC. RGB value is (241,35,236). Sum of RGB (Red+Green+Blue) = 241+35+236=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 35 (14.06% from 255 or 6.84% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F123EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F123EC is #0EDC13. Grayscale: #767676. Windows color (decimal): -973844 or 15475697. OLE color: 15475697.
HSL color Cylindrical-coordinate representation of color #F123EC: hue angle of 301.46º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F123EC is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 236 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.05 |
| HSL | 301.46º | 0.88% | 0.54% | - |
| HSV(B) | 301.46º | 0.85% | 0.95% | - |
| XYZ | 52.02 | 25.96 | 81.63 | - |
| YUV | 119.51 | 193.75 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 236 | 0 | 0.85 | 0.02 | 0.05 | 301.46 | 0.88 | 0.54 |
| Hex | F1 | 23 | EC | 0 | 55 | 2 | 5 | 12D | 58 | 36 |
| Octal | 361 | 43 | 354 | 0 | 125 | 2 | 5 | 455 | 130 | 66 |
| Binary | 11110001 | 100011 | 11101100 | 0 | 1010101 | 10 | 101 | 100101101 | 1011000 | 110110 |
Color Harmonies of #F123EC
Complementary color
Monochromatic Colors of #F123EC
Black with #F123EC
Text Example
Text Example
White with #F123EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F123EC; }
p { color: rgb(241,35,236); }
H1.HeaderClassName
{
color: #F123EC;
}
.AnyTagClassName
{
color: #F123EC;
}
</style>
background-color css
<style>
a { background-color: #F123EC; }
a { background-color: rgb(241,35,236); }
div.DivClassName
{
background-color: #F123EC;
}
.BgClassName
{
background-color: #F123EC;
}
</style>
border-color css
<style>
span { border-color: #F123EC; }
span { border-color: rgb(241,35,236); }
td.TdClassName
{
border-color: #F123EC;
}
.TagClassName
{
border-color: #F123EC;
}
</style>