Shades of Deep Blush #F57188
Tints of Deep Blush #F57188
RGB
CMYK
RGB Variations
Color information
#F57188 (or 0xF57188) is known color: Deep Blush. HEX triplet: F5, 71 and 88. RGB value is (245,113,136). Sum of RGB (Red+Green+Blue) = 245+113+136=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F57188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57188 is #0A8E77. Grayscale: #9B9B9B. Windows color (decimal): -691832 or 8942069. OLE color: 8942069.
HSL color Cylindrical-coordinate representation of color #F57188: hue angle of 349.55º 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 #F57188 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 113 | 136 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.04 |
| HSL | 349.55º | 0.87% | 0.7% | - |
| HSV(B) | 349.55º | 0.54% | 0.96% | - |
| XYZ | 48.01 | 33 | 27.13 | - |
| YUV | 155.09 | 117.23 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 113 | 136 | 0 | 0.54 | 0.44 | 0.04 | 349.55 | 0.87 | 0.7 |
| Hex | F5 | 71 | 88 | 0 | 36 | 2C | 4 | 15E | 57 | 46 |
| Octal | 365 | 161 | 210 | 0 | 66 | 54 | 4 | 536 | 127 | 106 |
| Binary | 11110101 | 1110001 | 10001000 | 0 | 110110 | 101100 | 100 | 101011110 | 1010111 | 1000110 |
Color Harmonies of #F57188
Complementary color
Monochromatic Colors of #F57188
Black with #F57188
Text Example
Text Example
White with #F57188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57188; }
p { color: rgb(245,113,136); }
H1.HeaderClassName
{
color: #F57188;
}
.AnyTagClassName
{
color: #F57188;
}
</style>
background-color css
<style>
a { background-color: #F57188; }
a { background-color: rgb(245,113,136); }
div.DivClassName
{
background-color: #F57188;
}
.BgClassName
{
background-color: #F57188;
}
</style>
border-color css
<style>
span { border-color: #F57188; }
span { border-color: rgb(245,113,136); }
td.TdClassName
{
border-color: #F57188;
}
.TagClassName
{
border-color: #F57188;
}
</style>