Shades of Magenta #F60FE8
Tints of Magenta #F60FE8
RGB
CMYK
RGB Variations
Color information
#F60FE8 (or 0xF60FE8) is known color: Magenta. HEX triplet: F6, 0F and E8. RGB value is (246,15,232). Sum of RGB (Red+Green+Blue) = 246+15+232=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 15 (6.25% from 255 or 3.04% from 493); Blue value is 232 (91.02% from 255 or 47.06% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F60FE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60FE8 is #09F017. Grayscale: #6C6C6C. Windows color (decimal): -651288 or 15208438. OLE color: 15208438.
HSL color Cylindrical-coordinate representation of color #F60FE8: hue angle of 303.64º 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 #F60FE8 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 15 | 232 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.04 |
| HSL | 303.64º | 0.93% | 0.51% | - |
| HSV(B) | 303.64º | 0.94% | 0.96% | - |
| XYZ | 52.74 | 25.76 | 78.54 | - |
| YUV | 108.81 | 197.53 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 15 | 232 | 0 | 0.94 | 0.06 | 0.04 | 303.64 | 0.93 | 0.51 |
| Hex | F6 | F | E8 | 0 | 5E | 6 | 4 | 130 | 5D | 33 |
| Octal | 366 | 17 | 350 | 0 | 136 | 6 | 4 | 460 | 135 | 63 |
| Binary | 11110110 | 1111 | 11101000 | 0 | 1011110 | 110 | 100 | 100110000 | 1011101 | 110011 |
Color Harmonies of #F60FE8
Complementary color
Monochromatic Colors of #F60FE8
Black with #F60FE8
Text Example
Text Example
White with #F60FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60FE8; }
p { color: rgb(246,15,232); }
H1.HeaderClassName
{
color: #F60FE8;
}
.AnyTagClassName
{
color: #F60FE8;
}
</style>
background-color css
<style>
a { background-color: #F60FE8; }
a { background-color: rgb(246,15,232); }
div.DivClassName
{
background-color: #F60FE8;
}
.BgClassName
{
background-color: #F60FE8;
}
</style>
border-color css
<style>
span { border-color: #F60FE8; }
span { border-color: rgb(246,15,232); }
td.TdClassName
{
border-color: #F60FE8;
}
.TagClassName
{
border-color: #F60FE8;
}
</style>