Shades of Deep Blush #F76D8E
Tints of Deep Blush #F76D8E
RGB
CMYK
RGB Variations
Color information
#F76D8E (or 0xF76D8E) is known color: Deep Blush. HEX triplet: F7, 6D and 8E. RGB value is (247,109,142). Sum of RGB (Red+Green+Blue) = 247+109+142=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F76D8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76D8E is #089271. Grayscale: #9A9A9A. Windows color (decimal): -561778 or 9334263. OLE color: 9334263.
HSL color Cylindrical-coordinate representation of color #F76D8E: hue angle of 345.65º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F76D8E is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 109 | 142 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.03 |
| HSL | 345.65º | 0.9% | 0.7% | - |
| HSV(B) | 345.65º | 0.56% | 0.97% | - |
| XYZ | 48.71 | 32.66 | 29.33 | - |
| YUV | 154.02 | 121.22 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 109 | 142 | 0 | 0.56 | 0.43 | 0.03 | 345.65 | 0.9 | 0.7 |
| Hex | F7 | 6D | 8E | 0 | 38 | 2B | 3 | 15A | 5A | 46 |
| Octal | 367 | 155 | 216 | 0 | 70 | 53 | 3 | 532 | 132 | 106 |
| Binary | 11110111 | 1101101 | 10001110 | 0 | 111000 | 101011 | 11 | 101011010 | 1011010 | 1000110 |
Color Harmonies of #F76D8E
Complementary color
Monochromatic Colors of #F76D8E
Black with #F76D8E
Text Example
Text Example
White with #F76D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76D8E; }
p { color: rgb(247,109,142); }
H1.HeaderClassName
{
color: #F76D8E;
}
.AnyTagClassName
{
color: #F76D8E;
}
</style>
background-color css
<style>
a { background-color: #F76D8E; }
a { background-color: rgb(247,109,142); }
div.DivClassName
{
background-color: #F76D8E;
}
.BgClassName
{
background-color: #F76D8E;
}
</style>
border-color css
<style>
span { border-color: #F76D8E; }
span { border-color: rgb(247,109,142); }
td.TdClassName
{
border-color: #F76D8E;
}
.TagClassName
{
border-color: #F76D8E;
}
</style>