Shades of Deep Blush #F57688
Tints of Deep Blush #F57688
RGB
CMYK
RGB Variations
Color information
#F57688 (or 0xF57688) is known color: Deep Blush. HEX triplet: F5, 76 and 88. RGB value is (245,118,136). Sum of RGB (Red+Green+Blue) = 245+118+136=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F57688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57688 is #0A8977. Grayscale: #9E9E9E. Windows color (decimal): -690552 or 8943349. OLE color: 8943349.
HSL color Cylindrical-coordinate representation of color #F57688: hue angle of 351.5º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F57688 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 118 | 136 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.04 |
| HSL | 351.5º | 0.86% | 0.71% | - |
| HSV(B) | 351.5º | 0.52% | 0.96% | - |
| XYZ | 48.58 | 34.15 | 27.32 | - |
| YUV | 158.03 | 115.58 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 118 | 136 | 0 | 0.52 | 0.44 | 0.04 | 351.5 | 0.86 | 0.71 |
| Hex | F5 | 76 | 88 | 0 | 34 | 2C | 4 | 15F | 56 | 47 |
| Octal | 365 | 166 | 210 | 0 | 64 | 54 | 4 | 537 | 126 | 107 |
| Binary | 11110101 | 1110110 | 10001000 | 0 | 110100 | 101100 | 100 | 101011111 | 1010110 | 1000111 |
Color Harmonies of #F57688
Complementary color
Monochromatic Colors of #F57688
Black with #F57688
Text Example
Text Example
White with #F57688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57688; }
p { color: rgb(245,118,136); }
H1.HeaderClassName
{
color: #F57688;
}
.AnyTagClassName
{
color: #F57688;
}
</style>
background-color css
<style>
a { background-color: #F57688; }
a { background-color: rgb(245,118,136); }
div.DivClassName
{
background-color: #F57688;
}
.BgClassName
{
background-color: #F57688;
}
</style>
border-color css
<style>
span { border-color: #F57688; }
span { border-color: rgb(245,118,136); }
td.TdClassName
{
border-color: #F57688;
}
.TagClassName
{
border-color: #F57688;
}
</style>