Shades of Deep Blush #F47888
Tints of Deep Blush #F47888
RGB
CMYK
RGB Variations
Color information
#F47888 (or 0xF47888) is known color: Deep Blush. HEX triplet: F4, 78 and 88. RGB value is (244,120,136). Sum of RGB (Red+Green+Blue) = 244+120+136=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F47888 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47888 is #0B8777. Grayscale: #9E9E9E. Windows color (decimal): -755576 or 8943860. OLE color: 8943860.
HSL color Cylindrical-coordinate representation of color #F47888: hue angle of 352.26º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F47888 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 120 | 136 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.04 |
| HSL | 352.26º | 0.85% | 0.71% | - |
| HSV(B) | 352.26º | 0.51% | 0.96% | - |
| XYZ | 48.47 | 34.44 | 27.39 | - |
| YUV | 158.9 | 115.08 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 120 | 136 | 0 | 0.51 | 0.44 | 0.04 | 352.26 | 0.85 | 0.71 |
| Hex | F4 | 78 | 88 | 0 | 33 | 2C | 4 | 160 | 55 | 47 |
| Octal | 364 | 170 | 210 | 0 | 63 | 54 | 4 | 540 | 125 | 107 |
| Binary | 11110100 | 1111000 | 10001000 | 0 | 110011 | 101100 | 100 | 101100000 | 1010101 | 1000111 |
Color Harmonies of #F47888
Complementary color
Monochromatic Colors of #F47888
Black with #F47888
Text Example
Text Example
White with #F47888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47888; }
p { color: rgb(244,120,136); }
H1.HeaderClassName
{
color: #F47888;
}
.AnyTagClassName
{
color: #F47888;
}
</style>
background-color css
<style>
a { background-color: #F47888; }
a { background-color: rgb(244,120,136); }
div.DivClassName
{
background-color: #F47888;
}
.BgClassName
{
background-color: #F47888;
}
</style>
border-color css
<style>
span { border-color: #F47888; }
span { border-color: rgb(244,120,136); }
td.TdClassName
{
border-color: #F47888;
}
.TagClassName
{
border-color: #F47888;
}
</style>