Shades of Hot Magenta #F60CE3
Tints of Hot Magenta #F60CE3
RGB
CMYK
RGB Variations
Color information
#F60CE3 (or 0xF60CE3) is known color: Hot Magenta. HEX triplet: F6, 0C and E3. RGB value is (246,12,227). Sum of RGB (Red+Green+Blue) = 246+12+227=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 12 (5.08% from 255 or 2.47% from 485); Blue value is 227 (89.06% from 255 or 46.80% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CE3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60CE3 is #09F31C. Grayscale: #696969. Windows color (decimal): -652061 or 14879990. OLE color: 14879990.
HSL color Cylindrical-coordinate representation of color #F60CE3: hue angle of 304.87º 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 #F60CE3 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 227 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.04 |
| HSL | 304.87º | 0.93% | 0.51% | - |
| HSV(B) | 304.87º | 0.95% | 0.96% | - |
| XYZ | 52 | 25.4 | 74.84 | - |
| YUV | 106.48 | 196.02 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 227 | 0 | 0.95 | 0.08 | 0.04 | 304.87 | 0.93 | 0.51 |
| Hex | F6 | C | E3 | 0 | 5F | 8 | 4 | 131 | 5D | 33 |
| Octal | 366 | 14 | 343 | 0 | 137 | 10 | 4 | 461 | 135 | 63 |
| Binary | 11110110 | 1100 | 11100011 | 0 | 1011111 | 1000 | 100 | 100110001 | 1011101 | 110011 |
Color Harmonies of #F60CE3
Complementary color
Monochromatic Colors of #F60CE3
Black with #F60CE3
Text Example
Text Example
White with #F60CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60CE3; }
p { color: rgb(246,12,227); }
H1.HeaderClassName
{
color: #F60CE3;
}
.AnyTagClassName
{
color: #F60CE3;
}
</style>
background-color css
<style>
a { background-color: #F60CE3; }
a { background-color: rgb(246,12,227); }
div.DivClassName
{
background-color: #F60CE3;
}
.BgClassName
{
background-color: #F60CE3;
}
</style>
border-color css
<style>
span { border-color: #F60CE3; }
span { border-color: rgb(246,12,227); }
td.TdClassName
{
border-color: #F60CE3;
}
.TagClassName
{
border-color: #F60CE3;
}
</style>