Shades of Deep Blush #F77488
Tints of Deep Blush #F77488
RGB
CMYK
RGB Variations
Color information
#F77488 (or 0xF77488) is known color: Deep Blush. HEX triplet: F7, 74 and 88. RGB value is (247,116,136). Sum of RGB (Red+Green+Blue) = 247+116+136=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F77488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77488 is #088B77. Grayscale: #9D9D9D. Windows color (decimal): -559992 or 8942839. OLE color: 8942839.
HSL color Cylindrical-coordinate representation of color #F77488: hue angle of 350.84º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F77488 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 136 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.03 |
| HSL | 350.84º | 0.89% | 0.71% | - |
| HSV(B) | 350.84º | 0.53% | 0.97% | - |
| XYZ | 49.05 | 34.04 | 27.28 | - |
| YUV | 157.45 | 115.9 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 136 | 0 | 0.53 | 0.45 | 0.03 | 350.84 | 0.89 | 0.71 |
| Hex | F7 | 74 | 88 | 0 | 35 | 2D | 3 | 15F | 59 | 47 |
| Octal | 367 | 164 | 210 | 0 | 65 | 55 | 3 | 537 | 131 | 107 |
| Binary | 11110111 | 1110100 | 10001000 | 0 | 110101 | 101101 | 11 | 101011111 | 1011001 | 1000111 |
Color Harmonies of #F77488
Complementary color
Monochromatic Colors of #F77488
Black with #F77488
Text Example
Text Example
White with #F77488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77488; }
p { color: rgb(247,116,136); }
H1.HeaderClassName
{
color: #F77488;
}
.AnyTagClassName
{
color: #F77488;
}
</style>
background-color css
<style>
a { background-color: #F77488; }
a { background-color: rgb(247,116,136); }
div.DivClassName
{
background-color: #F77488;
}
.BgClassName
{
background-color: #F77488;
}
</style>
border-color css
<style>
span { border-color: #F77488; }
span { border-color: rgb(247,116,136); }
td.TdClassName
{
border-color: #F77488;
}
.TagClassName
{
border-color: #F77488;
}
</style>