Shades of Dark Pink #F0598B
Tints of Dark Pink #F0598B
RGB
CMYK
RGB Variations
Color information
#F0598B (or 0xF0598B) is known color: Dark Pink. HEX triplet: F0, 59 and 8B. RGB value is (240,89,139). Sum of RGB (Red+Green+Blue) = 240+89+139=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F0598B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0598B is #0FA674. Grayscale: #8B8B8B. Windows color (decimal): -1025653 or 9132528. OLE color: 9132528.
HSL color Cylindrical-coordinate representation of color #F0598B: hue angle of 340.13º 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 #F0598B is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 139 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.06 |
| HSL | 340.13º | 0.83% | 0.65% | - |
| HSV(B) | 340.13º | 0.63% | 0.94% | - |
| XYZ | 44.17 | 27.53 | 27.41 | - |
| YUV | 139.85 | 127.53 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 139 | 0 | 0.63 | 0.42 | 0.06 | 340.13 | 0.83 | 0.65 |
| Hex | F0 | 59 | 8B | 0 | 3F | 2A | 6 | 154 | 53 | 41 |
| Octal | 360 | 131 | 213 | 0 | 77 | 52 | 6 | 524 | 123 | 101 |
| Binary | 11110000 | 1011001 | 10001011 | 0 | 111111 | 101010 | 110 | 101010100 | 1010011 | 1000001 |
Color Harmonies of #F0598B
Complementary color
Monochromatic Colors of #F0598B
Black with #F0598B
Text Example
Text Example
White with #F0598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0598B; }
p { color: rgb(240,89,139); }
H1.HeaderClassName
{
color: #F0598B;
}
.AnyTagClassName
{
color: #F0598B;
}
</style>
background-color css
<style>
a { background-color: #F0598B; }
a { background-color: rgb(240,89,139); }
div.DivClassName
{
background-color: #F0598B;
}
.BgClassName
{
background-color: #F0598B;
}
</style>
border-color css
<style>
span { border-color: #F0598B; }
span { border-color: rgb(240,89,139); }
td.TdClassName
{
border-color: #F0598B;
}
.TagClassName
{
border-color: #F0598B;
}
</style>