Shades of Deep Blush #F47488
Tints of Deep Blush #F47488
RGB
CMYK
RGB Variations
Color information
#F47488 (or 0xF47488) is known color: Deep Blush. HEX triplet: F4, 74 and 88. RGB value is (244,116,136). Sum of RGB (Red+Green+Blue) = 244+116+136=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 244 - color contains mainly: red. Hex color #F47488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47488 is #0B8B77. Grayscale: #9C9C9C. Windows color (decimal): -756600 or 8942836. OLE color: 8942836.
HSL color Cylindrical-coordinate representation of color #F47488: hue angle of 350.62º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F47488 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 116 | 136 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.04 |
| HSL | 350.63º | 0.85% | 0.71% | - |
| HSV(B) | 350.63º | 0.52% | 0.96% | - |
| XYZ | 48 | 33.5 | 27.23 | - |
| YUV | 156.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 116 | 136 | 0 | 0.52 | 0.44 | 0.04 | 350.63 | 0.85 | 0.71 |
| Hex | F4 | 74 | 88 | 0 | 34 | 2C | 4 | 15F | 55 | 47 |
| Octal | 364 | 164 | 210 | 0 | 64 | 54 | 4 | 537 | 125 | 107 |
| Binary | 11110100 | 1110100 | 10001000 | 0 | 110100 | 101100 | 100 | 101011111 | 1010101 | 1000111 |
Color Harmonies of #F47488
Complementary color
Monochromatic Colors of #F47488
Black with #F47488
Text Example
Text Example
White with #F47488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47488; }
p { color: rgb(244,116,136); }
H1.HeaderClassName
{
color: #F47488;
}
.AnyTagClassName
{
color: #F47488;
}
</style>
background-color css
<style>
a { background-color: #F47488; }
a { background-color: rgb(244,116,136); }
div.DivClassName
{
background-color: #F47488;
}
.BgClassName
{
background-color: #F47488;
}
</style>
border-color css
<style>
span { border-color: #F47488; }
span { border-color: rgb(244,116,136); }
td.TdClassName
{
border-color: #F47488;
}
.TagClassName
{
border-color: #F47488;
}
</style>