Shades of Deep Pink #F60C84
Tints of Deep Pink #F60C84
RGB
CMYK
RGB Variations
Color information
#F60C84 (or 0xF60C84) is known color: Deep Pink. HEX triplet: F6, 0C and 84. RGB value is (246,12,132). Sum of RGB (Red+Green+Blue) = 246+12+132=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C84 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60C84 is #09F37B. Grayscale: #5F5F5F. Windows color (decimal): -652156 or 8654070. OLE color: 8654070.
HSL color Cylindrical-coordinate representation of color #F60C84: hue angle of 329.23º 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 #F60C84 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 132 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.04 |
| HSL | 329.23º | 0.93% | 0.51% | - |
| HSV(B) | 329.23º | 0.95% | 0.96% | - |
| XYZ | 42.3 | 21.52 | 23.75 | - |
| YUV | 95.65 | 148.52 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 132 | 0 | 0.95 | 0.46 | 0.04 | 329.23 | 0.93 | 0.51 |
| Hex | F6 | C | 84 | 0 | 5F | 2E | 4 | 149 | 5D | 33 |
| Octal | 366 | 14 | 204 | 0 | 137 | 56 | 4 | 511 | 135 | 63 |
| Binary | 11110110 | 1100 | 10000100 | 0 | 1011111 | 101110 | 100 | 101001001 | 1011101 | 110011 |
Color Harmonies of #F60C84
Complementary color
Monochromatic Colors of #F60C84
Black with #F60C84
Text Example
Text Example
White with #F60C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60C84; }
p { color: rgb(246,12,132); }
H1.HeaderClassName
{
color: #F60C84;
}
.AnyTagClassName
{
color: #F60C84;
}
</style>
background-color css
<style>
a { background-color: #F60C84; }
a { background-color: rgb(246,12,132); }
div.DivClassName
{
background-color: #F60C84;
}
.BgClassName
{
background-color: #F60C84;
}
</style>
border-color css
<style>
span { border-color: #F60C84; }
span { border-color: rgb(246,12,132); }
td.TdClassName
{
border-color: #F60C84;
}
.TagClassName
{
border-color: #F60C84;
}
</style>