Shades of Magenta #F312EC
Tints of Magenta #F312EC
RGB
CMYK
RGB Variations
Color information
#F312EC (or 0xF312EC) is known color: Magenta. HEX triplet: F3, 12 and EC. RGB value is (243,18,236). Sum of RGB (Red+Green+Blue) = 243+18+236=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 18 (7.42% from 255 or 3.62% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F312EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F312EC is #0CED13. Grayscale: #6D6D6D. Windows color (decimal): -847124 or 15471347. OLE color: 15471347.
HSL color Cylindrical-coordinate representation of color #F312EC: hue angle of 301.87º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F312EC is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 236 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.05 |
| HSL | 301.87º | 0.9% | 0.51% | - |
| HSV(B) | 301.87º | 0.93% | 0.95% | - |
| XYZ | 52.32 | 25.54 | 81.53 | - |
| YUV | 110.13 | 199.04 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 236 | 0 | 0.93 | 0.03 | 0.05 | 301.87 | 0.9 | 0.51 |
| Hex | F3 | 12 | EC | 0 | 5D | 3 | 5 | 12E | 5A | 33 |
| Octal | 363 | 22 | 354 | 0 | 135 | 3 | 5 | 456 | 132 | 63 |
| Binary | 11110011 | 10010 | 11101100 | 0 | 1011101 | 11 | 101 | 100101110 | 1011010 | 110011 |
Color Harmonies of #F312EC
Complementary color
Monochromatic Colors of #F312EC
Black with #F312EC
Text Example
Text Example
White with #F312EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F312EC; }
p { color: rgb(243,18,236); }
H1.HeaderClassName
{
color: #F312EC;
}
.AnyTagClassName
{
color: #F312EC;
}
</style>
background-color css
<style>
a { background-color: #F312EC; }
a { background-color: rgb(243,18,236); }
div.DivClassName
{
background-color: #F312EC;
}
.BgClassName
{
background-color: #F312EC;
}
</style>
border-color css
<style>
span { border-color: #F312EC; }
span { border-color: rgb(243,18,236); }
td.TdClassName
{
border-color: #F312EC;
}
.TagClassName
{
border-color: #F312EC;
}
</style>