Shades of Magenta #F60FE7
Tints of Magenta #F60FE7
RGB
CMYK
RGB Variations
Color information
#F60FE7 (or 0xF60FE7) is known color: Magenta. HEX triplet: F6, 0F and E7. RGB value is (246,15,231). Sum of RGB (Red+Green+Blue) = 246+15+231=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 15 (6.25% from 255 or 3.05% from 492); Blue value is 231 (90.62% from 255 or 46.95% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F60FE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60FE7 is #09F018. Grayscale: #6C6C6C. Windows color (decimal): -651289 or 15142902. OLE color: 15142902.
HSL color Cylindrical-coordinate representation of color #F60FE7: hue angle of 303.9º 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 #F60FE7 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 15 | 231 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.04 |
| HSL | 303.9º | 0.93% | 0.51% | - |
| HSV(B) | 303.9º | 0.94% | 0.96% | - |
| XYZ | 52.6 | 25.7 | 77.79 | - |
| YUV | 108.69 | 197.03 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 15 | 231 | 0 | 0.94 | 0.06 | 0.04 | 303.9 | 0.93 | 0.51 |
| Hex | F6 | F | E7 | 0 | 5E | 6 | 4 | 130 | 5D | 33 |
| Octal | 366 | 17 | 347 | 0 | 136 | 6 | 4 | 460 | 135 | 63 |
| Binary | 11110110 | 1111 | 11100111 | 0 | 1011110 | 110 | 100 | 100110000 | 1011101 | 110011 |
Color Harmonies of #F60FE7
Complementary color
Monochromatic Colors of #F60FE7
Black with #F60FE7
Text Example
Text Example
White with #F60FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60FE7; }
p { color: rgb(246,15,231); }
H1.HeaderClassName
{
color: #F60FE7;
}
.AnyTagClassName
{
color: #F60FE7;
}
</style>
background-color css
<style>
a { background-color: #F60FE7; }
a { background-color: rgb(246,15,231); }
div.DivClassName
{
background-color: #F60FE7;
}
.BgClassName
{
background-color: #F60FE7;
}
</style>
border-color css
<style>
span { border-color: #F60FE7; }
span { border-color: rgb(246,15,231); }
td.TdClassName
{
border-color: #F60FE7;
}
.TagClassName
{
border-color: #F60FE7;
}
</style>