Shades of Deep Blush #F7748C
Tints of Deep Blush #F7748C
RGB
CMYK
RGB Variations
Color information
#F7748C (or 0xF7748C) is known color: Deep Blush. HEX triplet: F7, 74 and 8C. RGB value is (247,116,140). Sum of RGB (Red+Green+Blue) = 247+116+140=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F7748C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7748C is #088B73. Grayscale: #9D9D9D. Windows color (decimal): -559988 or 9204983. OLE color: 9204983.
HSL color Cylindrical-coordinate representation of color #F7748C: hue angle of 349.01º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F7748C is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 140 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.03 |
| HSL | 349.01º | 0.89% | 0.71% | - |
| HSV(B) | 349.01º | 0.53% | 0.97% | - |
| XYZ | 49.34 | 34.16 | 28.8 | - |
| YUV | 157.91 | 117.9 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 140 | 0 | 0.53 | 0.43 | 0.03 | 349.01 | 0.89 | 0.71 |
| Hex | F7 | 74 | 8C | 0 | 35 | 2B | 3 | 15D | 59 | 47 |
| Octal | 367 | 164 | 214 | 0 | 65 | 53 | 3 | 535 | 131 | 107 |
| Binary | 11110111 | 1110100 | 10001100 | 0 | 110101 | 101011 | 11 | 101011101 | 1011001 | 1000111 |
Color Harmonies of #F7748C
Complementary color
Monochromatic Colors of #F7748C
Black with #F7748C
Text Example
Text Example
White with #F7748C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7748C; }
p { color: rgb(247,116,140); }
H1.HeaderClassName
{
color: #F7748C;
}
.AnyTagClassName
{
color: #F7748C;
}
</style>
background-color css
<style>
a { background-color: #F7748C; }
a { background-color: rgb(247,116,140); }
div.DivClassName
{
background-color: #F7748C;
}
.BgClassName
{
background-color: #F7748C;
}
</style>
border-color css
<style>
span { border-color: #F7748C; }
span { border-color: rgb(247,116,140); }
td.TdClassName
{
border-color: #F7748C;
}
.TagClassName
{
border-color: #F7748C;
}
</style>