Shades of Magenta #F318EC
Tints of Magenta #F318EC
RGB
CMYK
RGB Variations
Color information
#F318EC (or 0xF318EC) is known color: Magenta. HEX triplet: F3, 18 and EC. RGB value is (243,24,236). Sum of RGB (Red+Green+Blue) = 243+24+236=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 24 (9.77% from 255 or 4.77% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F318EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F318EC is #0CE713. Grayscale: #717171. Windows color (decimal): -845588 or 15472883. OLE color: 15472883.
HSL color Cylindrical-coordinate representation of color #F318EC: hue angle of 301.92º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F318EC is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 236 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.05 |
| HSL | 301.92º | 0.9% | 0.52% | - |
| HSV(B) | 301.92º | 0.9% | 0.95% | - |
| XYZ | 52.43 | 25.76 | 81.57 | - |
| YUV | 113.65 | 197.05 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 236 | 0 | 0.90 | 0.03 | 0.05 | 301.92 | 0.9 | 0.52 |
| Hex | F3 | 18 | EC | 0 | 5A | 3 | 5 | 12E | 5A | 34 |
| Octal | 363 | 30 | 354 | 0 | 132 | 3 | 5 | 456 | 132 | 64 |
| Binary | 11110011 | 11000 | 11101100 | 0 | 1011010 | 11 | 101 | 100101110 | 1011010 | 110100 |
Color Harmonies of #F318EC
Complementary color
Monochromatic Colors of #F318EC
Black with #F318EC
Text Example
Text Example
White with #F318EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F318EC; }
p { color: rgb(243,24,236); }
H1.HeaderClassName
{
color: #F318EC;
}
.AnyTagClassName
{
color: #F318EC;
}
</style>
background-color css
<style>
a { background-color: #F318EC; }
a { background-color: rgb(243,24,236); }
div.DivClassName
{
background-color: #F318EC;
}
.BgClassName
{
background-color: #F318EC;
}
</style>
border-color css
<style>
span { border-color: #F318EC; }
span { border-color: rgb(243,24,236); }
td.TdClassName
{
border-color: #F318EC;
}
.TagClassName
{
border-color: #F318EC;
}
</style>