Shades of Deep Blush #F47A85
Tints of Deep Blush #F47A85
RGB
CMYK
RGB Variations
Color information
#F47A85 (or 0xF47A85) is known color: Deep Blush. HEX triplet: F4, 7A and 85. RGB value is (244,122,133). Sum of RGB (Red+Green+Blue) = 244+122+133=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F47A85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47A85 is #0B857A. Grayscale: #9F9F9F. Windows color (decimal): -755067 or 8747764. OLE color: 8747764.
HSL color Cylindrical-coordinate representation of color #F47A85: hue angle of 354.59º 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 #F47A85 is Cyan = 0, Magento = 0.5, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 122 | 133 | - |
| CMYK | 0 | 0.5 | 0.45 | 0.04 |
| HSL | 354.59º | 0.85% | 0.72% | - |
| HSV(B) | 354.59º | 0.5% | 0.96% | - |
| XYZ | 48.5 | 34.85 | 26.36 | - |
| YUV | 159.73 | 112.92 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 122 | 133 | 0 | 0.5 | 0.45 | 0.04 | 354.59 | 0.85 | 0.72 |
| Hex | F4 | 7A | 85 | 0 | 32 | 2D | 4 | 163 | 55 | 48 |
| Octal | 364 | 172 | 205 | 0 | 62 | 55 | 4 | 543 | 125 | 110 |
| Binary | 11110100 | 1111010 | 10000101 | 0 | 110010 | 101101 | 100 | 101100011 | 1010101 | 1001000 |
Color Harmonies of #F47A85
Complementary color
Monochromatic Colors of #F47A85
Black with #F47A85
Text Example
Text Example
White with #F47A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47A85; }
p { color: rgb(244,122,133); }
H1.HeaderClassName
{
color: #F47A85;
}
.AnyTagClassName
{
color: #F47A85;
}
</style>
background-color css
<style>
a { background-color: #F47A85; }
a { background-color: rgb(244,122,133); }
div.DivClassName
{
background-color: #F47A85;
}
.BgClassName
{
background-color: #F47A85;
}
</style>
border-color css
<style>
span { border-color: #F47A85; }
span { border-color: rgb(244,122,133); }
td.TdClassName
{
border-color: #F47A85;
}
.TagClassName
{
border-color: #F47A85;
}
</style>