Shades of Deep Blush #F47386
Tints of Deep Blush #F47386
RGB
CMYK
RGB Variations
Color information
#F47386 (or 0xF47386) is known color: Deep Blush. HEX triplet: F4, 73 and 86. RGB value is (244,115,134). Sum of RGB (Red+Green+Blue) = 244+115+134=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F47386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47386 is #0B8C79. Grayscale: #9B9B9B. Windows color (decimal): -756858 or 8811508. OLE color: 8811508.
HSL color Cylindrical-coordinate representation of color #F47386: hue angle of 351.16º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F47386 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 134 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.04 |
| HSL | 351.16º | 0.85% | 0.7% | - |
| HSV(B) | 351.16º | 0.53% | 0.96% | - |
| XYZ | 47.74 | 33.22 | 26.45 | - |
| YUV | 155.74 | 115.74 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 134 | 0 | 0.53 | 0.45 | 0.04 | 351.16 | 0.85 | 0.7 |
| Hex | F4 | 73 | 86 | 0 | 35 | 2D | 4 | 15F | 55 | 46 |
| Octal | 364 | 163 | 206 | 0 | 65 | 55 | 4 | 537 | 125 | 106 |
| Binary | 11110100 | 1110011 | 10000110 | 0 | 110101 | 101101 | 100 | 101011111 | 1010101 | 1000110 |
Color Harmonies of #F47386
Complementary color
Monochromatic Colors of #F47386
Black with #F47386
Text Example
Text Example
White with #F47386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47386; }
p { color: rgb(244,115,134); }
H1.HeaderClassName
{
color: #F47386;
}
.AnyTagClassName
{
color: #F47386;
}
</style>
background-color css
<style>
a { background-color: #F47386; }
a { background-color: rgb(244,115,134); }
div.DivClassName
{
background-color: #F47386;
}
.BgClassName
{
background-color: #F47386;
}
</style>
border-color css
<style>
span { border-color: #F47386; }
span { border-color: rgb(244,115,134); }
td.TdClassName
{
border-color: #F47386;
}
.TagClassName
{
border-color: #F47386;
}
</style>