Shades of Dark Pink #F05988
Tints of Dark Pink #F05988
RGB
CMYK
RGB Variations
Color information
#F05988 (or 0xF05988) is known color: Dark Pink. HEX triplet: F0, 59 and 88. RGB value is (240,89,136). Sum of RGB (Red+Green+Blue) = 240+89+136=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F05988 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05988 is #0FA677. Grayscale: #8B8B8B. Windows color (decimal): -1025656 or 8935920. OLE color: 8935920.
HSL color Cylindrical-coordinate representation of color #F05988: hue angle of 341.32º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F05988 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 136 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.06 |
| HSL | 341.32º | 0.83% | 0.65% | - |
| HSV(B) | 341.32º | 0.63% | 0.94% | - |
| XYZ | 43.95 | 27.45 | 26.27 | - |
| YUV | 139.51 | 126.03 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 136 | 0 | 0.63 | 0.43 | 0.06 | 341.32 | 0.83 | 0.65 |
| Hex | F0 | 59 | 88 | 0 | 3F | 2B | 6 | 155 | 53 | 41 |
| Octal | 360 | 131 | 210 | 0 | 77 | 53 | 6 | 525 | 123 | 101 |
| Binary | 11110000 | 1011001 | 10001000 | 0 | 111111 | 101011 | 110 | 101010101 | 1010011 | 1000001 |
Color Harmonies of #F05988
Complementary color
Monochromatic Colors of #F05988
Black with #F05988
Text Example
Text Example
White with #F05988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05988; }
p { color: rgb(240,89,136); }
H1.HeaderClassName
{
color: #F05988;
}
.AnyTagClassName
{
color: #F05988;
}
</style>
background-color css
<style>
a { background-color: #F05988; }
a { background-color: rgb(240,89,136); }
div.DivClassName
{
background-color: #F05988;
}
.BgClassName
{
background-color: #F05988;
}
</style>
border-color css
<style>
span { border-color: #F05988; }
span { border-color: rgb(240,89,136); }
td.TdClassName
{
border-color: #F05988;
}
.TagClassName
{
border-color: #F05988;
}
</style>