Shades of Magenta #F121EC
Tints of Magenta #F121EC
RGB
CMYK
RGB Variations
Color information
#F121EC (or 0xF121EC) is known color: Magenta. HEX triplet: F1, 21 and EC. RGB value is (241,33,236). Sum of RGB (Red+Green+Blue) = 241+33+236=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 33 (13.28% from 255 or 6.47% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F121EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F121EC is #0EDE13. Grayscale: #757575. Windows color (decimal): -974356 or 15475185. OLE color: 15475185.
HSL color Cylindrical-coordinate representation of color #F121EC: hue angle of 301.44º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F121EC is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 236 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.05 |
| HSL | 301.44º | 0.88% | 0.54% | - |
| HSV(B) | 301.44º | 0.86% | 0.95% | - |
| XYZ | 51.96 | 25.84 | 81.61 | - |
| YUV | 118.33 | 194.41 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 236 | 0 | 0.86 | 0.02 | 0.05 | 301.44 | 0.88 | 0.54 |
| Hex | F1 | 21 | EC | 0 | 56 | 2 | 5 | 12D | 58 | 36 |
| Octal | 361 | 41 | 354 | 0 | 126 | 2 | 5 | 455 | 130 | 66 |
| Binary | 11110001 | 100001 | 11101100 | 0 | 1010110 | 10 | 101 | 100101101 | 1011000 | 110110 |
Color Harmonies of #F121EC
Complementary color
Monochromatic Colors of #F121EC
Black with #F121EC
Text Example
Text Example
White with #F121EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F121EC; }
p { color: rgb(241,33,236); }
H1.HeaderClassName
{
color: #F121EC;
}
.AnyTagClassName
{
color: #F121EC;
}
</style>
background-color css
<style>
a { background-color: #F121EC; }
a { background-color: rgb(241,33,236); }
div.DivClassName
{
background-color: #F121EC;
}
.BgClassName
{
background-color: #F121EC;
}
</style>
border-color css
<style>
span { border-color: #F121EC; }
span { border-color: rgb(241,33,236); }
td.TdClassName
{
border-color: #F121EC;
}
.TagClassName
{
border-color: #F121EC;
}
</style>