Shades of Deep Blush #F77785
Tints of Deep Blush #F77785
RGB
CMYK
RGB Variations
Color information
#F77785 (or 0xF77785) is known color: Deep Blush. HEX triplet: F7, 77 and 85. RGB value is (247,119,133). Sum of RGB (Red+Green+Blue) = 247+119+133=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F77785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77785 is #08887A. Grayscale: #9E9E9E. Windows color (decimal): -559227 or 8746999. OLE color: 8746999.
HSL color Cylindrical-coordinate representation of color #F77785: hue angle of 353.44º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F77785 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 119 | 133 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.03 |
| HSL | 353.44º | 0.89% | 0.72% | - |
| HSV(B) | 353.44º | 0.52% | 0.97% | - |
| XYZ | 49.19 | 34.66 | 26.29 | - |
| YUV | 158.87 | 113.41 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 119 | 133 | 0 | 0.52 | 0.46 | 0.03 | 353.44 | 0.89 | 0.72 |
| Hex | F7 | 77 | 85 | 0 | 34 | 2E | 3 | 161 | 59 | 48 |
| Octal | 367 | 167 | 205 | 0 | 64 | 56 | 3 | 541 | 131 | 110 |
| Binary | 11110111 | 1110111 | 10000101 | 0 | 110100 | 101110 | 11 | 101100001 | 1011001 | 1001000 |
Color Harmonies of #F77785
Complementary color
Monochromatic Colors of #F77785
Black with #F77785
Text Example
Text Example
White with #F77785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77785; }
p { color: rgb(247,119,133); }
H1.HeaderClassName
{
color: #F77785;
}
.AnyTagClassName
{
color: #F77785;
}
</style>
background-color css
<style>
a { background-color: #F77785; }
a { background-color: rgb(247,119,133); }
div.DivClassName
{
background-color: #F77785;
}
.BgClassName
{
background-color: #F77785;
}
</style>
border-color css
<style>
span { border-color: #F77785; }
span { border-color: rgb(247,119,133); }
td.TdClassName
{
border-color: #F77785;
}
.TagClassName
{
border-color: #F77785;
}
</style>