Shades of Magenta #F310EC
Tints of Magenta #F310EC
RGB
CMYK
RGB Variations
Color information
#F310EC (or 0xF310EC) is known color: Magenta. HEX triplet: F3, 10 and EC. RGB value is (243,16,236). Sum of RGB (Red+Green+Blue) = 243+16+236=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 16 (6.64% from 255 or 3.23% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F310EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F310EC is #0CEF13. Grayscale: #6C6C6C. Windows color (decimal): -847636 or 15470835. OLE color: 15470835.
HSL color Cylindrical-coordinate representation of color #F310EC: hue angle of 301.85º 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 #F310EC is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 236 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.05 |
| HSL | 301.85º | 0.9% | 0.51% | - |
| HSV(B) | 301.85º | 0.93% | 0.95% | - |
| XYZ | 52.29 | 25.48 | 81.52 | - |
| YUV | 108.95 | 199.71 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 236 | 0 | 0.93 | 0.03 | 0.05 | 301.85 | 0.9 | 0.51 |
| Hex | F3 | 10 | EC | 0 | 5D | 3 | 5 | 12E | 5A | 33 |
| Octal | 363 | 20 | 354 | 0 | 135 | 3 | 5 | 456 | 132 | 63 |
| Binary | 11110011 | 10000 | 11101100 | 0 | 1011101 | 11 | 101 | 100101110 | 1011010 | 110011 |
Color Harmonies of #F310EC
Complementary color
Monochromatic Colors of #F310EC
Black with #F310EC
Text Example
Text Example
White with #F310EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310EC; }
p { color: rgb(243,16,236); }
H1.HeaderClassName
{
color: #F310EC;
}
.AnyTagClassName
{
color: #F310EC;
}
</style>
background-color css
<style>
a { background-color: #F310EC; }
a { background-color: rgb(243,16,236); }
div.DivClassName
{
background-color: #F310EC;
}
.BgClassName
{
background-color: #F310EC;
}
</style>
border-color css
<style>
span { border-color: #F310EC; }
span { border-color: rgb(243,16,236); }
td.TdClassName
{
border-color: #F310EC;
}
.TagClassName
{
border-color: #F310EC;
}
</style>