Shades of Deep Blush #F47384
Tints of Deep Blush #F47384
RGB
CMYK
RGB Variations
Color information
#F47384 (or 0xF47384) is known color: Deep Blush. HEX triplet: F4, 73 and 84. RGB value is (244,115,132). Sum of RGB (Red+Green+Blue) = 244+115+132=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F47384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47384 is #0B8C7B. Grayscale: #9B9B9B. Windows color (decimal): -756860 or 8680436. OLE color: 8680436.
HSL color Cylindrical-coordinate representation of color #F47384: hue angle of 352.09º 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 #F47384 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 132 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.04 |
| HSL | 352.09º | 0.85% | 0.7% | - |
| HSV(B) | 352.09º | 0.53% | 0.96% | - |
| XYZ | 47.6 | 33.16 | 25.72 | - |
| YUV | 155.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 132 | 0 | 0.53 | 0.46 | 0.04 | 352.09 | 0.85 | 0.7 |
| Hex | F4 | 73 | 84 | 0 | 35 | 2E | 4 | 160 | 55 | 46 |
| Octal | 364 | 163 | 204 | 0 | 65 | 56 | 4 | 540 | 125 | 106 |
| Binary | 11110100 | 1110011 | 10000100 | 0 | 110101 | 101110 | 100 | 101100000 | 1010101 | 1000110 |
Color Harmonies of #F47384
Complementary color
Monochromatic Colors of #F47384
Black with #F47384
Text Example
Text Example
White with #F47384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47384; }
p { color: rgb(244,115,132); }
H1.HeaderClassName
{
color: #F47384;
}
.AnyTagClassName
{
color: #F47384;
}
</style>
background-color css
<style>
a { background-color: #F47384; }
a { background-color: rgb(244,115,132); }
div.DivClassName
{
background-color: #F47384;
}
.BgClassName
{
background-color: #F47384;
}
</style>
border-color css
<style>
span { border-color: #F47384; }
span { border-color: rgb(244,115,132); }
td.TdClassName
{
border-color: #F47384;
}
.TagClassName
{
border-color: #F47384;
}
</style>