Shades of Deep Blush #F47190
Tints of Deep Blush #F47190
RGB
CMYK
RGB Variations
Color information
#F47190 (or 0xF47190) is known color: Deep Blush. HEX triplet: F4, 71 and 90. RGB value is (244,113,144). Sum of RGB (Red+Green+Blue) = 244+113+144=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F47190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47190 is #0B8E6F. Grayscale: #9B9B9B. Windows color (decimal): -757360 or 9466356. OLE color: 9466356.
HSL color Cylindrical-coordinate representation of color #F47190: hue angle of 345.8º 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 #F47190 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 113 | 144 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.04 |
| HSL | 345.8º | 0.86% | 0.7% | - |
| HSV(B) | 345.8º | 0.54% | 0.96% | - |
| XYZ | 48.25 | 33.06 | 30.22 | - |
| YUV | 155.7 | 121.4 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 144 | 0 | 0.54 | 0.41 | 0.04 | 345.8 | 0.86 | 0.7 |
| Hex | F4 | 71 | 90 | 0 | 36 | 29 | 4 | 15A | 56 | 46 |
| Octal | 364 | 161 | 220 | 0 | 66 | 51 | 4 | 532 | 126 | 106 |
| Binary | 11110100 | 1110001 | 10010000 | 0 | 110110 | 101001 | 100 | 101011010 | 1010110 | 1000110 |
Color Harmonies of #F47190
Complementary color
Monochromatic Colors of #F47190
Black with #F47190
Text Example
Text Example
White with #F47190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47190; }
p { color: rgb(244,113,144); }
H1.HeaderClassName
{
color: #F47190;
}
.AnyTagClassName
{
color: #F47190;
}
</style>
background-color css
<style>
a { background-color: #F47190; }
a { background-color: rgb(244,113,144); }
div.DivClassName
{
background-color: #F47190;
}
.BgClassName
{
background-color: #F47190;
}
</style>
border-color css
<style>
span { border-color: #F47190; }
span { border-color: rgb(244,113,144); }
td.TdClassName
{
border-color: #F47190;
}
.TagClassName
{
border-color: #F47190;
}
</style>