Shades of Magenta #F918EC
Tints of Magenta #F918EC
RGB
CMYK
RGB Variations
Color information
#F918EC (or 0xF918EC) is known color: Magenta. HEX triplet: F9, 18 and EC. RGB value is (249,24,236). Sum of RGB (Red+Green+Blue) = 249+24+236=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 24 (9.77% from 255 or 4.72% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F918EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F918EC is #06E713. Grayscale: #727272. Windows color (decimal): -452372 or 15472889. OLE color: 15472889.
HSL color Cylindrical-coordinate representation of color #F918EC: hue angle of 303.47º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F918EC is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 236 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.02 |
| HSL | 303.47º | 0.95% | 0.54% | - |
| HSV(B) | 303.47º | 0.9% | 0.98% | - |
| XYZ | 54.53 | 26.85 | 81.67 | - |
| YUV | 115.44 | 196.04 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 236 | 0 | 0.90 | 0.05 | 0.02 | 303.47 | 0.95 | 0.54 |
| Hex | F9 | 18 | EC | 0 | 5A | 5 | 2 | 12F | 5F | 36 |
| Octal | 371 | 30 | 354 | 0 | 132 | 5 | 2 | 457 | 137 | 66 |
| Binary | 11111001 | 11000 | 11101100 | 0 | 1011010 | 101 | 10 | 100101111 | 1011111 | 110110 |
Color Harmonies of #F918EC
Complementary color
Monochromatic Colors of #F918EC
Black with #F918EC
Text Example
Text Example
White with #F918EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F918EC; }
p { color: rgb(249,24,236); }
H1.HeaderClassName
{
color: #F918EC;
}
.AnyTagClassName
{
color: #F918EC;
}
</style>
background-color css
<style>
a { background-color: #F918EC; }
a { background-color: rgb(249,24,236); }
div.DivClassName
{
background-color: #F918EC;
}
.BgClassName
{
background-color: #F918EC;
}
</style>
border-color css
<style>
span { border-color: #F918EC; }
span { border-color: rgb(249,24,236); }
td.TdClassName
{
border-color: #F918EC;
}
.TagClassName
{
border-color: #F918EC;
}
</style>