Shades of Deep Blush #F47785
Tints of Deep Blush #F47785
RGB
CMYK
RGB Variations
Color information
#F47785 (or 0xF47785) is known color: Deep Blush. HEX triplet: F4, 77 and 85. RGB value is (244,119,133). Sum of RGB (Red+Green+Blue) = 244+119+133=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 244 - color contains mainly: red. Hex color #F47785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47785 is #0B887A. Grayscale: #9E9E9E. Windows color (decimal): -755835 or 8746996. OLE color: 8746996.
HSL color Cylindrical-coordinate representation of color #F47785: hue angle of 353.28º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F47785 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 119 | 133 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.04 |
| HSL | 353.28º | 0.85% | 0.71% | - |
| HSV(B) | 353.28º | 0.51% | 0.96% | - |
| XYZ | 48.14 | 34.12 | 26.24 | - |
| YUV | 157.97 | 113.91 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 119 | 133 | 0 | 0.51 | 0.45 | 0.04 | 353.28 | 0.85 | 0.71 |
| Hex | F4 | 77 | 85 | 0 | 33 | 2D | 4 | 161 | 55 | 47 |
| Octal | 364 | 167 | 205 | 0 | 63 | 55 | 4 | 541 | 125 | 107 |
| Binary | 11110100 | 1110111 | 10000101 | 0 | 110011 | 101101 | 100 | 101100001 | 1010101 | 1000111 |
Color Harmonies of #F47785
Complementary color
Monochromatic Colors of #F47785
Black with #F47785
Text Example
Text Example
White with #F47785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47785; }
p { color: rgb(244,119,133); }
H1.HeaderClassName
{
color: #F47785;
}
.AnyTagClassName
{
color: #F47785;
}
</style>
background-color css
<style>
a { background-color: #F47785; }
a { background-color: rgb(244,119,133); }
div.DivClassName
{
background-color: #F47785;
}
.BgClassName
{
background-color: #F47785;
}
</style>
border-color css
<style>
span { border-color: #F47785; }
span { border-color: rgb(244,119,133); }
td.TdClassName
{
border-color: #F47785;
}
.TagClassName
{
border-color: #F47785;
}
</style>