Shades of Deep Blush #F7728C
Tints of Deep Blush #F7728C
RGB
CMYK
RGB Variations
Color information
#F7728C (or 0xF7728C) is known color: Deep Blush. HEX triplet: F7, 72 and 8C. RGB value is (247,114,140). Sum of RGB (Red+Green+Blue) = 247+114+140=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F7728C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7728C is #088D73. Grayscale: #9C9C9C. Windows color (decimal): -560500 or 9204471. OLE color: 9204471.
HSL color Cylindrical-coordinate representation of color #F7728C: hue angle of 348.27º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F7728C is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 114 | 140 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.03 |
| HSL | 348.27º | 0.89% | 0.71% | - |
| HSV(B) | 348.27º | 0.54% | 0.97% | - |
| XYZ | 49.11 | 33.7 | 28.73 | - |
| YUV | 156.73 | 118.56 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 140 | 0 | 0.54 | 0.43 | 0.03 | 348.27 | 0.89 | 0.71 |
| Hex | F7 | 72 | 8C | 0 | 36 | 2B | 3 | 15C | 59 | 47 |
| Octal | 367 | 162 | 214 | 0 | 66 | 53 | 3 | 534 | 131 | 107 |
| Binary | 11110111 | 1110010 | 10001100 | 0 | 110110 | 101011 | 11 | 101011100 | 1011001 | 1000111 |
Color Harmonies of #F7728C
Complementary color
Monochromatic Colors of #F7728C
Black with #F7728C
Text Example
Text Example
White with #F7728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7728C; }
p { color: rgb(247,114,140); }
H1.HeaderClassName
{
color: #F7728C;
}
.AnyTagClassName
{
color: #F7728C;
}
</style>
background-color css
<style>
a { background-color: #F7728C; }
a { background-color: rgb(247,114,140); }
div.DivClassName
{
background-color: #F7728C;
}
.BgClassName
{
background-color: #F7728C;
}
</style>
border-color css
<style>
span { border-color: #F7728C; }
span { border-color: rgb(247,114,140); }
td.TdClassName
{
border-color: #F7728C;
}
.TagClassName
{
border-color: #F7728C;
}
</style>