Shades of Magenta #F60EED
Tints of Magenta #F60EED
RGB
CMYK
RGB Variations
Color information
#F60EED (or 0xF60EED) is known color: Magenta. HEX triplet: F6, 0E and ED. RGB value is (246,14,237). Sum of RGB (Red+Green+Blue) = 246+14+237=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 14 (5.86% from 255 or 2.82% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F60EED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60EED is #09F112. Grayscale: #6C6C6C. Windows color (decimal): -651539 or 15535862. OLE color: 15535862.
HSL color Cylindrical-coordinate representation of color #F60EED: hue angle of 302.33º 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 #F60EED is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 14 | 237 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.04 |
| HSL | 302.33º | 0.93% | 0.51% | - |
| HSV(B) | 302.33º | 0.94% | 0.96% | - |
| XYZ | 53.45 | 26.02 | 82.33 | - |
| YUV | 108.79 | 200.36 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 14 | 237 | 0 | 0.94 | 0.04 | 0.04 | 302.33 | 0.93 | 0.51 |
| Hex | F6 | E | ED | 0 | 5E | 4 | 4 | 12E | 5D | 33 |
| Octal | 366 | 16 | 355 | 0 | 136 | 4 | 4 | 456 | 135 | 63 |
| Binary | 11110110 | 1110 | 11101101 | 0 | 1011110 | 100 | 100 | 100101110 | 1011101 | 110011 |
Color Harmonies of #F60EED
Complementary color
Monochromatic Colors of #F60EED
Black with #F60EED
Text Example
Text Example
White with #F60EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60EED; }
p { color: rgb(246,14,237); }
H1.HeaderClassName
{
color: #F60EED;
}
.AnyTagClassName
{
color: #F60EED;
}
</style>
background-color css
<style>
a { background-color: #F60EED; }
a { background-color: rgb(246,14,237); }
div.DivClassName
{
background-color: #F60EED;
}
.BgClassName
{
background-color: #F60EED;
}
</style>
border-color css
<style>
span { border-color: #F60EED; }
span { border-color: rgb(246,14,237); }
td.TdClassName
{
border-color: #F60EED;
}
.TagClassName
{
border-color: #F60EED;
}
</style>