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