Shades of Deep Pink #F40988
Tints of Deep Pink #F40988
RGB
CMYK
RGB Variations
Color information
#F40988 (or 0xF40988) is known color: Deep Pink. HEX triplet: F4, 09 and 88. RGB value is (244,9,136). Sum of RGB (Red+Green+Blue) = 244+9+136=389 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.72% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 244 - color contains mainly: red. Hex color #F40988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40988 is #0BF677. Grayscale: #5D5D5D. Windows color (decimal): -783992 or 8915444. OLE color: 8915444.
HSL color Cylindrical-coordinate representation of color #F40988: hue angle of 327.57º 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 #F40988 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 136 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.04 |
| HSL | 327.57º | 0.93% | 0.5% | - |
| HSV(B) | 327.57º | 0.96% | 0.96% | - |
| XYZ | 41.85 | 21.21 | 25.18 | - |
| YUV | 93.74 | 151.86 | 235.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 136 | 0 | 0.96 | 0.44 | 0.04 | 327.57 | 0.93 | 0.5 |
| Hex | F4 | 9 | 88 | 0 | 60 | 2C | 4 | 148 | 5D | 32 |
| Octal | 364 | 11 | 210 | 0 | 140 | 54 | 4 | 510 | 135 | 62 |
| Binary | 11110100 | 1001 | 10001000 | 0 | 1100000 | 101100 | 100 | 101001000 | 1011101 | 110010 |
Color Harmonies of #F40988
Complementary color
Monochromatic Colors of #F40988
Black with #F40988
Text Example
Text Example
White with #F40988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40988; }
p { color: rgb(244,9,136); }
H1.HeaderClassName
{
color: #F40988;
}
.AnyTagClassName
{
color: #F40988;
}
</style>
background-color css
<style>
a { background-color: #F40988; }
a { background-color: rgb(244,9,136); }
div.DivClassName
{
background-color: #F40988;
}
.BgClassName
{
background-color: #F40988;
}
</style>
border-color css
<style>
span { border-color: #F40988; }
span { border-color: rgb(244,9,136); }
td.TdClassName
{
border-color: #F40988;
}
.TagClassName
{
border-color: #F40988;
}
</style>