Shades of Deep Blush #F47984
Tints of Deep Blush #F47984
RGB
CMYK
RGB Variations
Color information
#F47984 (or 0xF47984) is known color: Deep Blush. HEX triplet: F4, 79 and 84. RGB value is (244,121,132). Sum of RGB (Red+Green+Blue) = 244+121+132=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F47984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47984 is #0B867B. Grayscale: #9F9F9F. Windows color (decimal): -755324 or 8681972. OLE color: 8681972.
HSL color Cylindrical-coordinate representation of color #F47984: hue angle of 354.63º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47984 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 121 | 132 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.04 |
| HSL | 354.63º | 0.85% | 0.72% | - |
| HSV(B) | 354.63º | 0.5% | 0.96% | - |
| XYZ | 48.31 | 34.57 | 25.96 | - |
| YUV | 159.03 | 112.75 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 121 | 132 | 0 | 0.50 | 0.46 | 0.04 | 354.63 | 0.85 | 0.72 |
| Hex | F4 | 79 | 84 | 0 | 32 | 2E | 4 | 163 | 55 | 48 |
| Octal | 364 | 171 | 204 | 0 | 62 | 56 | 4 | 543 | 125 | 110 |
| Binary | 11110100 | 1111001 | 10000100 | 0 | 110010 | 101110 | 100 | 101100011 | 1010101 | 1001000 |
Color Harmonies of #F47984
Complementary color
Monochromatic Colors of #F47984
Black with #F47984
Text Example
Text Example
White with #F47984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47984; }
p { color: rgb(244,121,132); }
H1.HeaderClassName
{
color: #F47984;
}
.AnyTagClassName
{
color: #F47984;
}
</style>
background-color css
<style>
a { background-color: #F47984; }
a { background-color: rgb(244,121,132); }
div.DivClassName
{
background-color: #F47984;
}
.BgClassName
{
background-color: #F47984;
}
</style>
border-color css
<style>
span { border-color: #F47984; }
span { border-color: rgb(244,121,132); }
td.TdClassName
{
border-color: #F47984;
}
.TagClassName
{
border-color: #F47984;
}
</style>