Shades of Deep Pink #F60C88
Tints of Deep Pink #F60C88
RGB
CMYK
RGB Variations
Color information
#F60C88 (or 0xF60C88) is known color: Deep Pink. HEX triplet: F6, 0C and 88. RGB value is (246,12,136). Sum of RGB (Red+Green+Blue) = 246+12+136=394 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.44% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C88 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60C88 is #09F377. Grayscale: #5F5F5F. Windows color (decimal): -652152 or 8916214. OLE color: 8916214.
HSL color Cylindrical-coordinate representation of color #F60C88: hue angle of 328.21º 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 #F60C88 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 136 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.04 |
| HSL | 328.21º | 0.93% | 0.51% | - |
| HSV(B) | 328.21º | 0.95% | 0.96% | - |
| XYZ | 42.58 | 21.63 | 25.22 | - |
| YUV | 96.1 | 150.52 | 234.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 136 | 0 | 0.95 | 0.45 | 0.04 | 328.21 | 0.93 | 0.51 |
| Hex | F6 | C | 88 | 0 | 5F | 2D | 4 | 148 | 5D | 33 |
| Octal | 366 | 14 | 210 | 0 | 137 | 55 | 4 | 510 | 135 | 63 |
| Binary | 11110110 | 1100 | 10001000 | 0 | 1011111 | 101101 | 100 | 101001000 | 1011101 | 110011 |
Color Harmonies of #F60C88
Complementary color
Monochromatic Colors of #F60C88
Black with #F60C88
Text Example
Text Example
White with #F60C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60C88; }
p { color: rgb(246,12,136); }
H1.HeaderClassName
{
color: #F60C88;
}
.AnyTagClassName
{
color: #F60C88;
}
</style>
background-color css
<style>
a { background-color: #F60C88; }
a { background-color: rgb(246,12,136); }
div.DivClassName
{
background-color: #F60C88;
}
.BgClassName
{
background-color: #F60C88;
}
</style>
border-color css
<style>
span { border-color: #F60C88; }
span { border-color: rgb(246,12,136); }
td.TdClassName
{
border-color: #F60C88;
}
.TagClassName
{
border-color: #F60C88;
}
</style>