Shades of Magenta #F619F1
Tints of Magenta #F619F1
RGB
CMYK
RGB Variations
Color information
#F619F1 (or 0xF619F1) is known color: Magenta. HEX triplet: F6, 19 and F1. RGB value is (246,25,241). Sum of RGB (Red+Green+Blue) = 246+25+241=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 25 (10.16% from 255 or 4.88% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F619F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F619F1 is #09E60E. Grayscale: #737373. Windows color (decimal): -648719 or 15800822. OLE color: 15800822.
HSL color Cylindrical-coordinate representation of color #F619F1: hue angle of 301.36º 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 #F619F1 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 241 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.04 |
| HSL | 301.36º | 0.92% | 0.53% | - |
| HSV(B) | 301.36º | 0.9% | 0.96% | - |
| XYZ | 54.23 | 26.64 | 85.5 | - |
| YUV | 115.7 | 198.72 | 220.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 241 | 0 | 0.90 | 0.02 | 0.04 | 301.36 | 0.92 | 0.53 |
| Hex | F6 | 19 | F1 | 0 | 5A | 2 | 4 | 12D | 5C | 35 |
| Octal | 366 | 31 | 361 | 0 | 132 | 2 | 4 | 455 | 134 | 65 |
| Binary | 11110110 | 11001 | 11110001 | 0 | 1011010 | 10 | 100 | 100101101 | 1011100 | 110101 |
Color Harmonies of #F619F1
Complementary color
Monochromatic Colors of #F619F1
Black with #F619F1
Text Example
Text Example
White with #F619F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F619F1; }
p { color: rgb(246,25,241); }
H1.HeaderClassName
{
color: #F619F1;
}
.AnyTagClassName
{
color: #F619F1;
}
</style>
background-color css
<style>
a { background-color: #F619F1; }
a { background-color: rgb(246,25,241); }
div.DivClassName
{
background-color: #F619F1;
}
.BgClassName
{
background-color: #F619F1;
}
</style>
border-color css
<style>
span { border-color: #F619F1; }
span { border-color: rgb(246,25,241); }
td.TdClassName
{
border-color: #F619F1;
}
.TagClassName
{
border-color: #F619F1;
}
</style>