Shades of Dark Pink #F0597E
Tints of Dark Pink #F0597E
RGB
CMYK
RGB Variations
Color information
#F0597E (or 0xF0597E) is known color: Dark Pink. HEX triplet: F0, 59 and 7E. RGB value is (240,89,126). Sum of RGB (Red+Green+Blue) = 240+89+126=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F0597E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0597E is #0FA681. Grayscale: #8A8A8A. Windows color (decimal): -1025666 or 8280560. OLE color: 8280560.
HSL color Cylindrical-coordinate representation of color #F0597E: hue angle of 345.3º 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 #F0597E is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 126 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.06 |
| HSL | 345.3º | 0.83% | 0.65% | - |
| HSV(B) | 345.3º | 0.63% | 0.94% | - |
| XYZ | 43.27 | 27.18 | 22.7 | - |
| YUV | 138.37 | 121.03 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 126 | 0 | 0.63 | 0.48 | 0.06 | 345.3 | 0.83 | 0.65 |
| Hex | F0 | 59 | 7E | 0 | 3F | 30 | 6 | 159 | 53 | 41 |
| Octal | 360 | 131 | 176 | 0 | 77 | 60 | 6 | 531 | 123 | 101 |
| Binary | 11110000 | 1011001 | 1111110 | 0 | 111111 | 110000 | 110 | 101011001 | 1010011 | 1000001 |
Color Harmonies of #F0597E
Complementary color
Monochromatic Colors of #F0597E
Black with #F0597E
Text Example
Text Example
White with #F0597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0597E; }
p { color: rgb(240,89,126); }
H1.HeaderClassName
{
color: #F0597E;
}
.AnyTagClassName
{
color: #F0597E;
}
</style>
background-color css
<style>
a { background-color: #F0597E; }
a { background-color: rgb(240,89,126); }
div.DivClassName
{
background-color: #F0597E;
}
.BgClassName
{
background-color: #F0597E;
}
</style>
border-color css
<style>
span { border-color: #F0597E; }
span { border-color: rgb(240,89,126); }
td.TdClassName
{
border-color: #F0597E;
}
.TagClassName
{
border-color: #F0597E;
}
</style>