Shades of Deep Pink #F50988
Tints of Deep Pink #F50988
RGB
CMYK
RGB Variations
Color information
#F50988 (or 0xF50988) is known color: Deep Pink. HEX triplet: F5, 09 and 88. RGB value is (245,9,136). Sum of RGB (Red+Green+Blue) = 245+9+136=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F50988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50988 is #0AF677. Grayscale: #5D5D5D. Windows color (decimal): -718456 or 8915445. OLE color: 8915445.
HSL color Cylindrical-coordinate representation of color #F50988: hue angle of 327.71º 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 #F50988 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 136 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.04 |
| HSL | 327.71º | 0.93% | 0.5% | - |
| HSV(B) | 327.71º | 0.96% | 0.96% | - |
| XYZ | 42.2 | 21.39 | 25.2 | - |
| YUV | 94.04 | 151.69 | 235.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 136 | 0 | 0.96 | 0.44 | 0.04 | 327.71 | 0.93 | 0.5 |
| Hex | F5 | 9 | 88 | 0 | 60 | 2C | 4 | 148 | 5D | 32 |
| Octal | 365 | 11 | 210 | 0 | 140 | 54 | 4 | 510 | 135 | 62 |
| Binary | 11110101 | 1001 | 10001000 | 0 | 1100000 | 101100 | 100 | 101001000 | 1011101 | 110010 |
Color Harmonies of #F50988
Complementary color
Monochromatic Colors of #F50988
Black with #F50988
Text Example
Text Example
White with #F50988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50988; }
p { color: rgb(245,9,136); }
H1.HeaderClassName
{
color: #F50988;
}
.AnyTagClassName
{
color: #F50988;
}
</style>
background-color css
<style>
a { background-color: #F50988; }
a { background-color: rgb(245,9,136); }
div.DivClassName
{
background-color: #F50988;
}
.BgClassName
{
background-color: #F50988;
}
</style>
border-color css
<style>
span { border-color: #F50988; }
span { border-color: rgb(245,9,136); }
td.TdClassName
{
border-color: #F50988;
}
.TagClassName
{
border-color: #F50988;
}
</style>