Shades of Magenta #F619EF
Tints of Magenta #F619EF
RGB
CMYK
RGB Variations
Color information
#F619EF (or 0xF619EF) is known color: Magenta. HEX triplet: F6, 19 and EF. RGB value is (246,25,239). Sum of RGB (Red+Green+Blue) = 246+25+239=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 25 (10.16% from 255 or 4.90% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F619EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F619EF is #09E610. Grayscale: #727272. Windows color (decimal): -648721 or 15669750. OLE color: 15669750.
HSL color Cylindrical-coordinate representation of color #F619EF: hue angle of 301.9º degrees, saturation: 0.92, 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 #F619EF is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 239 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.04 |
| HSL | 301.9º | 0.92% | 0.53% | - |
| HSV(B) | 301.9º | 0.9% | 0.96% | - |
| XYZ | 53.93 | 26.52 | 83.94 | - |
| YUV | 115.48 | 197.72 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 239 | 0 | 0.90 | 0.03 | 0.04 | 301.9 | 0.92 | 0.53 |
| Hex | F6 | 19 | EF | 0 | 5A | 3 | 4 | 12E | 5C | 35 |
| Octal | 366 | 31 | 357 | 0 | 132 | 3 | 4 | 456 | 134 | 65 |
| Binary | 11110110 | 11001 | 11101111 | 0 | 1011010 | 11 | 100 | 100101110 | 1011100 | 110101 |
Color Harmonies of #F619EF
Complementary color
Monochromatic Colors of #F619EF
Black with #F619EF
Text Example
Text Example
White with #F619EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F619EF; }
p { color: rgb(246,25,239); }
H1.HeaderClassName
{
color: #F619EF;
}
.AnyTagClassName
{
color: #F619EF;
}
</style>
background-color css
<style>
a { background-color: #F619EF; }
a { background-color: rgb(246,25,239); }
div.DivClassName
{
background-color: #F619EF;
}
.BgClassName
{
background-color: #F619EF;
}
</style>
border-color css
<style>
span { border-color: #F619EF; }
span { border-color: rgb(246,25,239); }
td.TdClassName
{
border-color: #F619EF;
}
.TagClassName
{
border-color: #F619EF;
}
</style>