Shades of Hot Magenta #F60CCD
Tints of Hot Magenta #F60CCD
RGB
CMYK
RGB Variations
Color information
#F60CCD (or 0xF60CCD) is known color: Hot Magenta. HEX triplet: F6, 0C and CD. RGB value is (246,12,205). Sum of RGB (Red+Green+Blue) = 246+12+205=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 12 (5.08% from 255 or 2.59% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60CCD is #09F332. Grayscale: #676767. Windows color (decimal): -652083 or 13438198. OLE color: 13438198.
HSL color Cylindrical-coordinate representation of color #F60CCD: hue angle of 310.51º 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 #F60CCD is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 205 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.04 |
| HSL | 310.51º | 0.93% | 0.51% | - |
| HSV(B) | 310.51º | 0.95% | 0.96% | - |
| XYZ | 49.16 | 24.26 | 59.85 | - |
| YUV | 103.97 | 185.02 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 205 | 0 | 0.95 | 0.17 | 0.04 | 310.51 | 0.93 | 0.51 |
| Hex | F6 | C | CD | 0 | 5F | 11 | 4 | 137 | 5D | 33 |
| Octal | 366 | 14 | 315 | 0 | 137 | 21 | 4 | 467 | 135 | 63 |
| Binary | 11110110 | 1100 | 11001101 | 0 | 1011111 | 10001 | 100 | 100110111 | 1011101 | 110011 |
Color Harmonies of #F60CCD
Complementary color
Monochromatic Colors of #F60CCD
Black with #F60CCD
Text Example
Text Example
White with #F60CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60CCD; }
p { color: rgb(246,12,205); }
H1.HeaderClassName
{
color: #F60CCD;
}
.AnyTagClassName
{
color: #F60CCD;
}
</style>
background-color css
<style>
a { background-color: #F60CCD; }
a { background-color: rgb(246,12,205); }
div.DivClassName
{
background-color: #F60CCD;
}
.BgClassName
{
background-color: #F60CCD;
}
</style>
border-color css
<style>
span { border-color: #F60CCD; }
span { border-color: rgb(246,12,205); }
td.TdClassName
{
border-color: #F60CCD;
}
.TagClassName
{
border-color: #F60CCD;
}
</style>