Shades of Magenta #F61EF2
Tints of Magenta #F61EF2
RGB
CMYK
RGB Variations
Color information
#F61EF2 (or 0xF61EF2) is known color: Magenta. HEX triplet: F6, 1E and F2. RGB value is (246,30,242). Sum of RGB (Red+Green+Blue) = 246+30+242=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 30 (12.11% from 255 or 5.79% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F61EF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61EF2 is #09E10D. Grayscale: #767676. Windows color (decimal): -647438 or 15867638. OLE color: 15867638.
HSL color Cylindrical-coordinate representation of color #F61EF2: hue angle of 301.11º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F61EF2 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 30 | 242 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.04 |
| HSL | 301.11º | 0.92% | 0.54% | - |
| HSV(B) | 301.11º | 0.88% | 0.96% | - |
| XYZ | 54.5 | 26.93 | 86.33 | - |
| YUV | 118.75 | 197.56 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 30 | 242 | 0 | 0.88 | 0.02 | 0.04 | 301.11 | 0.92 | 0.54 |
| Hex | F6 | 1E | F2 | 0 | 58 | 2 | 4 | 12D | 5C | 36 |
| Octal | 366 | 36 | 362 | 0 | 130 | 2 | 4 | 455 | 134 | 66 |
| Binary | 11110110 | 11110 | 11110010 | 0 | 1011000 | 10 | 100 | 100101101 | 1011100 | 110110 |
Color Harmonies of #F61EF2
Complementary color
Monochromatic Colors of #F61EF2
Black with #F61EF2
Text Example
Text Example
White with #F61EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61EF2; }
p { color: rgb(246,30,242); }
H1.HeaderClassName
{
color: #F61EF2;
}
.AnyTagClassName
{
color: #F61EF2;
}
</style>
background-color css
<style>
a { background-color: #F61EF2; }
a { background-color: rgb(246,30,242); }
div.DivClassName
{
background-color: #F61EF2;
}
.BgClassName
{
background-color: #F61EF2;
}
</style>
border-color css
<style>
span { border-color: #F61EF2; }
span { border-color: rgb(246,30,242); }
td.TdClassName
{
border-color: #F61EF2;
}
.TagClassName
{
border-color: #F61EF2;
}
</style>