Shades of Magenta #F60CE9
Tints of Magenta #F60CE9
RGB
CMYK
RGB Variations
Color information
#F60CE9 (or 0xF60CE9) is known color: Magenta. HEX triplet: F6, 0C and E9. RGB value is (246,12,233). Sum of RGB (Red+Green+Blue) = 246+12+233=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 12 (5.08% from 255 or 2.44% from 491); Blue value is 233 (91.41% from 255 or 47.45% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60CE9 is #09F316. Grayscale: #6A6A6A. Windows color (decimal): -652055 or 15273206. OLE color: 15273206.
HSL color Cylindrical-coordinate representation of color #F60CE9: hue angle of 303.33º 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 #F60CE9 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 233 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.04 |
| HSL | 303.33º | 0.93% | 0.51% | - |
| HSV(B) | 303.33º | 0.95% | 0.96% | - |
| XYZ | 52.85 | 25.74 | 79.27 | - |
| YUV | 107.16 | 199.02 | 227.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 233 | 0 | 0.95 | 0.05 | 0.04 | 303.33 | 0.93 | 0.51 |
| Hex | F6 | C | E9 | 0 | 5F | 5 | 4 | 12F | 5D | 33 |
| Octal | 366 | 14 | 351 | 0 | 137 | 5 | 4 | 457 | 135 | 63 |
| Binary | 11110110 | 1100 | 11101001 | 0 | 1011111 | 101 | 100 | 100101111 | 1011101 | 110011 |
Color Harmonies of #F60CE9
Complementary color
Monochromatic Colors of #F60CE9
Black with #F60CE9
Text Example
Text Example
White with #F60CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60CE9; }
p { color: rgb(246,12,233); }
H1.HeaderClassName
{
color: #F60CE9;
}
.AnyTagClassName
{
color: #F60CE9;
}
</style>
background-color css
<style>
a { background-color: #F60CE9; }
a { background-color: rgb(246,12,233); }
div.DivClassName
{
background-color: #F60CE9;
}
.BgClassName
{
background-color: #F60CE9;
}
</style>
border-color css
<style>
span { border-color: #F60CE9; }
span { border-color: rgb(246,12,233); }
td.TdClassName
{
border-color: #F60CE9;
}
.TagClassName
{
border-color: #F60CE9;
}
</style>