Shades of Deep Blush #F47185
Tints of Deep Blush #F47185
RGB
CMYK
RGB Variations
Color information
#F47185 (or 0xF47185) is known color: Deep Blush. HEX triplet: F4, 71 and 85. RGB value is (244,113,133). Sum of RGB (Red+Green+Blue) = 244+113+133=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F47185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47185 is #0B8E7A. Grayscale: #9A9A9A. Windows color (decimal): -757371 or 8745460. OLE color: 8745460.
HSL color Cylindrical-coordinate representation of color #F47185: hue angle of 350.84º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F47185 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 113 | 133 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.04 |
| HSL | 350.84º | 0.86% | 0.7% | - |
| HSV(B) | 350.84º | 0.54% | 0.96% | - |
| XYZ | 47.45 | 32.74 | 26.01 | - |
| YUV | 154.45 | 115.9 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 133 | 0 | 0.54 | 0.45 | 0.04 | 350.84 | 0.86 | 0.7 |
| Hex | F4 | 71 | 85 | 0 | 36 | 2D | 4 | 15F | 56 | 46 |
| Octal | 364 | 161 | 205 | 0 | 66 | 55 | 4 | 537 | 126 | 106 |
| Binary | 11110100 | 1110001 | 10000101 | 0 | 110110 | 101101 | 100 | 101011111 | 1010110 | 1000110 |
Color Harmonies of #F47185
Complementary color
Monochromatic Colors of #F47185
Black with #F47185
Text Example
Text Example
White with #F47185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47185; }
p { color: rgb(244,113,133); }
H1.HeaderClassName
{
color: #F47185;
}
.AnyTagClassName
{
color: #F47185;
}
</style>
background-color css
<style>
a { background-color: #F47185; }
a { background-color: rgb(244,113,133); }
div.DivClassName
{
background-color: #F47185;
}
.BgClassName
{
background-color: #F47185;
}
</style>
border-color css
<style>
span { border-color: #F47185; }
span { border-color: rgb(244,113,133); }
td.TdClassName
{
border-color: #F47185;
}
.TagClassName
{
border-color: #F47185;
}
</style>