Shades of Deep Blush #F77191
Tints of Deep Blush #F77191
RGB
CMYK
RGB Variations
Color information
#F77191 (or 0xF77191) is known color: Deep Blush. HEX triplet: F7, 71 and 91. RGB value is (247,113,145). Sum of RGB (Red+Green+Blue) = 247+113+145=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F77191 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77191 is #088E6E. Grayscale: #9C9C9C. Windows color (decimal): -560751 or 9531895. OLE color: 9531895.
HSL color Cylindrical-coordinate representation of color #F77191: hue angle of 345.67º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F77191 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 145 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.03 |
| HSL | 345.67º | 0.89% | 0.71% | - |
| HSV(B) | 345.67º | 0.54% | 0.97% | - |
| XYZ | 49.37 | 33.63 | 30.68 | - |
| YUV | 156.71 | 121.39 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 145 | 0 | 0.54 | 0.41 | 0.03 | 345.67 | 0.89 | 0.71 |
| Hex | F7 | 71 | 91 | 0 | 36 | 29 | 3 | 15A | 59 | 47 |
| Octal | 367 | 161 | 221 | 0 | 66 | 51 | 3 | 532 | 131 | 107 |
| Binary | 11110111 | 1110001 | 10010001 | 0 | 110110 | 101001 | 11 | 101011010 | 1011001 | 1000111 |
Color Harmonies of #F77191
Complementary color
Monochromatic Colors of #F77191
Black with #F77191
Text Example
Text Example
White with #F77191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77191; }
p { color: rgb(247,113,145); }
H1.HeaderClassName
{
color: #F77191;
}
.AnyTagClassName
{
color: #F77191;
}
</style>
background-color css
<style>
a { background-color: #F77191; }
a { background-color: rgb(247,113,145); }
div.DivClassName
{
background-color: #F77191;
}
.BgClassName
{
background-color: #F77191;
}
</style>
border-color css
<style>
span { border-color: #F77191; }
span { border-color: rgb(247,113,145); }
td.TdClassName
{
border-color: #F77191;
}
.TagClassName
{
border-color: #F77191;
}
</style>