Shades of Deep Blush #F57090
Tints of Deep Blush #F57090
RGB
CMYK
RGB Variations
Color information
#F57090 (or 0xF57090) is known color: Deep Blush. HEX triplet: F5, 70 and 90. RGB value is (245,112,144). Sum of RGB (Red+Green+Blue) = 245+112+144=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F57090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57090 is #0A8F6F. Grayscale: #9B9B9B. Windows color (decimal): -692080 or 9466101. OLE color: 9466101.
HSL color Cylindrical-coordinate representation of color #F57090: hue angle of 345.56º 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 #F57090 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 144 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.04 |
| HSL | 345.56º | 0.87% | 0.7% | - |
| HSV(B) | 345.56º | 0.54% | 0.96% | - |
| XYZ | 48.48 | 33.01 | 30.2 | - |
| YUV | 155.42 | 121.56 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 144 | 0 | 0.54 | 0.41 | 0.04 | 345.56 | 0.87 | 0.7 |
| Hex | F5 | 70 | 90 | 0 | 36 | 29 | 4 | 15A | 57 | 46 |
| Octal | 365 | 160 | 220 | 0 | 66 | 51 | 4 | 532 | 127 | 106 |
| Binary | 11110101 | 1110000 | 10010000 | 0 | 110110 | 101001 | 100 | 101011010 | 1010111 | 1000110 |
Color Harmonies of #F57090
Complementary color
Monochromatic Colors of #F57090
Black with #F57090
Text Example
Text Example
White with #F57090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57090; }
p { color: rgb(245,112,144); }
H1.HeaderClassName
{
color: #F57090;
}
.AnyTagClassName
{
color: #F57090;
}
</style>
background-color css
<style>
a { background-color: #F57090; }
a { background-color: rgb(245,112,144); }
div.DivClassName
{
background-color: #F57090;
}
.BgClassName
{
background-color: #F57090;
}
</style>
border-color css
<style>
span { border-color: #F57090; }
span { border-color: rgb(245,112,144); }
td.TdClassName
{
border-color: #F57090;
}
.TagClassName
{
border-color: #F57090;
}
</style>