Shades of Deep Blush #F4738C
Tints of Deep Blush #F4738C
RGB
CMYK
RGB Variations
Color information
#F4738C (or 0xF4738C) is known color: Deep Blush. HEX triplet: F4, 73 and 8C. RGB value is (244,115,140). Sum of RGB (Red+Green+Blue) = 244+115+140=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F4738C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4738C is #0B8C73. Grayscale: #9C9C9C. Windows color (decimal): -756852 or 9204724. OLE color: 9204724.
HSL color Cylindrical-coordinate representation of color #F4738C: hue angle of 348.37º 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 #F4738C is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 140 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.04 |
| HSL | 348.37º | 0.85% | 0.7% | - |
| HSV(B) | 348.37º | 0.53% | 0.96% | - |
| XYZ | 48.17 | 33.39 | 28.72 | - |
| YUV | 156.42 | 118.74 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 140 | 0 | 0.53 | 0.43 | 0.04 | 348.37 | 0.85 | 0.7 |
| Hex | F4 | 73 | 8C | 0 | 35 | 2B | 4 | 15C | 55 | 46 |
| Octal | 364 | 163 | 214 | 0 | 65 | 53 | 4 | 534 | 125 | 106 |
| Binary | 11110100 | 1110011 | 10001100 | 0 | 110101 | 101011 | 100 | 101011100 | 1010101 | 1000110 |
Color Harmonies of #F4738C
Complementary color
Monochromatic Colors of #F4738C
Black with #F4738C
Text Example
Text Example
White with #F4738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4738C; }
p { color: rgb(244,115,140); }
H1.HeaderClassName
{
color: #F4738C;
}
.AnyTagClassName
{
color: #F4738C;
}
</style>
background-color css
<style>
a { background-color: #F4738C; }
a { background-color: rgb(244,115,140); }
div.DivClassName
{
background-color: #F4738C;
}
.BgClassName
{
background-color: #F4738C;
}
</style>
border-color css
<style>
span { border-color: #F4738C; }
span { border-color: rgb(244,115,140); }
td.TdClassName
{
border-color: #F4738C;
}
.TagClassName
{
border-color: #F4738C;
}
</style>