Shades of Magenta #F61EF0
Tints of Magenta #F61EF0
RGB
CMYK
RGB Variations
Color information
#F61EF0 (or 0xF61EF0) is known color: Magenta. HEX triplet: F6, 1E and F0. RGB value is (246,30,240). Sum of RGB (Red+Green+Blue) = 246+30+240=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 30 (12.11% from 255 or 5.81% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F61EF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61EF0 is #09E10F. Grayscale: #757575. Windows color (decimal): -647440 or 15736566. OLE color: 15736566.
HSL color Cylindrical-coordinate representation of color #F61EF0: hue angle of 301.67º 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 #F61EF0 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 30 | 240 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.04 |
| HSL | 301.67º | 0.92% | 0.54% | - |
| HSV(B) | 301.67º | 0.88% | 0.96% | - |
| XYZ | 54.2 | 26.81 | 84.76 | - |
| YUV | 118.52 | 196.56 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 30 | 240 | 0 | 0.88 | 0.02 | 0.04 | 301.67 | 0.92 | 0.54 |
| Hex | F6 | 1E | F0 | 0 | 58 | 2 | 4 | 12E | 5C | 36 |
| Octal | 366 | 36 | 360 | 0 | 130 | 2 | 4 | 456 | 134 | 66 |
| Binary | 11110110 | 11110 | 11110000 | 0 | 1011000 | 10 | 100 | 100101110 | 1011100 | 110110 |
Color Harmonies of #F61EF0
Complementary color
Monochromatic Colors of #F61EF0
Black with #F61EF0
Text Example
Text Example
White with #F61EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61EF0; }
p { color: rgb(246,30,240); }
H1.HeaderClassName
{
color: #F61EF0;
}
.AnyTagClassName
{
color: #F61EF0;
}
</style>
background-color css
<style>
a { background-color: #F61EF0; }
a { background-color: rgb(246,30,240); }
div.DivClassName
{
background-color: #F61EF0;
}
.BgClassName
{
background-color: #F61EF0;
}
</style>
border-color css
<style>
span { border-color: #F61EF0; }
span { border-color: rgb(246,30,240); }
td.TdClassName
{
border-color: #F61EF0;
}
.TagClassName
{
border-color: #F61EF0;
}
</style>