Shades of Magenta #F60CE8
Tints of Magenta #F60CE8
RGB
CMYK
RGB Variations
Color information
#F60CE8 (or 0xF60CE8) is known color: Magenta. HEX triplet: F6, 0C and E8. RGB value is (246,12,232). Sum of RGB (Red+Green+Blue) = 246+12+232=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 12 (5.08% from 255 or 2.45% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60CE8 is #09F317. Grayscale: #6A6A6A. Windows color (decimal): -652056 or 15207670. OLE color: 15207670.
HSL color Cylindrical-coordinate representation of color #F60CE8: hue angle of 303.59º 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 #F60CE8 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 232 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.04 |
| HSL | 303.59º | 0.93% | 0.51% | - |
| HSV(B) | 303.59º | 0.95% | 0.96% | - |
| XYZ | 52.7 | 25.68 | 78.52 | - |
| YUV | 107.05 | 198.52 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 232 | 0 | 0.95 | 0.06 | 0.04 | 303.59 | 0.93 | 0.51 |
| Hex | F6 | C | E8 | 0 | 5F | 6 | 4 | 130 | 5D | 33 |
| Octal | 366 | 14 | 350 | 0 | 137 | 6 | 4 | 460 | 135 | 63 |
| Binary | 11110110 | 1100 | 11101000 | 0 | 1011111 | 110 | 100 | 100110000 | 1011101 | 110011 |
Color Harmonies of #F60CE8
Complementary color
Monochromatic Colors of #F60CE8
Black with #F60CE8
Text Example
Text Example
White with #F60CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60CE8; }
p { color: rgb(246,12,232); }
H1.HeaderClassName
{
color: #F60CE8;
}
.AnyTagClassName
{
color: #F60CE8;
}
</style>
background-color css
<style>
a { background-color: #F60CE8; }
a { background-color: rgb(246,12,232); }
div.DivClassName
{
background-color: #F60CE8;
}
.BgClassName
{
background-color: #F60CE8;
}
</style>
border-color css
<style>
span { border-color: #F60CE8; }
span { border-color: rgb(246,12,232); }
td.TdClassName
{
border-color: #F60CE8;
}
.TagClassName
{
border-color: #F60CE8;
}
</style>