Shades of Magenta #F618EF
Tints of Magenta #F618EF
RGB
CMYK
RGB Variations
Color information
#F618EF (or 0xF618EF) is known color: Magenta. HEX triplet: F6, 18 and EF. RGB value is (246,24,239). Sum of RGB (Red+Green+Blue) = 246+24+239=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 24 (9.77% from 255 or 4.72% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F618EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F618EF is #09E710. Grayscale: #727272. Windows color (decimal): -648977 or 15669494. OLE color: 15669494.
HSL color Cylindrical-coordinate representation of color #F618EF: hue angle of 301.89º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F618EF is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 239 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.04 |
| HSL | 301.89º | 0.93% | 0.53% | - |
| HSV(B) | 301.89º | 0.9% | 0.96% | - |
| XYZ | 53.91 | 26.48 | 83.93 | - |
| YUV | 114.89 | 198.05 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 239 | 0 | 0.90 | 0.03 | 0.04 | 301.89 | 0.93 | 0.53 |
| Hex | F6 | 18 | EF | 0 | 5A | 3 | 4 | 12E | 5C | 35 |
| Octal | 366 | 30 | 357 | 0 | 132 | 3 | 4 | 456 | 134 | 65 |
| Binary | 11110110 | 11000 | 11101111 | 0 | 1011010 | 11 | 100 | 100101110 | 1011100 | 110101 |
Color Harmonies of #F618EF
Complementary color
Monochromatic Colors of #F618EF
Black with #F618EF
Text Example
Text Example
White with #F618EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F618EF; }
p { color: rgb(246,24,239); }
H1.HeaderClassName
{
color: #F618EF;
}
.AnyTagClassName
{
color: #F618EF;
}
</style>
background-color css
<style>
a { background-color: #F618EF; }
a { background-color: rgb(246,24,239); }
div.DivClassName
{
background-color: #F618EF;
}
.BgClassName
{
background-color: #F618EF;
}
</style>
border-color css
<style>
span { border-color: #F618EF; }
span { border-color: rgb(246,24,239); }
td.TdClassName
{
border-color: #F618EF;
}
.TagClassName
{
border-color: #F618EF;
}
</style>