Shades of Magenta #F60CE6
Tints of Magenta #F60CE6
RGB
CMYK
RGB Variations
Color information
#F60CE6 (or 0xF60CE6) is known color: Magenta. HEX triplet: F6, 0C and E6. RGB value is (246,12,230). Sum of RGB (Red+Green+Blue) = 246+12+230=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 12 (5.08% from 255 or 2.46% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60CE6 is #09F319. Grayscale: #6A6A6A. Windows color (decimal): -652058 or 15076598. OLE color: 15076598.
HSL color Cylindrical-coordinate representation of color #F60CE6: hue angle of 304.1º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60CE6 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 230 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.04 |
| HSL | 304.1º | 0.93% | 0.51% | - |
| HSV(B) | 304.1º | 0.95% | 0.96% | - |
| XYZ | 52.42 | 25.57 | 77.04 | - |
| YUV | 106.82 | 197.52 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 230 | 0 | 0.95 | 0.07 | 0.04 | 304.1 | 0.93 | 0.51 |
| Hex | F6 | C | E6 | 0 | 5F | 7 | 4 | 130 | 5D | 33 |
| Octal | 366 | 14 | 346 | 0 | 137 | 7 | 4 | 460 | 135 | 63 |
| Binary | 11110110 | 1100 | 11100110 | 0 | 1011111 | 111 | 100 | 100110000 | 1011101 | 110011 |
Color Harmonies of #F60CE6
Complementary color
Monochromatic Colors of #F60CE6
Black with #F60CE6
Text Example
Text Example
White with #F60CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60CE6; }
p { color: rgb(246,12,230); }
H1.HeaderClassName
{
color: #F60CE6;
}
.AnyTagClassName
{
color: #F60CE6;
}
</style>
background-color css
<style>
a { background-color: #F60CE6; }
a { background-color: rgb(246,12,230); }
div.DivClassName
{
background-color: #F60CE6;
}
.BgClassName
{
background-color: #F60CE6;
}
</style>
border-color css
<style>
span { border-color: #F60CE6; }
span { border-color: rgb(246,12,230); }
td.TdClassName
{
border-color: #F60CE6;
}
.TagClassName
{
border-color: #F60CE6;
}
</style>