Shades of Magenta #F60BEA
Tints of Magenta #F60BEA
RGB
CMYK
RGB Variations
Color information
#F60BEA (or 0xF60BEA) is known color: Magenta. HEX triplet: F6, 0B and EA. RGB value is (246,11,234). Sum of RGB (Red+Green+Blue) = 246+11+234=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 11 (4.69% from 255 or 2.24% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60BEA is #09F415. Grayscale: #6A6A6A. Windows color (decimal): -652310 or 15338486. OLE color: 15338486.
HSL color Cylindrical-coordinate representation of color #F60BEA: hue angle of 303.06º 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 #F60BEA is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 234 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.04 |
| HSL | 303.06º | 0.93% | 0.5% | - |
| HSV(B) | 303.06º | 0.96% | 0.96% | - |
| XYZ | 52.98 | 25.77 | 80.02 | - |
| YUV | 106.69 | 199.86 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 234 | 0 | 0.96 | 0.05 | 0.04 | 303.06 | 0.93 | 0.5 |
| Hex | F6 | B | EA | 0 | 60 | 5 | 4 | 12F | 5D | 32 |
| Octal | 366 | 13 | 352 | 0 | 140 | 5 | 4 | 457 | 135 | 62 |
| Binary | 11110110 | 1011 | 11101010 | 0 | 1100000 | 101 | 100 | 100101111 | 1011101 | 110010 |
Color Harmonies of #F60BEA
Complementary color
Monochromatic Colors of #F60BEA
Black with #F60BEA
Text Example
Text Example
White with #F60BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60BEA; }
p { color: rgb(246,11,234); }
H1.HeaderClassName
{
color: #F60BEA;
}
.AnyTagClassName
{
color: #F60BEA;
}
</style>
background-color css
<style>
a { background-color: #F60BEA; }
a { background-color: rgb(246,11,234); }
div.DivClassName
{
background-color: #F60BEA;
}
.BgClassName
{
background-color: #F60BEA;
}
</style>
border-color css
<style>
span { border-color: #F60BEA; }
span { border-color: rgb(246,11,234); }
td.TdClassName
{
border-color: #F60BEA;
}
.TagClassName
{
border-color: #F60BEA;
}
</style>