Shades of Deep Blush #F7768B
Tints of Deep Blush #F7768B
RGB
CMYK
RGB Variations
Color information
#F7768B (or 0xF7768B) is known color: Deep Blush. HEX triplet: F7, 76 and 8B. RGB value is (247,118,139). Sum of RGB (Red+Green+Blue) = 247+118+139=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F7768B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7768B is #088974. Grayscale: #9F9F9F. Windows color (decimal): -559477 or 9139959. OLE color: 9139959.
HSL color Cylindrical-coordinate representation of color #F7768B: hue angle of 350.23º 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 #F7768B is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 118 | 139 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.03 |
| HSL | 350.23º | 0.89% | 0.72% | - |
| HSV(B) | 350.23º | 0.52% | 0.97% | - |
| XYZ | 49.5 | 34.6 | 28.49 | - |
| YUV | 158.97 | 116.74 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 118 | 139 | 0 | 0.52 | 0.44 | 0.03 | 350.23 | 0.89 | 0.72 |
| Hex | F7 | 76 | 8B | 0 | 34 | 2C | 3 | 15E | 59 | 48 |
| Octal | 367 | 166 | 213 | 0 | 64 | 54 | 3 | 536 | 131 | 110 |
| Binary | 11110111 | 1110110 | 10001011 | 0 | 110100 | 101100 | 11 | 101011110 | 1011001 | 1001000 |
Color Harmonies of #F7768B
Complementary color
Monochromatic Colors of #F7768B
Black with #F7768B
Text Example
Text Example
White with #F7768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7768B; }
p { color: rgb(247,118,139); }
H1.HeaderClassName
{
color: #F7768B;
}
.AnyTagClassName
{
color: #F7768B;
}
</style>
background-color css
<style>
a { background-color: #F7768B; }
a { background-color: rgb(247,118,139); }
div.DivClassName
{
background-color: #F7768B;
}
.BgClassName
{
background-color: #F7768B;
}
</style>
border-color css
<style>
span { border-color: #F7768B; }
span { border-color: rgb(247,118,139); }
td.TdClassName
{
border-color: #F7768B;
}
.TagClassName
{
border-color: #F7768B;
}
</style>