Shades of Deep Blush #F7758B
Tints of Deep Blush #F7758B
RGB
CMYK
RGB Variations
Color information
#F7758B (or 0xF7758B) is known color: Deep Blush. HEX triplet: F7, 75 and 8B. RGB value is (247,117,139). Sum of RGB (Red+Green+Blue) = 247+117+139=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F7758B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7758B is #088A74. Grayscale: #9E9E9E. Windows color (decimal): -559733 or 9139703. OLE color: 9139703.
HSL color Cylindrical-coordinate representation of color #F7758B: hue angle of 349.85º 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 #F7758B is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 117 | 139 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.03 |
| HSL | 349.85º | 0.89% | 0.71% | - |
| HSV(B) | 349.85º | 0.53% | 0.97% | - |
| XYZ | 49.38 | 34.36 | 28.46 | - |
| YUV | 158.38 | 117.07 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 117 | 139 | 0 | 0.53 | 0.44 | 0.03 | 349.85 | 0.89 | 0.71 |
| Hex | F7 | 75 | 8B | 0 | 35 | 2C | 3 | 15E | 59 | 47 |
| Octal | 367 | 165 | 213 | 0 | 65 | 54 | 3 | 536 | 131 | 107 |
| Binary | 11110111 | 1110101 | 10001011 | 0 | 110101 | 101100 | 11 | 101011110 | 1011001 | 1000111 |
Color Harmonies of #F7758B
Complementary color
Monochromatic Colors of #F7758B
Black with #F7758B
Text Example
Text Example
White with #F7758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7758B; }
p { color: rgb(247,117,139); }
H1.HeaderClassName
{
color: #F7758B;
}
.AnyTagClassName
{
color: #F7758B;
}
</style>
background-color css
<style>
a { background-color: #F7758B; }
a { background-color: rgb(247,117,139); }
div.DivClassName
{
background-color: #F7758B;
}
.BgClassName
{
background-color: #F7758B;
}
</style>
border-color css
<style>
span { border-color: #F7758B; }
span { border-color: rgb(247,117,139); }
td.TdClassName
{
border-color: #F7758B;
}
.TagClassName
{
border-color: #F7758B;
}
</style>