Shades of Deep Blush #F0778C
Tints of Deep Blush #F0778C
RGB
CMYK
RGB Variations
Color information
#F0778C (or 0xF0778C) is known color: Deep Blush. HEX triplet: F0, 77 and 8C. RGB value is (240,119,140). Sum of RGB (Red+Green+Blue) = 240+119+140=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0778C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0778C is #0F8873. Grayscale: #9D9D9D. Windows color (decimal): -1017972 or 9205744. OLE color: 9205744.
HSL color Cylindrical-coordinate representation of color #F0778C: hue angle of 349.59º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0778C is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 140 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.06 |
| HSL | 349.59º | 0.8% | 0.7% | - |
| HSV(B) | 349.59º | 0.5% | 0.94% | - |
| XYZ | 47.27 | 33.61 | 28.81 | - |
| YUV | 157.57 | 118.09 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 140 | 0 | 0.50 | 0.42 | 0.06 | 349.59 | 0.8 | 0.7 |
| Hex | F0 | 77 | 8C | 0 | 32 | 2A | 6 | 15E | 50 | 46 |
| Octal | 360 | 167 | 214 | 0 | 62 | 52 | 6 | 536 | 120 | 106 |
| Binary | 11110000 | 1110111 | 10001100 | 0 | 110010 | 101010 | 110 | 101011110 | 1010000 | 1000110 |
Color Harmonies of #F0778C
Complementary color
Monochromatic Colors of #F0778C
Black with #F0778C
Text Example
Text Example
White with #F0778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0778C; }
p { color: rgb(240,119,140); }
H1.HeaderClassName
{
color: #F0778C;
}
.AnyTagClassName
{
color: #F0778C;
}
</style>
background-color css
<style>
a { background-color: #F0778C; }
a { background-color: rgb(240,119,140); }
div.DivClassName
{
background-color: #F0778C;
}
.BgClassName
{
background-color: #F0778C;
}
</style>
border-color css
<style>
span { border-color: #F0778C; }
span { border-color: rgb(240,119,140); }
td.TdClassName
{
border-color: #F0778C;
}
.TagClassName
{
border-color: #F0778C;
}
</style>