Shades of Magenta #F60BEE
Tints of Magenta #F60BEE
RGB
CMYK
RGB Variations
Color information
#F60BEE (or 0xF60BEE) is known color: Magenta. HEX triplet: F6, 0B and EE. RGB value is (246,11,238). Sum of RGB (Red+Green+Blue) = 246+11+238=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 11 (4.69% from 255 or 2.22% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60BEE is #09F411. Grayscale: #6A6A6A. Windows color (decimal): -652306 or 15600630. OLE color: 15600630.
HSL color Cylindrical-coordinate representation of color #F60BEE: hue angle of 302.04º 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 #F60BEE is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 238 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.04 |
| HSL | 302.04º | 0.93% | 0.5% | - |
| HSV(B) | 302.04º | 0.96% | 0.96% | - |
| XYZ | 53.56 | 26.01 | 83.09 | - |
| YUV | 107.14 | 201.86 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 238 | 0 | 0.96 | 0.03 | 0.04 | 302.04 | 0.93 | 0.5 |
| Hex | F6 | B | EE | 0 | 60 | 3 | 4 | 12E | 5D | 32 |
| Octal | 366 | 13 | 356 | 0 | 140 | 3 | 4 | 456 | 135 | 62 |
| Binary | 11110110 | 1011 | 11101110 | 0 | 1100000 | 11 | 100 | 100101110 | 1011101 | 110010 |
Color Harmonies of #F60BEE
Complementary color
Monochromatic Colors of #F60BEE
Black with #F60BEE
Text Example
Text Example
White with #F60BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60BEE; }
p { color: rgb(246,11,238); }
H1.HeaderClassName
{
color: #F60BEE;
}
.AnyTagClassName
{
color: #F60BEE;
}
</style>
background-color css
<style>
a { background-color: #F60BEE; }
a { background-color: rgb(246,11,238); }
div.DivClassName
{
background-color: #F60BEE;
}
.BgClassName
{
background-color: #F60BEE;
}
</style>
border-color css
<style>
span { border-color: #F60BEE; }
span { border-color: rgb(246,11,238); }
td.TdClassName
{
border-color: #F60BEE;
}
.TagClassName
{
border-color: #F60BEE;
}
</style>