Shades of Magenta #F619EC
Tints of Magenta #F619EC
RGB
CMYK
RGB Variations
Color information
#F619EC (or 0xF619EC) is known color: Magenta. HEX triplet: F6, 19 and EC. RGB value is (246,25,236). Sum of RGB (Red+Green+Blue) = 246+25+236=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 25 (10.16% from 255 or 4.93% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F619EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F619EC is #09E613. Grayscale: #727272. Windows color (decimal): -648724 or 15473142. OLE color: 15473142.
HSL color Cylindrical-coordinate representation of color #F619EC: hue angle of 302.71º 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 #F619EC is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 236 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.04 |
| HSL | 302.71º | 0.92% | 0.53% | - |
| HSV(B) | 302.71º | 0.9% | 0.96% | - |
| XYZ | 53.49 | 26.34 | 81.62 | - |
| YUV | 115.13 | 196.22 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 236 | 0 | 0.90 | 0.04 | 0.04 | 302.71 | 0.92 | 0.53 |
| Hex | F6 | 19 | EC | 0 | 5A | 4 | 4 | 12F | 5C | 35 |
| Octal | 366 | 31 | 354 | 0 | 132 | 4 | 4 | 457 | 134 | 65 |
| Binary | 11110110 | 11001 | 11101100 | 0 | 1011010 | 100 | 100 | 100101111 | 1011100 | 110101 |
Color Harmonies of #F619EC
Complementary color
Monochromatic Colors of #F619EC
Black with #F619EC
Text Example
Text Example
White with #F619EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F619EC; }
p { color: rgb(246,25,236); }
H1.HeaderClassName
{
color: #F619EC;
}
.AnyTagClassName
{
color: #F619EC;
}
</style>
background-color css
<style>
a { background-color: #F619EC; }
a { background-color: rgb(246,25,236); }
div.DivClassName
{
background-color: #F619EC;
}
.BgClassName
{
background-color: #F619EC;
}
</style>
border-color css
<style>
span { border-color: #F619EC; }
span { border-color: rgb(246,25,236); }
td.TdClassName
{
border-color: #F619EC;
}
.TagClassName
{
border-color: #F619EC;
}
</style>