Shades of Deep Blush #F57095
Tints of Deep Blush #F57095
RGB
CMYK
RGB Variations
Color information
#F57095 (or 0xF57095) is known color: Deep Blush. HEX triplet: F5, 70 and 95. RGB value is (245,112,149). Sum of RGB (Red+Green+Blue) = 245+112+149=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F57095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57095 is #0A8F6A. Grayscale: #9B9B9B. Windows color (decimal): -692075 or 9793781. OLE color: 9793781.
HSL color Cylindrical-coordinate representation of color #F57095: hue angle of 343.31º 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 #F57095 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 149 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.04 |
| HSL | 343.31º | 0.87% | 0.7% | - |
| HSV(B) | 343.31º | 0.54% | 0.96% | - |
| XYZ | 48.88 | 33.17 | 32.26 | - |
| YUV | 155.99 | 124.06 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 149 | 0 | 0.54 | 0.39 | 0.04 | 343.31 | 0.87 | 0.7 |
| Hex | F5 | 70 | 95 | 0 | 36 | 27 | 4 | 157 | 57 | 46 |
| Octal | 365 | 160 | 225 | 0 | 66 | 47 | 4 | 527 | 127 | 106 |
| Binary | 11110101 | 1110000 | 10010101 | 0 | 110110 | 100111 | 100 | 101010111 | 1010111 | 1000110 |
Color Harmonies of #F57095
Complementary color
Monochromatic Colors of #F57095
Black with #F57095
Text Example
Text Example
White with #F57095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57095; }
p { color: rgb(245,112,149); }
H1.HeaderClassName
{
color: #F57095;
}
.AnyTagClassName
{
color: #F57095;
}
</style>
background-color css
<style>
a { background-color: #F57095; }
a { background-color: rgb(245,112,149); }
div.DivClassName
{
background-color: #F57095;
}
.BgClassName
{
background-color: #F57095;
}
</style>
border-color css
<style>
span { border-color: #F57095; }
span { border-color: rgb(245,112,149); }
td.TdClassName
{
border-color: #F57095;
}
.TagClassName
{
border-color: #F57095;
}
</style>