Shades of Magenta #F321EC
Tints of Magenta #F321EC
RGB
CMYK
RGB Variations
Color information
#F321EC (or 0xF321EC) is known color: Magenta. HEX triplet: F3, 21 and EC. RGB value is (243,33,236). Sum of RGB (Red+Green+Blue) = 243+33+236=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 33 (13.28% from 255 or 6.45% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F321EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F321EC is #0CDE13. Grayscale: #767676. Windows color (decimal): -843284 or 15475187. OLE color: 15475187.
HSL color Cylindrical-coordinate representation of color #F321EC: hue angle of 302º degrees, saturation: 0.9, 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 #F321EC is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 236 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.05 |
| HSL | 302º | 0.9% | 0.54% | - |
| HSV(B) | 302º | 0.86% | 0.95% | - |
| XYZ | 52.65 | 26.2 | 81.64 | - |
| YUV | 118.93 | 194.07 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 236 | 0 | 0.86 | 0.03 | 0.05 | 302 | 0.9 | 0.54 |
| Hex | F3 | 21 | EC | 0 | 56 | 3 | 5 | 12E | 5A | 36 |
| Octal | 363 | 41 | 354 | 0 | 126 | 3 | 5 | 456 | 132 | 66 |
| Binary | 11110011 | 100001 | 11101100 | 0 | 1010110 | 11 | 101 | 100101110 | 1011010 | 110110 |
Color Harmonies of #F321EC
Complementary color
Monochromatic Colors of #F321EC
Black with #F321EC
Text Example
Text Example
White with #F321EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F321EC; }
p { color: rgb(243,33,236); }
H1.HeaderClassName
{
color: #F321EC;
}
.AnyTagClassName
{
color: #F321EC;
}
</style>
background-color css
<style>
a { background-color: #F321EC; }
a { background-color: rgb(243,33,236); }
div.DivClassName
{
background-color: #F321EC;
}
.BgClassName
{
background-color: #F321EC;
}
</style>
border-color css
<style>
span { border-color: #F321EC; }
span { border-color: rgb(243,33,236); }
td.TdClassName
{
border-color: #F321EC;
}
.TagClassName
{
border-color: #F321EC;
}
</style>