Shades of Deep Pink #F60888
Tints of Deep Pink #F60888
RGB
CMYK
RGB Variations
Color information
#F60888 (or 0xF60888) is known color: Deep Pink. HEX triplet: F6, 08 and 88. RGB value is (246,8,136). Sum of RGB (Red+Green+Blue) = 246+8+136=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F60888 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60888 is #09F777. Grayscale: #5D5D5D. Windows color (decimal): -653176 or 8915190. OLE color: 8915190.
HSL color Cylindrical-coordinate representation of color #F60888: hue angle of 327.73º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F60888 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 8 | 136 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.04 |
| HSL | 327.73º | 0.94% | 0.5% | - |
| HSV(B) | 327.73º | 0.97% | 0.96% | - |
| XYZ | 42.54 | 21.54 | 25.21 | - |
| YUV | 93.75 | 151.85 | 236.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 8 | 136 | 0 | 0.97 | 0.45 | 0.04 | 327.73 | 0.94 | 0.5 |
| Hex | F6 | 8 | 88 | 0 | 61 | 2D | 4 | 148 | 5E | 32 |
| Octal | 366 | 10 | 210 | 0 | 141 | 55 | 4 | 510 | 136 | 62 |
| Binary | 11110110 | 1000 | 10001000 | 0 | 1100001 | 101101 | 100 | 101001000 | 1011110 | 110010 |
Color Harmonies of #F60888
Complementary color
Monochromatic Colors of #F60888
Black with #F60888
Text Example
Text Example
White with #F60888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60888; }
p { color: rgb(246,8,136); }
H1.HeaderClassName
{
color: #F60888;
}
.AnyTagClassName
{
color: #F60888;
}
</style>
background-color css
<style>
a { background-color: #F60888; }
a { background-color: rgb(246,8,136); }
div.DivClassName
{
background-color: #F60888;
}
.BgClassName
{
background-color: #F60888;
}
</style>
border-color css
<style>
span { border-color: #F60888; }
span { border-color: rgb(246,8,136); }
td.TdClassName
{
border-color: #F60888;
}
.TagClassName
{
border-color: #F60888;
}
</style>