Shades of Magenta #F313EC
Tints of Magenta #F313EC
RGB
CMYK
RGB Variations
Color information
#F313EC (or 0xF313EC) is known color: Magenta. HEX triplet: F3, 13 and EC. RGB value is (243,19,236). Sum of RGB (Red+Green+Blue) = 243+19+236=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 19 (7.81% from 255 or 3.82% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 243 - color contains mainly: red. Hex color #F313EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F313EC is #0CEC13. Grayscale: #6E6E6E. Windows color (decimal): -846868 or 15471603. OLE color: 15471603.
HSL color Cylindrical-coordinate representation of color #F313EC: hue angle of 301.88º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F313EC is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 236 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.05 |
| HSL | 301.88º | 0.9% | 0.51% | - |
| HSV(B) | 301.88º | 0.92% | 0.95% | - |
| XYZ | 52.34 | 25.58 | 81.54 | - |
| YUV | 110.71 | 198.71 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 236 | 0 | 0.92 | 0.03 | 0.05 | 301.88 | 0.9 | 0.51 |
| Hex | F3 | 13 | EC | 0 | 5C | 3 | 5 | 12E | 5A | 33 |
| Octal | 363 | 23 | 354 | 0 | 134 | 3 | 5 | 456 | 132 | 63 |
| Binary | 11110011 | 10011 | 11101100 | 0 | 1011100 | 11 | 101 | 100101110 | 1011010 | 110011 |
Color Harmonies of #F313EC
Complementary color
Monochromatic Colors of #F313EC
Black with #F313EC
Text Example
Text Example
White with #F313EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F313EC; }
p { color: rgb(243,19,236); }
H1.HeaderClassName
{
color: #F313EC;
}
.AnyTagClassName
{
color: #F313EC;
}
</style>
background-color css
<style>
a { background-color: #F313EC; }
a { background-color: rgb(243,19,236); }
div.DivClassName
{
background-color: #F313EC;
}
.BgClassName
{
background-color: #F313EC;
}
</style>
border-color css
<style>
span { border-color: #F313EC; }
span { border-color: rgb(243,19,236); }
td.TdClassName
{
border-color: #F313EC;
}
.TagClassName
{
border-color: #F313EC;
}
</style>