Shades of Deep Blush #F47686
Tints of Deep Blush #F47686
RGB
CMYK
RGB Variations
Color information
#F47686 (or 0xF47686) is known color: Deep Blush. HEX triplet: F4, 76 and 86. RGB value is (244,118,134). Sum of RGB (Red+Green+Blue) = 244+118+134=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 244 - color contains mainly: red. Hex color #F47686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47686 is #0B8979. Grayscale: #9D9D9D. Windows color (decimal): -756090 or 8812276. OLE color: 8812276.
HSL color Cylindrical-coordinate representation of color #F47686: hue angle of 352.38º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F47686 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 118 | 134 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.04 |
| HSL | 352.38º | 0.85% | 0.71% | - |
| HSV(B) | 352.38º | 0.52% | 0.96% | - |
| XYZ | 48.09 | 33.91 | 26.57 | - |
| YUV | 157.5 | 114.74 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 118 | 134 | 0 | 0.52 | 0.45 | 0.04 | 352.38 | 0.85 | 0.71 |
| Hex | F4 | 76 | 86 | 0 | 34 | 2D | 4 | 160 | 55 | 47 |
| Octal | 364 | 166 | 206 | 0 | 64 | 55 | 4 | 540 | 125 | 107 |
| Binary | 11110100 | 1110110 | 10000110 | 0 | 110100 | 101101 | 100 | 101100000 | 1010101 | 1000111 |
Color Harmonies of #F47686
Complementary color
Monochromatic Colors of #F47686
Black with #F47686
Text Example
Text Example
White with #F47686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47686; }
p { color: rgb(244,118,134); }
H1.HeaderClassName
{
color: #F47686;
}
.AnyTagClassName
{
color: #F47686;
}
</style>
background-color css
<style>
a { background-color: #F47686; }
a { background-color: rgb(244,118,134); }
div.DivClassName
{
background-color: #F47686;
}
.BgClassName
{
background-color: #F47686;
}
</style>
border-color css
<style>
span { border-color: #F47686; }
span { border-color: rgb(244,118,134); }
td.TdClassName
{
border-color: #F47686;
}
.TagClassName
{
border-color: #F47686;
}
</style>