Shades of Deep Blush #F7758C
Tints of Deep Blush #F7758C
RGB
CMYK
RGB Variations
Color information
#F7758C (or 0xF7758C) is known color: Deep Blush. HEX triplet: F7, 75 and 8C. RGB value is (247,117,140). Sum of RGB (Red+Green+Blue) = 247+117+140=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F7758C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7758C is #088A73. Grayscale: #9E9E9E. Windows color (decimal): -559732 or 9205239. OLE color: 9205239.
HSL color Cylindrical-coordinate representation of color #F7758C: hue angle of 349.38º 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 #F7758C is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 117 | 140 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.03 |
| HSL | 349.38º | 0.89% | 0.71% | - |
| HSV(B) | 349.38º | 0.53% | 0.97% | - |
| XYZ | 49.45 | 34.39 | 28.84 | - |
| YUV | 158.49 | 117.57 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 117 | 140 | 0 | 0.53 | 0.43 | 0.03 | 349.38 | 0.89 | 0.71 |
| Hex | F7 | 75 | 8C | 0 | 35 | 2B | 3 | 15D | 59 | 47 |
| Octal | 367 | 165 | 214 | 0 | 65 | 53 | 3 | 535 | 131 | 107 |
| Binary | 11110111 | 1110101 | 10001100 | 0 | 110101 | 101011 | 11 | 101011101 | 1011001 | 1000111 |
Color Harmonies of #F7758C
Complementary color
Monochromatic Colors of #F7758C
Black with #F7758C
Text Example
Text Example
White with #F7758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7758C; }
p { color: rgb(247,117,140); }
H1.HeaderClassName
{
color: #F7758C;
}
.AnyTagClassName
{
color: #F7758C;
}
</style>
background-color css
<style>
a { background-color: #F7758C; }
a { background-color: rgb(247,117,140); }
div.DivClassName
{
background-color: #F7758C;
}
.BgClassName
{
background-color: #F7758C;
}
</style>
border-color css
<style>
span { border-color: #F7758C; }
span { border-color: rgb(247,117,140); }
td.TdClassName
{
border-color: #F7758C;
}
.TagClassName
{
border-color: #F7758C;
}
</style>