Shades of Deep Blush #F1778C
Tints of Deep Blush #F1778C
RGB
CMYK
RGB Variations
Color information
#F1778C (or 0xF1778C) is known color: Deep Blush. HEX triplet: F1, 77 and 8C. RGB value is (241,119,140). Sum of RGB (Red+Green+Blue) = 241+119+140=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1778C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1778C is #0E8873. Grayscale: #9D9D9D. Windows color (decimal): -952436 or 9205745. OLE color: 9205745.
HSL color Cylindrical-coordinate representation of color #F1778C: hue angle of 349.67º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1778C is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 140 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.05 |
| HSL | 349.67º | 0.81% | 0.71% | - |
| HSV(B) | 349.67º | 0.51% | 0.95% | - |
| XYZ | 47.61 | 33.79 | 28.82 | - |
| YUV | 157.87 | 117.92 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 140 | 0 | 0.51 | 0.42 | 0.05 | 349.67 | 0.81 | 0.71 |
| Hex | F1 | 77 | 8C | 0 | 33 | 2A | 5 | 15E | 51 | 47 |
| Octal | 361 | 167 | 214 | 0 | 63 | 52 | 5 | 536 | 121 | 107 |
| Binary | 11110001 | 1110111 | 10001100 | 0 | 110011 | 101010 | 101 | 101011110 | 1010001 | 1000111 |
Color Harmonies of #F1778C
Complementary color
Monochromatic Colors of #F1778C
Black with #F1778C
Text Example
Text Example
White with #F1778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1778C; }
p { color: rgb(241,119,140); }
H1.HeaderClassName
{
color: #F1778C;
}
.AnyTagClassName
{
color: #F1778C;
}
</style>
background-color css
<style>
a { background-color: #F1778C; }
a { background-color: rgb(241,119,140); }
div.DivClassName
{
background-color: #F1778C;
}
.BgClassName
{
background-color: #F1778C;
}
</style>
border-color css
<style>
span { border-color: #F1778C; }
span { border-color: rgb(241,119,140); }
td.TdClassName
{
border-color: #F1778C;
}
.TagClassName
{
border-color: #F1778C;
}
</style>