Shades of Deep Blush #F47392
Tints of Deep Blush #F47392
RGB
CMYK
RGB Variations
Color information
#F47392 (or 0xF47392) is known color: Deep Blush. HEX triplet: F4, 73 and 92. RGB value is (244,115,146). Sum of RGB (Red+Green+Blue) = 244+115+146=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F47392 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47392 is #0B8C6D. Grayscale: #9D9D9D. Windows color (decimal): -756846 or 9597940. OLE color: 9597940.
HSL color Cylindrical-coordinate representation of color #F47392: hue angle of 345.58º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F47392 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 146 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.04 |
| HSL | 345.58º | 0.85% | 0.7% | - |
| HSV(B) | 345.58º | 0.53% | 0.96% | - |
| XYZ | 48.63 | 33.57 | 31.11 | - |
| YUV | 157.11 | 121.74 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 146 | 0 | 0.53 | 0.40 | 0.04 | 345.58 | 0.85 | 0.7 |
| Hex | F4 | 73 | 92 | 0 | 35 | 28 | 4 | 15A | 55 | 46 |
| Octal | 364 | 163 | 222 | 0 | 65 | 50 | 4 | 532 | 125 | 106 |
| Binary | 11110100 | 1110011 | 10010010 | 0 | 110101 | 101000 | 100 | 101011010 | 1010101 | 1000110 |
Color Harmonies of #F47392
Complementary color
Monochromatic Colors of #F47392
Black with #F47392
Text Example
Text Example
White with #F47392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47392; }
p { color: rgb(244,115,146); }
H1.HeaderClassName
{
color: #F47392;
}
.AnyTagClassName
{
color: #F47392;
}
</style>
background-color css
<style>
a { background-color: #F47392; }
a { background-color: rgb(244,115,146); }
div.DivClassName
{
background-color: #F47392;
}
.BgClassName
{
background-color: #F47392;
}
</style>
border-color css
<style>
span { border-color: #F47392; }
span { border-color: rgb(244,115,146); }
td.TdClassName
{
border-color: #F47392;
}
.TagClassName
{
border-color: #F47392;
}
</style>