Shades of Magenta #F61EEE
Tints of Magenta #F61EEE
RGB
CMYK
RGB Variations
Color information
#F61EEE (or 0xF61EEE) is known color: Magenta. HEX triplet: F6, 1E and EE. RGB value is (246,30,238). Sum of RGB (Red+Green+Blue) = 246+30+238=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 30 (12.11% from 255 or 5.84% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F61EEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61EEE is #09E111. Grayscale: #757575. Windows color (decimal): -647442 or 15605494. OLE color: 15605494.
HSL color Cylindrical-coordinate representation of color #F61EEE: hue angle of 302.22º 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 #F61EEE is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 30 | 238 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.04 |
| HSL | 302.22º | 0.92% | 0.54% | - |
| HSV(B) | 302.22º | 0.88% | 0.96% | - |
| XYZ | 53.9 | 26.69 | 83.2 | - |
| YUV | 118.3 | 195.56 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 30 | 238 | 0 | 0.88 | 0.03 | 0.04 | 302.22 | 0.92 | 0.54 |
| Hex | F6 | 1E | EE | 0 | 58 | 3 | 4 | 12E | 5C | 36 |
| Octal | 366 | 36 | 356 | 0 | 130 | 3 | 4 | 456 | 134 | 66 |
| Binary | 11110110 | 11110 | 11101110 | 0 | 1011000 | 11 | 100 | 100101110 | 1011100 | 110110 |
Color Harmonies of #F61EEE
Complementary color
Monochromatic Colors of #F61EEE
Black with #F61EEE
Text Example
Text Example
White with #F61EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61EEE; }
p { color: rgb(246,30,238); }
H1.HeaderClassName
{
color: #F61EEE;
}
.AnyTagClassName
{
color: #F61EEE;
}
</style>
background-color css
<style>
a { background-color: #F61EEE; }
a { background-color: rgb(246,30,238); }
div.DivClassName
{
background-color: #F61EEE;
}
.BgClassName
{
background-color: #F61EEE;
}
</style>
border-color css
<style>
span { border-color: #F61EEE; }
span { border-color: rgb(246,30,238); }
td.TdClassName
{
border-color: #F61EEE;
}
.TagClassName
{
border-color: #F61EEE;
}
</style>