Shades of Deep Pink #F00988
Tints of Deep Pink #F00988
RGB
CMYK
RGB Variations
Color information
#F00988 (or 0xF00988) is known color: Deep Pink. HEX triplet: F0, 09 and 88. RGB value is (240,9,136). Sum of RGB (Red+Green+Blue) = 240+9+136=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F00988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00988 is #0FF677. Grayscale: #5C5C5C. Windows color (decimal): -1046136 or 8915440. OLE color: 8915440.
HSL color Cylindrical-coordinate representation of color #F00988: hue angle of 327.01º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00988 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 136 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.06 |
| HSL | 327.01º | 0.93% | 0.49% | - |
| HSV(B) | 327.01º | 0.96% | 0.94% | - |
| XYZ | 40.48 | 20.5 | 25.12 | - |
| YUV | 92.55 | 152.53 | 233.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 136 | 0 | 0.96 | 0.43 | 0.06 | 327.01 | 0.93 | 0.49 |
| Hex | F0 | 9 | 88 | 0 | 60 | 2B | 6 | 147 | 5D | 31 |
| Octal | 360 | 11 | 210 | 0 | 140 | 53 | 6 | 507 | 135 | 61 |
| Binary | 11110000 | 1001 | 10001000 | 0 | 1100000 | 101011 | 110 | 101000111 | 1011101 | 110001 |
Color Harmonies of #F00988
Complementary color
Monochromatic Colors of #F00988
Black with #F00988
Text Example
Text Example
White with #F00988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00988; }
p { color: rgb(240,9,136); }
H1.HeaderClassName
{
color: #F00988;
}
.AnyTagClassName
{
color: #F00988;
}
</style>
background-color css
<style>
a { background-color: #F00988; }
a { background-color: rgb(240,9,136); }
div.DivClassName
{
background-color: #F00988;
}
.BgClassName
{
background-color: #F00988;
}
</style>
border-color css
<style>
span { border-color: #F00988; }
span { border-color: rgb(240,9,136); }
td.TdClassName
{
border-color: #F00988;
}
.TagClassName
{
border-color: #F00988;
}
</style>