Shades of Magenta #F60EE8
Tints of Magenta #F60EE8
RGB
CMYK
RGB Variations
Color information
#F60EE8 (or 0xF60EE8) is known color: Magenta. HEX triplet: F6, 0E and E8. RGB value is (246,14,232). Sum of RGB (Red+Green+Blue) = 246+14+232=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 14 (5.86% from 255 or 2.85% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F60EE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60EE8 is #09F117. Grayscale: #6B6B6B. Windows color (decimal): -651544 or 15208182. OLE color: 15208182.
HSL color Cylindrical-coordinate representation of color #F60EE8: hue angle of 303.62º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F60EE8 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 14 | 232 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.04 |
| HSL | 303.62º | 0.93% | 0.51% | - |
| HSV(B) | 303.62º | 0.94% | 0.96% | - |
| XYZ | 52.73 | 25.73 | 78.53 | - |
| YUV | 108.22 | 197.86 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 14 | 232 | 0 | 0.94 | 0.06 | 0.04 | 303.62 | 0.93 | 0.51 |
| Hex | F6 | E | E8 | 0 | 5E | 6 | 4 | 130 | 5D | 33 |
| Octal | 366 | 16 | 350 | 0 | 136 | 6 | 4 | 460 | 135 | 63 |
| Binary | 11110110 | 1110 | 11101000 | 0 | 1011110 | 110 | 100 | 100110000 | 1011101 | 110011 |
Color Harmonies of #F60EE8
Complementary color
Monochromatic Colors of #F60EE8
Black with #F60EE8
Text Example
Text Example
White with #F60EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60EE8; }
p { color: rgb(246,14,232); }
H1.HeaderClassName
{
color: #F60EE8;
}
.AnyTagClassName
{
color: #F60EE8;
}
</style>
background-color css
<style>
a { background-color: #F60EE8; }
a { background-color: rgb(246,14,232); }
div.DivClassName
{
background-color: #F60EE8;
}
.BgClassName
{
background-color: #F60EE8;
}
</style>
border-color css
<style>
span { border-color: #F60EE8; }
span { border-color: rgb(246,14,232); }
td.TdClassName
{
border-color: #F60EE8;
}
.TagClassName
{
border-color: #F60EE8;
}
</style>