Shades of Hot Magenta #F60CCC
Tints of Hot Magenta #F60CCC
RGB
CMYK
RGB Variations
Color information
#F60CCC (or 0xF60CCC) is known color: Hot Magenta. HEX triplet: F6, 0C and CC. RGB value is (246,12,204). Sum of RGB (Red+Green+Blue) = 246+12+204=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 12 (5.08% from 255 or 2.60% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60CCC is #09F333. Grayscale: #676767. Windows color (decimal): -652084 or 13372662. OLE color: 13372662.
HSL color Cylindrical-coordinate representation of color #F60CCC: hue angle of 310.77º 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 #F60CCC is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 204 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.04 |
| HSL | 310.77º | 0.93% | 0.51% | - |
| HSV(B) | 310.77º | 0.95% | 0.96% | - |
| XYZ | 49.04 | 24.22 | 59.22 | - |
| YUV | 103.85 | 184.52 | 229.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 204 | 0 | 0.95 | 0.17 | 0.04 | 310.77 | 0.93 | 0.51 |
| Hex | F6 | C | CC | 0 | 5F | 11 | 4 | 137 | 5D | 33 |
| Octal | 366 | 14 | 314 | 0 | 137 | 21 | 4 | 467 | 135 | 63 |
| Binary | 11110110 | 1100 | 11001100 | 0 | 1011111 | 10001 | 100 | 100110111 | 1011101 | 110011 |
Color Harmonies of #F60CCC
Complementary color
Monochromatic Colors of #F60CCC
Black with #F60CCC
Text Example
Text Example
White with #F60CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60CCC; }
p { color: rgb(246,12,204); }
H1.HeaderClassName
{
color: #F60CCC;
}
.AnyTagClassName
{
color: #F60CCC;
}
</style>
background-color css
<style>
a { background-color: #F60CCC; }
a { background-color: rgb(246,12,204); }
div.DivClassName
{
background-color: #F60CCC;
}
.BgClassName
{
background-color: #F60CCC;
}
</style>
border-color css
<style>
span { border-color: #F60CCC; }
span { border-color: rgb(246,12,204); }
td.TdClassName
{
border-color: #F60CCC;
}
.TagClassName
{
border-color: #F60CCC;
}
</style>