Shades of Magenta #F61EEC
Tints of Magenta #F61EEC
RGB
CMYK
RGB Variations
Color information
#F61EEC (or 0xF61EEC) is known color: Magenta. HEX triplet: F6, 1E and EC. RGB value is (246,30,236). Sum of RGB (Red+Green+Blue) = 246+30+236=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 30 (12.11% from 255 or 5.86% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F61EEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61EEC is #09E113. Grayscale: #757575. Windows color (decimal): -647444 or 15474422. OLE color: 15474422.
HSL color Cylindrical-coordinate representation of color #F61EEC: hue angle of 302.78º 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 #F61EEC is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 30 | 236 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.04 |
| HSL | 302.78º | 0.92% | 0.54% | - |
| HSV(B) | 302.78º | 0.88% | 0.96% | - |
| XYZ | 53.61 | 26.58 | 81.66 | - |
| YUV | 118.07 | 194.56 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 30 | 236 | 0 | 0.88 | 0.04 | 0.04 | 302.78 | 0.92 | 0.54 |
| Hex | F6 | 1E | EC | 0 | 58 | 4 | 4 | 12F | 5C | 36 |
| Octal | 366 | 36 | 354 | 0 | 130 | 4 | 4 | 457 | 134 | 66 |
| Binary | 11110110 | 11110 | 11101100 | 0 | 1011000 | 100 | 100 | 100101111 | 1011100 | 110110 |
Color Harmonies of #F61EEC
Complementary color
Monochromatic Colors of #F61EEC
Black with #F61EEC
Text Example
Text Example
White with #F61EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61EEC; }
p { color: rgb(246,30,236); }
H1.HeaderClassName
{
color: #F61EEC;
}
.AnyTagClassName
{
color: #F61EEC;
}
</style>
background-color css
<style>
a { background-color: #F61EEC; }
a { background-color: rgb(246,30,236); }
div.DivClassName
{
background-color: #F61EEC;
}
.BgClassName
{
background-color: #F61EEC;
}
</style>
border-color css
<style>
span { border-color: #F61EEC; }
span { border-color: rgb(246,30,236); }
td.TdClassName
{
border-color: #F61EEC;
}
.TagClassName
{
border-color: #F61EEC;
}
</style>