Shades of Dark Pink #F0588A
Tints of Dark Pink #F0588A
RGB
CMYK
RGB Variations
Color information
#F0588A (or 0xF0588A) is known color: Dark Pink. HEX triplet: F0, 58 and 8A. RGB value is (240,88,138). Sum of RGB (Red+Green+Blue) = 240+88+138=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0588A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0588A is #0FA775. Grayscale: #8B8B8B. Windows color (decimal): -1025910 or 9066736. OLE color: 9066736.
HSL color Cylindrical-coordinate representation of color #F0588A: hue angle of 340.26º 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 #F0588A is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 138 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.06 |
| HSL | 340.26º | 0.84% | 0.64% | - |
| HSV(B) | 340.26º | 0.63% | 0.94% | - |
| XYZ | 44.01 | 27.34 | 27 | - |
| YUV | 139.15 | 127.36 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 138 | 0 | 0.63 | 0.42 | 0.06 | 340.26 | 0.84 | 0.64 |
| Hex | F0 | 58 | 8A | 0 | 3F | 2A | 6 | 154 | 54 | 40 |
| Octal | 360 | 130 | 212 | 0 | 77 | 52 | 6 | 524 | 124 | 100 |
| Binary | 11110000 | 1011000 | 10001010 | 0 | 111111 | 101010 | 110 | 101010100 | 1010100 | 1000000 |
Color Harmonies of #F0588A
Complementary color
Monochromatic Colors of #F0588A
Black with #F0588A
Text Example
Text Example
White with #F0588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0588A; }
p { color: rgb(240,88,138); }
H1.HeaderClassName
{
color: #F0588A;
}
.AnyTagClassName
{
color: #F0588A;
}
</style>
background-color css
<style>
a { background-color: #F0588A; }
a { background-color: rgb(240,88,138); }
div.DivClassName
{
background-color: #F0588A;
}
.BgClassName
{
background-color: #F0588A;
}
</style>
border-color css
<style>
span { border-color: #F0588A; }
span { border-color: rgb(240,88,138); }
td.TdClassName
{
border-color: #F0588A;
}
.TagClassName
{
border-color: #F0588A;
}
</style>