Shades of Magenta #F61EF4
Tints of Magenta #F61EF4
RGB
CMYK
RGB Variations
Color information
#F61EF4 (or 0xF61EF4) is known color: Magenta. HEX triplet: F6, 1E and F4. RGB value is (246,30,244). Sum of RGB (Red+Green+Blue) = 246+30+244=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 30 (12.11% from 255 or 5.77% from 520); Blue value is 244 (95.70% from 255 or 46.92% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F61EF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61EF4 is #09E10B. Grayscale: #767676. Windows color (decimal): -647436 or 15998710. OLE color: 15998710.
HSL color Cylindrical-coordinate representation of color #F61EF4: hue angle of 300.56º 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 #F61EF4 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 30 | 244 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.04 |
| HSL | 300.56º | 0.92% | 0.54% | - |
| HSV(B) | 300.56º | 0.88% | 0.96% | - |
| XYZ | 54.8 | 27.05 | 87.92 | - |
| YUV | 118.98 | 198.56 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 30 | 244 | 0 | 0.88 | 0.01 | 0.04 | 300.56 | 0.92 | 0.54 |
| Hex | F6 | 1E | F4 | 0 | 58 | 1 | 4 | 12D | 5C | 36 |
| Octal | 366 | 36 | 364 | 0 | 130 | 1 | 4 | 455 | 134 | 66 |
| Binary | 11110110 | 11110 | 11110100 | 0 | 1011000 | 1 | 100 | 100101101 | 1011100 | 110110 |
Color Harmonies of #F61EF4
Complementary color
Monochromatic Colors of #F61EF4
Black with #F61EF4
Text Example
Text Example
White with #F61EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61EF4; }
p { color: rgb(246,30,244); }
H1.HeaderClassName
{
color: #F61EF4;
}
.AnyTagClassName
{
color: #F61EF4;
}
</style>
background-color css
<style>
a { background-color: #F61EF4; }
a { background-color: rgb(246,30,244); }
div.DivClassName
{
background-color: #F61EF4;
}
.BgClassName
{
background-color: #F61EF4;
}
</style>
border-color css
<style>
span { border-color: #F61EF4; }
span { border-color: rgb(246,30,244); }
td.TdClassName
{
border-color: #F61EF4;
}
.TagClassName
{
border-color: #F61EF4;
}
</style>