Shades of Dark Pink #F05788
Tints of Dark Pink #F05788
RGB
CMYK
RGB Variations
Color information
#F05788 (or 0xF05788) is known color: Dark Pink. HEX triplet: F0, 57 and 88. RGB value is (240,87,136). Sum of RGB (Red+Green+Blue) = 240+87+136=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F05788 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05788 is #0FA877. Grayscale: #8A8A8A. Windows color (decimal): -1026168 or 8935408. OLE color: 8935408.
HSL color Cylindrical-coordinate representation of color #F05788: hue angle of 340.78º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F05788 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 136 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.06 |
| HSL | 340.78º | 0.84% | 0.64% | - |
| HSV(B) | 340.78º | 0.64% | 0.94% | - |
| XYZ | 43.79 | 27.12 | 26.22 | - |
| YUV | 138.33 | 126.69 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 136 | 0 | 0.64 | 0.43 | 0.06 | 340.78 | 0.84 | 0.64 |
| Hex | F0 | 57 | 88 | 0 | 40 | 2B | 6 | 155 | 54 | 40 |
| Octal | 360 | 127 | 210 | 0 | 100 | 53 | 6 | 525 | 124 | 100 |
| Binary | 11110000 | 1010111 | 10001000 | 0 | 1000000 | 101011 | 110 | 101010101 | 1010100 | 1000000 |
Color Harmonies of #F05788
Complementary color
Monochromatic Colors of #F05788
Black with #F05788
Text Example
Text Example
White with #F05788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05788; }
p { color: rgb(240,87,136); }
H1.HeaderClassName
{
color: #F05788;
}
.AnyTagClassName
{
color: #F05788;
}
</style>
background-color css
<style>
a { background-color: #F05788; }
a { background-color: rgb(240,87,136); }
div.DivClassName
{
background-color: #F05788;
}
.BgClassName
{
background-color: #F05788;
}
</style>
border-color css
<style>
span { border-color: #F05788; }
span { border-color: rgb(240,87,136); }
td.TdClassName
{
border-color: #F05788;
}
.TagClassName
{
border-color: #F05788;
}
</style>