Shades of Magenta #F60BE5
Tints of Magenta #F60BE5
RGB
CMYK
RGB Variations
Color information
#F60BE5 (or 0xF60BE5) is known color: Magenta. HEX triplet: F6, 0B and E5. RGB value is (246,11,229). Sum of RGB (Red+Green+Blue) = 246+11+229=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 11 (4.69% from 255 or 2.26% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60BE5 is #09F41A. Grayscale: #696969. Windows color (decimal): -652315 or 15010806. OLE color: 15010806.
HSL color Cylindrical-coordinate representation of color #F60BE5: hue angle of 304.34º 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 #F60BE5 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 229 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.04 |
| HSL | 304.34º | 0.93% | 0.5% | - |
| HSV(B) | 304.34º | 0.96% | 0.96% | - |
| XYZ | 52.27 | 25.49 | 76.29 | - |
| YUV | 106.12 | 197.36 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 229 | 0 | 0.96 | 0.07 | 0.04 | 304.34 | 0.93 | 0.5 |
| Hex | F6 | B | E5 | 0 | 60 | 7 | 4 | 130 | 5D | 32 |
| Octal | 366 | 13 | 345 | 0 | 140 | 7 | 4 | 460 | 135 | 62 |
| Binary | 11110110 | 1011 | 11100101 | 0 | 1100000 | 111 | 100 | 100110000 | 1011101 | 110010 |
Color Harmonies of #F60BE5
Complementary color
Monochromatic Colors of #F60BE5
Black with #F60BE5
Text Example
Text Example
White with #F60BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60BE5; }
p { color: rgb(246,11,229); }
H1.HeaderClassName
{
color: #F60BE5;
}
.AnyTagClassName
{
color: #F60BE5;
}
</style>
background-color css
<style>
a { background-color: #F60BE5; }
a { background-color: rgb(246,11,229); }
div.DivClassName
{
background-color: #F60BE5;
}
.BgClassName
{
background-color: #F60BE5;
}
</style>
border-color css
<style>
span { border-color: #F60BE5; }
span { border-color: rgb(246,11,229); }
td.TdClassName
{
border-color: #F60BE5;
}
.TagClassName
{
border-color: #F60BE5;
}
</style>