Shades of Dark Pink #F0597C
Tints of Dark Pink #F0597C
RGB
CMYK
RGB Variations
Color information
#F0597C (or 0xF0597C) is known color: Dark Pink. HEX triplet: F0, 59 and 7C. RGB value is (240,89,124). Sum of RGB (Red+Green+Blue) = 240+89+124=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0597C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0597C is #0FA683. Grayscale: #8A8A8A. Windows color (decimal): -1025668 or 8149488. OLE color: 8149488.
HSL color Cylindrical-coordinate representation of color #F0597C: hue angle of 346.09º 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 #F0597C is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 124 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.06 |
| HSL | 346.09º | 0.83% | 0.65% | - |
| HSV(B) | 346.09º | 0.63% | 0.94% | - |
| XYZ | 43.15 | 27.13 | 22.03 | - |
| YUV | 138.14 | 120.03 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 124 | 0 | 0.63 | 0.48 | 0.06 | 346.09 | 0.83 | 0.65 |
| Hex | F0 | 59 | 7C | 0 | 3F | 30 | 6 | 15A | 53 | 41 |
| Octal | 360 | 131 | 174 | 0 | 77 | 60 | 6 | 532 | 123 | 101 |
| Binary | 11110000 | 1011001 | 1111100 | 0 | 111111 | 110000 | 110 | 101011010 | 1010011 | 1000001 |
Color Harmonies of #F0597C
Complementary color
Monochromatic Colors of #F0597C
Black with #F0597C
Text Example
Text Example
White with #F0597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0597C; }
p { color: rgb(240,89,124); }
H1.HeaderClassName
{
color: #F0597C;
}
.AnyTagClassName
{
color: #F0597C;
}
</style>
background-color css
<style>
a { background-color: #F0597C; }
a { background-color: rgb(240,89,124); }
div.DivClassName
{
background-color: #F0597C;
}
.BgClassName
{
background-color: #F0597C;
}
</style>
border-color css
<style>
span { border-color: #F0597C; }
span { border-color: rgb(240,89,124); }
td.TdClassName
{
border-color: #F0597C;
}
.TagClassName
{
border-color: #F0597C;
}
</style>