Shades of Deep Blush #F47986
Tints of Deep Blush #F47986
RGB
CMYK
RGB Variations
Color information
#F47986 (or 0xF47986) is known color: Deep Blush. HEX triplet: F4, 79 and 86. RGB value is (244,121,134). Sum of RGB (Red+Green+Blue) = 244+121+134=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F47986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47986 is #0B8679. Grayscale: #9F9F9F. Windows color (decimal): -755322 or 8813044. OLE color: 8813044.
HSL color Cylindrical-coordinate representation of color #F47986: hue angle of 353.66º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47986 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 121 | 134 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.04 |
| HSL | 353.66º | 0.85% | 0.72% | - |
| HSV(B) | 353.66º | 0.5% | 0.96% | - |
| XYZ | 48.45 | 34.63 | 26.68 | - |
| YUV | 159.26 | 113.75 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 121 | 134 | 0 | 0.50 | 0.45 | 0.04 | 353.66 | 0.85 | 0.72 |
| Hex | F4 | 79 | 86 | 0 | 32 | 2D | 4 | 162 | 55 | 48 |
| Octal | 364 | 171 | 206 | 0 | 62 | 55 | 4 | 542 | 125 | 110 |
| Binary | 11110100 | 1111001 | 10000110 | 0 | 110010 | 101101 | 100 | 101100010 | 1010101 | 1001000 |
Color Harmonies of #F47986
Complementary color
Monochromatic Colors of #F47986
Black with #F47986
Text Example
Text Example
White with #F47986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47986; }
p { color: rgb(244,121,134); }
H1.HeaderClassName
{
color: #F47986;
}
.AnyTagClassName
{
color: #F47986;
}
</style>
background-color css
<style>
a { background-color: #F47986; }
a { background-color: rgb(244,121,134); }
div.DivClassName
{
background-color: #F47986;
}
.BgClassName
{
background-color: #F47986;
}
</style>
border-color css
<style>
span { border-color: #F47986; }
span { border-color: rgb(244,121,134); }
td.TdClassName
{
border-color: #F47986;
}
.TagClassName
{
border-color: #F47986;
}
</style>