Shades of Magenta #F818EF
Tints of Magenta #F818EF
RGB
CMYK
RGB Variations
Color information
#F818EF (or 0xF818EF) is known color: Magenta. HEX triplet: F8, 18 and EF. RGB value is (248,24,239). Sum of RGB (Red+Green+Blue) = 248+24+239=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 24 (9.77% from 255 or 4.70% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F818EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F818EF is #07E710. Grayscale: #727272. Windows color (decimal): -517905 or 15669496. OLE color: 15669496.
HSL color Cylindrical-coordinate representation of color #F818EF: hue angle of 302.41º 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 #F818EF is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 239 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.03 |
| HSL | 302.41º | 0.94% | 0.53% | - |
| HSV(B) | 302.41º | 0.9% | 0.97% | - |
| XYZ | 54.62 | 26.84 | 83.96 | - |
| YUV | 115.49 | 197.71 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 239 | 0 | 0.90 | 0.04 | 0.03 | 302.41 | 0.94 | 0.53 |
| Hex | F8 | 18 | EF | 0 | 5A | 4 | 3 | 12E | 5E | 35 |
| Octal | 370 | 30 | 357 | 0 | 132 | 4 | 3 | 456 | 136 | 65 |
| Binary | 11111000 | 11000 | 11101111 | 0 | 1011010 | 100 | 11 | 100101110 | 1011110 | 110101 |
Color Harmonies of #F818EF
Complementary color
Monochromatic Colors of #F818EF
Black with #F818EF
Text Example
Text Example
White with #F818EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F818EF; }
p { color: rgb(248,24,239); }
H1.HeaderClassName
{
color: #F818EF;
}
.AnyTagClassName
{
color: #F818EF;
}
</style>
background-color css
<style>
a { background-color: #F818EF; }
a { background-color: rgb(248,24,239); }
div.DivClassName
{
background-color: #F818EF;
}
.BgClassName
{
background-color: #F818EF;
}
</style>
border-color css
<style>
span { border-color: #F818EF; }
span { border-color: rgb(248,24,239); }
td.TdClassName
{
border-color: #F818EF;
}
.TagClassName
{
border-color: #F818EF;
}
</style>