Shades of Deep Blush #F47096
Tints of Deep Blush #F47096
RGB
CMYK
RGB Variations
Color information
#F47096 (or 0xF47096) is known color: Deep Blush. HEX triplet: F4, 70 and 96. RGB value is (244,112,150). Sum of RGB (Red+Green+Blue) = 244+112+150=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F47096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47096 is #0B8F69. Grayscale: #9B9B9B. Windows color (decimal): -757610 or 9859316. OLE color: 9859316.
HSL color Cylindrical-coordinate representation of color #F47096: hue angle of 342.73º 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 #F47096 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 112 | 150 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.04 |
| HSL | 342.73º | 0.86% | 0.7% | - |
| HSV(B) | 342.73º | 0.54% | 0.96% | - |
| XYZ | 48.61 | 33.02 | 32.67 | - |
| YUV | 155.8 | 124.73 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 112 | 150 | 0 | 0.54 | 0.39 | 0.04 | 342.73 | 0.86 | 0.7 |
| Hex | F4 | 70 | 96 | 0 | 36 | 27 | 4 | 157 | 56 | 46 |
| Octal | 364 | 160 | 226 | 0 | 66 | 47 | 4 | 527 | 126 | 106 |
| Binary | 11110100 | 1110000 | 10010110 | 0 | 110110 | 100111 | 100 | 101010111 | 1010110 | 1000110 |
Color Harmonies of #F47096
Complementary color
Monochromatic Colors of #F47096
Black with #F47096
Text Example
Text Example
White with #F47096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47096; }
p { color: rgb(244,112,150); }
H1.HeaderClassName
{
color: #F47096;
}
.AnyTagClassName
{
color: #F47096;
}
</style>
background-color css
<style>
a { background-color: #F47096; }
a { background-color: rgb(244,112,150); }
div.DivClassName
{
background-color: #F47096;
}
.BgClassName
{
background-color: #F47096;
}
</style>
border-color css
<style>
span { border-color: #F47096; }
span { border-color: rgb(244,112,150); }
td.TdClassName
{
border-color: #F47096;
}
.TagClassName
{
border-color: #F47096;
}
</style>