Shades of Magenta #F60BEB
Tints of Magenta #F60BEB
RGB
CMYK
RGB Variations
Color information
#F60BEB (or 0xF60BEB) is known color: Magenta. HEX triplet: F6, 0B and EB. RGB value is (246,11,235). Sum of RGB (Red+Green+Blue) = 246+11+235=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 11 (4.69% from 255 or 2.24% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60BEB is #09F414. Grayscale: #6A6A6A. Windows color (decimal): -652309 or 15404022. OLE color: 15404022.
HSL color Cylindrical-coordinate representation of color #F60BEB: hue angle of 302.81º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60BEB is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 235 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.04 |
| HSL | 302.81º | 0.93% | 0.5% | - |
| HSV(B) | 302.81º | 0.96% | 0.96% | - |
| XYZ | 53.12 | 25.83 | 80.78 | - |
| YUV | 106.8 | 200.36 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 235 | 0 | 0.96 | 0.04 | 0.04 | 302.81 | 0.93 | 0.5 |
| Hex | F6 | B | EB | 0 | 60 | 4 | 4 | 12F | 5D | 32 |
| Octal | 366 | 13 | 353 | 0 | 140 | 4 | 4 | 457 | 135 | 62 |
| Binary | 11110110 | 1011 | 11101011 | 0 | 1100000 | 100 | 100 | 100101111 | 1011101 | 110010 |
Color Harmonies of #F60BEB
Complementary color
Monochromatic Colors of #F60BEB
Black with #F60BEB
Text Example
Text Example
White with #F60BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60BEB; }
p { color: rgb(246,11,235); }
H1.HeaderClassName
{
color: #F60BEB;
}
.AnyTagClassName
{
color: #F60BEB;
}
</style>
background-color css
<style>
a { background-color: #F60BEB; }
a { background-color: rgb(246,11,235); }
div.DivClassName
{
background-color: #F60BEB;
}
.BgClassName
{
background-color: #F60BEB;
}
</style>
border-color css
<style>
span { border-color: #F60BEB; }
span { border-color: rgb(246,11,235); }
td.TdClassName
{
border-color: #F60BEB;
}
.TagClassName
{
border-color: #F60BEB;
}
</style>