Shades of Magenta #F818EC
Tints of Magenta #F818EC
RGB
CMYK
RGB Variations
Color information
#F818EC (or 0xF818EC) is known color: Magenta. HEX triplet: F8, 18 and EC. RGB value is (248,24,236). Sum of RGB (Red+Green+Blue) = 248+24+236=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 24 (9.77% from 255 or 4.72% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F818EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F818EC is #07E713. Grayscale: #727272. Windows color (decimal): -517908 or 15472888. OLE color: 15472888.
HSL color Cylindrical-coordinate representation of color #F818EC: hue angle of 303.21º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F818EC is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 236 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.03 |
| HSL | 303.21º | 0.94% | 0.53% | - |
| HSV(B) | 303.21º | 0.9% | 0.97% | - |
| XYZ | 54.18 | 26.67 | 81.65 | - |
| YUV | 115.14 | 196.21 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 236 | 0 | 0.90 | 0.05 | 0.03 | 303.21 | 0.94 | 0.53 |
| Hex | F8 | 18 | EC | 0 | 5A | 5 | 3 | 12F | 5E | 35 |
| Octal | 370 | 30 | 354 | 0 | 132 | 5 | 3 | 457 | 136 | 65 |
| Binary | 11111000 | 11000 | 11101100 | 0 | 1011010 | 101 | 11 | 100101111 | 1011110 | 110101 |
Color Harmonies of #F818EC
Complementary color
Monochromatic Colors of #F818EC
Black with #F818EC
Text Example
Text Example
White with #F818EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F818EC; }
p { color: rgb(248,24,236); }
H1.HeaderClassName
{
color: #F818EC;
}
.AnyTagClassName
{
color: #F818EC;
}
</style>
background-color css
<style>
a { background-color: #F818EC; }
a { background-color: rgb(248,24,236); }
div.DivClassName
{
background-color: #F818EC;
}
.BgClassName
{
background-color: #F818EC;
}
</style>
border-color css
<style>
span { border-color: #F818EC; }
span { border-color: rgb(248,24,236); }
td.TdClassName
{
border-color: #F818EC;
}
.TagClassName
{
border-color: #F818EC;
}
</style>