Shades of Dark Pink #F05888
Tints of Dark Pink #F05888
RGB
CMYK
RGB Variations
Color information
#F05888 (or 0xF05888) is known color: Dark Pink. HEX triplet: F0, 58 and 88. RGB value is (240,88,136). Sum of RGB (Red+Green+Blue) = 240+88+136=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F05888 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05888 is #0FA777. Grayscale: #8A8A8A. Windows color (decimal): -1025912 or 8935664. OLE color: 8935664.
HSL color Cylindrical-coordinate representation of color #F05888: hue angle of 341.05º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F05888 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 136 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.06 |
| HSL | 341.05º | 0.84% | 0.64% | - |
| HSV(B) | 341.05º | 0.63% | 0.94% | - |
| XYZ | 43.87 | 27.28 | 26.25 | - |
| YUV | 138.92 | 126.36 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 136 | 0 | 0.63 | 0.43 | 0.06 | 341.05 | 0.84 | 0.64 |
| Hex | F0 | 58 | 88 | 0 | 3F | 2B | 6 | 155 | 54 | 40 |
| Octal | 360 | 130 | 210 | 0 | 77 | 53 | 6 | 525 | 124 | 100 |
| Binary | 11110000 | 1011000 | 10001000 | 0 | 111111 | 101011 | 110 | 101010101 | 1010100 | 1000000 |
Color Harmonies of #F05888
Complementary color
Monochromatic Colors of #F05888
Black with #F05888
Text Example
Text Example
White with #F05888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05888; }
p { color: rgb(240,88,136); }
H1.HeaderClassName
{
color: #F05888;
}
.AnyTagClassName
{
color: #F05888;
}
</style>
background-color css
<style>
a { background-color: #F05888; }
a { background-color: rgb(240,88,136); }
div.DivClassName
{
background-color: #F05888;
}
.BgClassName
{
background-color: #F05888;
}
</style>
border-color css
<style>
span { border-color: #F05888; }
span { border-color: rgb(240,88,136); }
td.TdClassName
{
border-color: #F05888;
}
.TagClassName
{
border-color: #F05888;
}
</style>