Shades of Dark Pink #F0597B
Tints of Dark Pink #F0597B
RGB
CMYK
RGB Variations
Color information
#F0597B (or 0xF0597B) is known color: Dark Pink. HEX triplet: F0, 59 and 7B. RGB value is (240,89,123). Sum of RGB (Red+Green+Blue) = 240+89+123=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0597B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0597B is #0FA684. Grayscale: #8A8A8A. Windows color (decimal): -1025669 or 8083952. OLE color: 8083952.
HSL color Cylindrical-coordinate representation of color #F0597B: hue angle of 346.49º 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 #F0597B is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 123 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.06 |
| HSL | 346.49º | 0.83% | 0.65% | - |
| HSV(B) | 346.49º | 0.63% | 0.94% | - |
| XYZ | 43.08 | 27.1 | 21.7 | - |
| YUV | 138.03 | 119.53 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 123 | 0 | 0.63 | 0.49 | 0.06 | 346.49 | 0.83 | 0.65 |
| Hex | F0 | 59 | 7B | 0 | 3F | 31 | 6 | 15A | 53 | 41 |
| Octal | 360 | 131 | 173 | 0 | 77 | 61 | 6 | 532 | 123 | 101 |
| Binary | 11110000 | 1011001 | 1111011 | 0 | 111111 | 110001 | 110 | 101011010 | 1010011 | 1000001 |
Color Harmonies of #F0597B
Complementary color
Monochromatic Colors of #F0597B
Black with #F0597B
Text Example
Text Example
White with #F0597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0597B; }
p { color: rgb(240,89,123); }
H1.HeaderClassName
{
color: #F0597B;
}
.AnyTagClassName
{
color: #F0597B;
}
</style>
background-color css
<style>
a { background-color: #F0597B; }
a { background-color: rgb(240,89,123); }
div.DivClassName
{
background-color: #F0597B;
}
.BgClassName
{
background-color: #F0597B;
}
</style>
border-color css
<style>
span { border-color: #F0597B; }
span { border-color: rgb(240,89,123); }
td.TdClassName
{
border-color: #F0597B;
}
.TagClassName
{
border-color: #F0597B;
}
</style>