Shades of Deep Blush #F57089
Tints of Deep Blush #F57089
RGB
CMYK
RGB Variations
Color information
#F57089 (or 0xF57089) is known color: Deep Blush. HEX triplet: F5, 70 and 89. RGB value is (245,112,137). Sum of RGB (Red+Green+Blue) = 245+112+137=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F57089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57089 is #0A8F76. Grayscale: #9A9A9A. Windows color (decimal): -692087 or 9007349. OLE color: 9007349.
HSL color Cylindrical-coordinate representation of color #F57089: hue angle of 348.72º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F57089 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 137 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.04 |
| HSL | 348.72º | 0.87% | 0.7% | - |
| HSV(B) | 348.72º | 0.54% | 0.96% | - |
| XYZ | 47.97 | 32.81 | 27.47 | - |
| YUV | 154.62 | 118.06 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 137 | 0 | 0.54 | 0.44 | 0.04 | 348.72 | 0.87 | 0.7 |
| Hex | F5 | 70 | 89 | 0 | 36 | 2C | 4 | 15D | 57 | 46 |
| Octal | 365 | 160 | 211 | 0 | 66 | 54 | 4 | 535 | 127 | 106 |
| Binary | 11110101 | 1110000 | 10001001 | 0 | 110110 | 101100 | 100 | 101011101 | 1010111 | 1000110 |
Color Harmonies of #F57089
Complementary color
Monochromatic Colors of #F57089
Black with #F57089
Text Example
Text Example
White with #F57089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57089; }
p { color: rgb(245,112,137); }
H1.HeaderClassName
{
color: #F57089;
}
.AnyTagClassName
{
color: #F57089;
}
</style>
background-color css
<style>
a { background-color: #F57089; }
a { background-color: rgb(245,112,137); }
div.DivClassName
{
background-color: #F57089;
}
.BgClassName
{
background-color: #F57089;
}
</style>
border-color css
<style>
span { border-color: #F57089; }
span { border-color: rgb(245,112,137); }
td.TdClassName
{
border-color: #F57089;
}
.TagClassName
{
border-color: #F57089;
}
</style>