Shades of Magenta #F60FEB
Tints of Magenta #F60FEB
RGB
CMYK
RGB Variations
Color information
#F60FEB (or 0xF60FEB) is known color: Magenta. HEX triplet: F6, 0F and EB. RGB value is (246,15,235). Sum of RGB (Red+Green+Blue) = 246+15+235=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 15 (6.25% from 255 or 3.02% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F60FEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60FEB is #09F014. Grayscale: #6C6C6C. Windows color (decimal): -651285 or 15405046. OLE color: 15405046.
HSL color Cylindrical-coordinate representation of color #F60FEB: hue angle of 302.86º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F60FEB is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 15 | 235 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.04 |
| HSL | 302.86º | 0.93% | 0.51% | - |
| HSV(B) | 302.86º | 0.94% | 0.96% | - |
| XYZ | 53.17 | 25.93 | 80.8 | - |
| YUV | 109.15 | 199.03 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 15 | 235 | 0 | 0.94 | 0.04 | 0.04 | 302.86 | 0.93 | 0.51 |
| Hex | F6 | F | EB | 0 | 5E | 4 | 4 | 12F | 5D | 33 |
| Octal | 366 | 17 | 353 | 0 | 136 | 4 | 4 | 457 | 135 | 63 |
| Binary | 11110110 | 1111 | 11101011 | 0 | 1011110 | 100 | 100 | 100101111 | 1011101 | 110011 |
Color Harmonies of #F60FEB
Complementary color
Monochromatic Colors of #F60FEB
Black with #F60FEB
Text Example
Text Example
White with #F60FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60FEB; }
p { color: rgb(246,15,235); }
H1.HeaderClassName
{
color: #F60FEB;
}
.AnyTagClassName
{
color: #F60FEB;
}
</style>
background-color css
<style>
a { background-color: #F60FEB; }
a { background-color: rgb(246,15,235); }
div.DivClassName
{
background-color: #F60FEB;
}
.BgClassName
{
background-color: #F60FEB;
}
</style>
border-color css
<style>
span { border-color: #F60FEB; }
span { border-color: rgb(246,15,235); }
td.TdClassName
{
border-color: #F60FEB;
}
.TagClassName
{
border-color: #F60FEB;
}
</style>