Shades of Magenta #F319EC
Tints of Magenta #F319EC
RGB
CMYK
RGB Variations
Color information
#F319EC (or 0xF319EC) is known color: Magenta. HEX triplet: F3, 19 and EC. RGB value is (243,25,236). Sum of RGB (Red+Green+Blue) = 243+25+236=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 25 (10.16% from 255 or 4.96% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F319EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F319EC is #0CE613. Grayscale: #717171. Windows color (decimal): -845332 or 15473139. OLE color: 15473139.
HSL color Cylindrical-coordinate representation of color #F319EC: hue angle of 301.93º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F319EC is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 236 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.05 |
| HSL | 301.93º | 0.9% | 0.53% | - |
| HSV(B) | 301.93º | 0.9% | 0.95% | - |
| XYZ | 52.45 | 25.81 | 81.57 | - |
| YUV | 114.24 | 196.72 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 236 | 0 | 0.90 | 0.03 | 0.05 | 301.93 | 0.9 | 0.53 |
| Hex | F3 | 19 | EC | 0 | 5A | 3 | 5 | 12E | 5A | 35 |
| Octal | 363 | 31 | 354 | 0 | 132 | 3 | 5 | 456 | 132 | 65 |
| Binary | 11110011 | 11001 | 11101100 | 0 | 1011010 | 11 | 101 | 100101110 | 1011010 | 110101 |
Color Harmonies of #F319EC
Complementary color
Monochromatic Colors of #F319EC
Black with #F319EC
Text Example
Text Example
White with #F319EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319EC; }
p { color: rgb(243,25,236); }
H1.HeaderClassName
{
color: #F319EC;
}
.AnyTagClassName
{
color: #F319EC;
}
</style>
background-color css
<style>
a { background-color: #F319EC; }
a { background-color: rgb(243,25,236); }
div.DivClassName
{
background-color: #F319EC;
}
.BgClassName
{
background-color: #F319EC;
}
</style>
border-color css
<style>
span { border-color: #F319EC; }
span { border-color: rgb(243,25,236); }
td.TdClassName
{
border-color: #F319EC;
}
.TagClassName
{
border-color: #F319EC;
}
</style>