Shades of Deep Pink #F60988
Tints of Deep Pink #F60988
RGB
CMYK
RGB Variations
Color information
#F60988 (or 0xF60988) is known color: Deep Pink. HEX triplet: F6, 09 and 88. RGB value is (246,9,136). Sum of RGB (Red+Green+Blue) = 246+9+136=391 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.92% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 246 - color contains mainly: red. Hex color #F60988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60988 is #09F677. Grayscale: #5E5E5E. Windows color (decimal): -652920 or 8915446. OLE color: 8915446.
HSL color Cylindrical-coordinate representation of color #F60988: hue angle of 327.85º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60988 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 136 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.04 |
| HSL | 327.85º | 0.93% | 0.5% | - |
| HSV(B) | 327.85º | 0.96% | 0.96% | - |
| XYZ | 42.55 | 21.57 | 25.21 | - |
| YUV | 94.34 | 151.52 | 236.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 136 | 0 | 0.96 | 0.45 | 0.04 | 327.85 | 0.93 | 0.5 |
| Hex | F6 | 9 | 88 | 0 | 60 | 2D | 4 | 148 | 5D | 32 |
| Octal | 366 | 11 | 210 | 0 | 140 | 55 | 4 | 510 | 135 | 62 |
| Binary | 11110110 | 1001 | 10001000 | 0 | 1100000 | 101101 | 100 | 101001000 | 1011101 | 110010 |
Color Harmonies of #F60988
Complementary color
Monochromatic Colors of #F60988
Black with #F60988
Text Example
Text Example
White with #F60988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60988; }
p { color: rgb(246,9,136); }
H1.HeaderClassName
{
color: #F60988;
}
.AnyTagClassName
{
color: #F60988;
}
</style>
background-color css
<style>
a { background-color: #F60988; }
a { background-color: rgb(246,9,136); }
div.DivClassName
{
background-color: #F60988;
}
.BgClassName
{
background-color: #F60988;
}
</style>
border-color css
<style>
span { border-color: #F60988; }
span { border-color: rgb(246,9,136); }
td.TdClassName
{
border-color: #F60988;
}
.TagClassName
{
border-color: #F60988;
}
</style>