Shades of Magenta #F60BE9
Tints of Magenta #F60BE9
RGB
CMYK
RGB Variations
Color information
#F60BE9 (or 0xF60BE9) is known color: Magenta. HEX triplet: F6, 0B and E9. RGB value is (246,11,233). Sum of RGB (Red+Green+Blue) = 246+11+233=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 11 (4.69% from 255 or 2.24% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60BE9 is #09F416. Grayscale: #696969. Windows color (decimal): -652311 or 15272950. OLE color: 15272950.
HSL color Cylindrical-coordinate representation of color #F60BE9: hue angle of 303.32º 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 #F60BE9 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 233 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.04 |
| HSL | 303.32º | 0.93% | 0.5% | - |
| HSV(B) | 303.32º | 0.96% | 0.96% | - |
| XYZ | 52.83 | 25.72 | 79.27 | - |
| YUV | 106.57 | 199.36 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 233 | 0 | 0.96 | 0.05 | 0.04 | 303.32 | 0.93 | 0.5 |
| Hex | F6 | B | E9 | 0 | 60 | 5 | 4 | 12F | 5D | 32 |
| Octal | 366 | 13 | 351 | 0 | 140 | 5 | 4 | 457 | 135 | 62 |
| Binary | 11110110 | 1011 | 11101001 | 0 | 1100000 | 101 | 100 | 100101111 | 1011101 | 110010 |
Color Harmonies of #F60BE9
Complementary color
Monochromatic Colors of #F60BE9
Black with #F60BE9
Text Example
Text Example
White with #F60BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60BE9; }
p { color: rgb(246,11,233); }
H1.HeaderClassName
{
color: #F60BE9;
}
.AnyTagClassName
{
color: #F60BE9;
}
</style>
background-color css
<style>
a { background-color: #F60BE9; }
a { background-color: rgb(246,11,233); }
div.DivClassName
{
background-color: #F60BE9;
}
.BgClassName
{
background-color: #F60BE9;
}
</style>
border-color css
<style>
span { border-color: #F60BE9; }
span { border-color: rgb(246,11,233); }
td.TdClassName
{
border-color: #F60BE9;
}
.TagClassName
{
border-color: #F60BE9;
}
</style>