Shades of Magenta #F315EC
Tints of Magenta #F315EC
RGB
CMYK
RGB Variations
Color information
#F315EC (or 0xF315EC) is known color: Magenta. HEX triplet: F3, 15 and EC. RGB value is (243,21,236). Sum of RGB (Red+Green+Blue) = 243+21+236=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 21 (8.59% from 255 or 4.2% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F315EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F315EC is #0CEA13. Grayscale: #6F6F6F. Windows color (decimal): -846356 or 15472115. OLE color: 15472115.
HSL color Cylindrical-coordinate representation of color #F315EC: hue angle of 301.89º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F315EC is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 236 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.05 |
| HSL | 301.89º | 0.9% | 0.52% | - |
| HSV(B) | 301.89º | 0.91% | 0.95% | - |
| XYZ | 52.37 | 25.65 | 81.55 | - |
| YUV | 111.89 | 198.05 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 236 | 0 | 0.91 | 0.03 | 0.05 | 301.89 | 0.9 | 0.52 |
| Hex | F3 | 15 | EC | 0 | 5B | 3 | 5 | 12E | 5A | 34 |
| Octal | 363 | 25 | 354 | 0 | 133 | 3 | 5 | 456 | 132 | 64 |
| Binary | 11110011 | 10101 | 11101100 | 0 | 1011011 | 11 | 101 | 100101110 | 1011010 | 110100 |
Color Harmonies of #F315EC
Complementary color
Monochromatic Colors of #F315EC
Black with #F315EC
Text Example
Text Example
White with #F315EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F315EC; }
p { color: rgb(243,21,236); }
H1.HeaderClassName
{
color: #F315EC;
}
.AnyTagClassName
{
color: #F315EC;
}
</style>
background-color css
<style>
a { background-color: #F315EC; }
a { background-color: rgb(243,21,236); }
div.DivClassName
{
background-color: #F315EC;
}
.BgClassName
{
background-color: #F315EC;
}
</style>
border-color css
<style>
span { border-color: #F315EC; }
span { border-color: rgb(243,21,236); }
td.TdClassName
{
border-color: #F315EC;
}
.TagClassName
{
border-color: #F315EC;
}
</style>