Shades of Magenta #F61EEA
Tints of Magenta #F61EEA
RGB
CMYK
RGB Variations
Color information
#F61EEA (or 0xF61EEA) is known color: Magenta. HEX triplet: F6, 1E and EA. RGB value is (246,30,234). Sum of RGB (Red+Green+Blue) = 246+30+234=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 30 (12.11% from 255 or 5.88% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F61EEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61EEA is #09E115. Grayscale: #757575. Windows color (decimal): -647446 or 15343350. OLE color: 15343350.
HSL color Cylindrical-coordinate representation of color #F61EEA: hue angle of 303.33º 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 #F61EEA is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 30 | 234 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.04 |
| HSL | 303.33º | 0.92% | 0.54% | - |
| HSV(B) | 303.33º | 0.88% | 0.96% | - |
| XYZ | 53.32 | 26.46 | 80.14 | - |
| YUV | 117.84 | 193.56 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 30 | 234 | 0 | 0.88 | 0.05 | 0.04 | 303.33 | 0.92 | 0.54 |
| Hex | F6 | 1E | EA | 0 | 58 | 5 | 4 | 12F | 5C | 36 |
| Octal | 366 | 36 | 352 | 0 | 130 | 5 | 4 | 457 | 134 | 66 |
| Binary | 11110110 | 11110 | 11101010 | 0 | 1011000 | 101 | 100 | 100101111 | 1011100 | 110110 |
Color Harmonies of #F61EEA
Complementary color
Monochromatic Colors of #F61EEA
Black with #F61EEA
Text Example
Text Example
White with #F61EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61EEA; }
p { color: rgb(246,30,234); }
H1.HeaderClassName
{
color: #F61EEA;
}
.AnyTagClassName
{
color: #F61EEA;
}
</style>
background-color css
<style>
a { background-color: #F61EEA; }
a { background-color: rgb(246,30,234); }
div.DivClassName
{
background-color: #F61EEA;
}
.BgClassName
{
background-color: #F61EEA;
}
</style>
border-color css
<style>
span { border-color: #F61EEA; }
span { border-color: rgb(246,30,234); }
td.TdClassName
{
border-color: #F61EEA;
}
.TagClassName
{
border-color: #F61EEA;
}
</style>