Shades of Deep Blush #F77986
Tints of Deep Blush #F77986
RGB
CMYK
RGB Variations
Color information
#F77986 (or 0xF77986) is known color: Deep Blush. HEX triplet: F7, 79 and 86. RGB value is (247,121,134). Sum of RGB (Red+Green+Blue) = 247+121+134=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F77986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77986 is #088679. Grayscale: #A0A0A0. Windows color (decimal): -558714 or 8813047. OLE color: 8813047.
HSL color Cylindrical-coordinate representation of color #F77986: hue angle of 353.81º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F77986 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 121 | 134 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.03 |
| HSL | 353.81º | 0.89% | 0.72% | - |
| HSV(B) | 353.81º | 0.51% | 0.97% | - |
| XYZ | 49.5 | 35.17 | 26.73 | - |
| YUV | 160.16 | 113.24 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 121 | 134 | 0 | 0.51 | 0.46 | 0.03 | 353.81 | 0.89 | 0.72 |
| Hex | F7 | 79 | 86 | 0 | 33 | 2E | 3 | 162 | 59 | 48 |
| Octal | 367 | 171 | 206 | 0 | 63 | 56 | 3 | 542 | 131 | 110 |
| Binary | 11110111 | 1111001 | 10000110 | 0 | 110011 | 101110 | 11 | 101100010 | 1011001 | 1001000 |
Color Harmonies of #F77986
Complementary color
Monochromatic Colors of #F77986
Black with #F77986
Text Example
Text Example
White with #F77986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77986; }
p { color: rgb(247,121,134); }
H1.HeaderClassName
{
color: #F77986;
}
.AnyTagClassName
{
color: #F77986;
}
</style>
background-color css
<style>
a { background-color: #F77986; }
a { background-color: rgb(247,121,134); }
div.DivClassName
{
background-color: #F77986;
}
.BgClassName
{
background-color: #F77986;
}
</style>
border-color css
<style>
span { border-color: #F77986; }
span { border-color: rgb(247,121,134); }
td.TdClassName
{
border-color: #F77986;
}
.TagClassName
{
border-color: #F77986;
}
</style>