Shades of Deep Blush #F76A96
Tints of Deep Blush #F76A96
RGB
CMYK
RGB Variations
Color information
#F76A96 (or 0xF76A96) is known color: Deep Blush. HEX triplet: F7, 6A and 96. RGB value is (247,106,150). Sum of RGB (Red+Green+Blue) = 247+106+150=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76A96 is #089569. Grayscale: #999999. Windows color (decimal): -562538 or 9857783. OLE color: 9857783.
HSL color Cylindrical-coordinate representation of color #F76A96: hue angle of 341.28º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76A96 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 150 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.03 |
| HSL | 341.28º | 0.9% | 0.69% | - |
| HSV(B) | 341.28º | 0.57% | 0.97% | - |
| XYZ | 49.02 | 32.28 | 32.5 | - |
| YUV | 153.18 | 126.21 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 150 | 0 | 0.57 | 0.39 | 0.03 | 341.28 | 0.9 | 0.69 |
| Hex | F7 | 6A | 96 | 0 | 39 | 27 | 3 | 155 | 5A | 45 |
| Octal | 367 | 152 | 226 | 0 | 71 | 47 | 3 | 525 | 132 | 105 |
| Binary | 11110111 | 1101010 | 10010110 | 0 | 111001 | 100111 | 11 | 101010101 | 1011010 | 1000101 |
Color Harmonies of #F76A96
Complementary color
Monochromatic Colors of #F76A96
Black with #F76A96
Text Example
Text Example
White with #F76A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76A96; }
p { color: rgb(247,106,150); }
H1.HeaderClassName
{
color: #F76A96;
}
.AnyTagClassName
{
color: #F76A96;
}
</style>
background-color css
<style>
a { background-color: #F76A96; }
a { background-color: rgb(247,106,150); }
div.DivClassName
{
background-color: #F76A96;
}
.BgClassName
{
background-color: #F76A96;
}
</style>
border-color css
<style>
span { border-color: #F76A96; }
span { border-color: rgb(247,106,150); }
td.TdClassName
{
border-color: #F76A96;
}
.TagClassName
{
border-color: #F76A96;
}
</style>