Shades of Deep Blush #F4738D
Tints of Deep Blush #F4738D
RGB
CMYK
RGB Variations
Color information
#F4738D (or 0xF4738D) is known color: Deep Blush. HEX triplet: F4, 73 and 8D. RGB value is (244,115,141). Sum of RGB (Red+Green+Blue) = 244+115+141=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F4738D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4738D is #0B8C72. Grayscale: #9C9C9C. Windows color (decimal): -756851 or 9270260. OLE color: 9270260.
HSL color Cylindrical-coordinate representation of color #F4738D: hue angle of 347.91º 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 #F4738D is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 141 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.04 |
| HSL | 347.91º | 0.85% | 0.7% | - |
| HSV(B) | 347.91º | 0.53% | 0.96% | - |
| XYZ | 48.25 | 33.42 | 29.11 | - |
| YUV | 156.54 | 119.24 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 141 | 0 | 0.53 | 0.42 | 0.04 | 347.91 | 0.85 | 0.7 |
| Hex | F4 | 73 | 8D | 0 | 35 | 2A | 4 | 15C | 55 | 46 |
| Octal | 364 | 163 | 215 | 0 | 65 | 52 | 4 | 534 | 125 | 106 |
| Binary | 11110100 | 1110011 | 10001101 | 0 | 110101 | 101010 | 100 | 101011100 | 1010101 | 1000110 |
Color Harmonies of #F4738D
Complementary color
Monochromatic Colors of #F4738D
Black with #F4738D
Text Example
Text Example
White with #F4738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4738D; }
p { color: rgb(244,115,141); }
H1.HeaderClassName
{
color: #F4738D;
}
.AnyTagClassName
{
color: #F4738D;
}
</style>
background-color css
<style>
a { background-color: #F4738D; }
a { background-color: rgb(244,115,141); }
div.DivClassName
{
background-color: #F4738D;
}
.BgClassName
{
background-color: #F4738D;
}
</style>
border-color css
<style>
span { border-color: #F4738D; }
span { border-color: rgb(244,115,141); }
td.TdClassName
{
border-color: #F4738D;
}
.TagClassName
{
border-color: #F4738D;
}
</style>