Shades of Deep Blush #F4748A
Tints of Deep Blush #F4748A
RGB
CMYK
RGB Variations
Color information
#F4748A (or 0xF4748A) is known color: Deep Blush. HEX triplet: F4, 74 and 8A. RGB value is (244,116,138). Sum of RGB (Red+Green+Blue) = 244+116+138=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F4748A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4748A is #0B8B75. Grayscale: #9C9C9C. Windows color (decimal): -756598 or 9073908. OLE color: 9073908.
HSL color Cylindrical-coordinate representation of color #F4748A: hue angle of 349.69º 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 #F4748A is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 116 | 138 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.04 |
| HSL | 349.69º | 0.85% | 0.71% | - |
| HSV(B) | 349.69º | 0.52% | 0.96% | - |
| XYZ | 48.14 | 33.56 | 27.98 | - |
| YUV | 156.78 | 117.41 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 116 | 138 | 0 | 0.52 | 0.43 | 0.04 | 349.69 | 0.85 | 0.71 |
| Hex | F4 | 74 | 8A | 0 | 34 | 2B | 4 | 15E | 55 | 47 |
| Octal | 364 | 164 | 212 | 0 | 64 | 53 | 4 | 536 | 125 | 107 |
| Binary | 11110100 | 1110100 | 10001010 | 0 | 110100 | 101011 | 100 | 101011110 | 1010101 | 1000111 |
Color Harmonies of #F4748A
Complementary color
Monochromatic Colors of #F4748A
Black with #F4748A
Text Example
Text Example
White with #F4748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4748A; }
p { color: rgb(244,116,138); }
H1.HeaderClassName
{
color: #F4748A;
}
.AnyTagClassName
{
color: #F4748A;
}
</style>
background-color css
<style>
a { background-color: #F4748A; }
a { background-color: rgb(244,116,138); }
div.DivClassName
{
background-color: #F4748A;
}
.BgClassName
{
background-color: #F4748A;
}
</style>
border-color css
<style>
span { border-color: #F4748A; }
span { border-color: rgb(244,116,138); }
td.TdClassName
{
border-color: #F4748A;
}
.TagClassName
{
border-color: #F4748A;
}
</style>