Shades of Deep Blush #F4748B
Tints of Deep Blush #F4748B
RGB
CMYK
RGB Variations
Color information
#F4748B (or 0xF4748B) is known color: Deep Blush. HEX triplet: F4, 74 and 8B. RGB value is (244,116,139). Sum of RGB (Red+Green+Blue) = 244+116+139=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F4748B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4748B is #0B8B74. Grayscale: #9C9C9C. Windows color (decimal): -756597 or 9139444. OLE color: 9139444.
HSL color Cylindrical-coordinate representation of color #F4748B: hue angle of 349.22º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F4748B is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 116 | 139 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.04 |
| HSL | 349.22º | 0.85% | 0.71% | - |
| HSV(B) | 349.22º | 0.52% | 0.96% | - |
| XYZ | 48.21 | 33.59 | 28.37 | - |
| YUV | 156.89 | 117.91 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 116 | 139 | 0 | 0.52 | 0.43 | 0.04 | 349.22 | 0.85 | 0.71 |
| Hex | F4 | 74 | 8B | 0 | 34 | 2B | 4 | 15D | 55 | 47 |
| Octal | 364 | 164 | 213 | 0 | 64 | 53 | 4 | 535 | 125 | 107 |
| Binary | 11110100 | 1110100 | 10001011 | 0 | 110100 | 101011 | 100 | 101011101 | 1010101 | 1000111 |
Color Harmonies of #F4748B
Complementary color
Monochromatic Colors of #F4748B
Black with #F4748B
Text Example
Text Example
White with #F4748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4748B; }
p { color: rgb(244,116,139); }
H1.HeaderClassName
{
color: #F4748B;
}
.AnyTagClassName
{
color: #F4748B;
}
</style>
background-color css
<style>
a { background-color: #F4748B; }
a { background-color: rgb(244,116,139); }
div.DivClassName
{
background-color: #F4748B;
}
.BgClassName
{
background-color: #F4748B;
}
</style>
border-color css
<style>
span { border-color: #F4748B; }
span { border-color: rgb(244,116,139); }
td.TdClassName
{
border-color: #F4748B;
}
.TagClassName
{
border-color: #F4748B;
}
</style>