Shades of Magenta #F60EEB
Tints of Magenta #F60EEB
RGB
CMYK
RGB Variations
Color information
#F60EEB (or 0xF60EEB) is known color: Magenta. HEX triplet: F6, 0E and EB. RGB value is (246,14,235). Sum of RGB (Red+Green+Blue) = 246+14+235=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 14 (5.86% from 255 or 2.83% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F60EEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60EEB is #09F114. Grayscale: #6B6B6B. Windows color (decimal): -651541 or 15404790. OLE color: 15404790.
HSL color Cylindrical-coordinate representation of color #F60EEB: hue angle of 302.84º 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 #F60EEB is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 14 | 235 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.04 |
| HSL | 302.84º | 0.93% | 0.51% | - |
| HSV(B) | 302.84º | 0.94% | 0.96% | - |
| XYZ | 53.16 | 25.91 | 80.8 | - |
| YUV | 108.56 | 199.36 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 14 | 235 | 0 | 0.94 | 0.04 | 0.04 | 302.84 | 0.93 | 0.51 |
| Hex | F6 | E | EB | 0 | 5E | 4 | 4 | 12F | 5D | 33 |
| Octal | 366 | 16 | 353 | 0 | 136 | 4 | 4 | 457 | 135 | 63 |
| Binary | 11110110 | 1110 | 11101011 | 0 | 1011110 | 100 | 100 | 100101111 | 1011101 | 110011 |
Color Harmonies of #F60EEB
Complementary color
Monochromatic Colors of #F60EEB
Black with #F60EEB
Text Example
Text Example
White with #F60EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60EEB; }
p { color: rgb(246,14,235); }
H1.HeaderClassName
{
color: #F60EEB;
}
.AnyTagClassName
{
color: #F60EEB;
}
</style>
background-color css
<style>
a { background-color: #F60EEB; }
a { background-color: rgb(246,14,235); }
div.DivClassName
{
background-color: #F60EEB;
}
.BgClassName
{
background-color: #F60EEB;
}
</style>
border-color css
<style>
span { border-color: #F60EEB; }
span { border-color: rgb(246,14,235); }
td.TdClassName
{
border-color: #F60EEB;
}
.TagClassName
{
border-color: #F60EEB;
}
</style>