Shades of Deep Blush #F1778B
Tints of Deep Blush #F1778B
RGB
CMYK
RGB Variations
Color information
#F1778B (or 0xF1778B) is known color: Deep Blush. HEX triplet: F1, 77 and 8B. RGB value is (241,119,139). Sum of RGB (Red+Green+Blue) = 241+119+139=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F1778B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1778B is #0E8874. Grayscale: #9D9D9D. Windows color (decimal): -952437 or 9140209. OLE color: 9140209.
HSL color Cylindrical-coordinate representation of color #F1778B: hue angle of 350.16º 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 #F1778B is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 139 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.05 |
| HSL | 350.16º | 0.81% | 0.71% | - |
| HSV(B) | 350.16º | 0.51% | 0.95% | - |
| XYZ | 47.53 | 33.76 | 28.44 | - |
| YUV | 157.76 | 117.42 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 139 | 0 | 0.51 | 0.42 | 0.05 | 350.16 | 0.81 | 0.71 |
| Hex | F1 | 77 | 8B | 0 | 33 | 2A | 5 | 15E | 51 | 47 |
| Octal | 361 | 167 | 213 | 0 | 63 | 52 | 5 | 536 | 121 | 107 |
| Binary | 11110001 | 1110111 | 10001011 | 0 | 110011 | 101010 | 101 | 101011110 | 1010001 | 1000111 |
Color Harmonies of #F1778B
Complementary color
Monochromatic Colors of #F1778B
Black with #F1778B
Text Example
Text Example
White with #F1778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1778B; }
p { color: rgb(241,119,139); }
H1.HeaderClassName
{
color: #F1778B;
}
.AnyTagClassName
{
color: #F1778B;
}
</style>
background-color css
<style>
a { background-color: #F1778B; }
a { background-color: rgb(241,119,139); }
div.DivClassName
{
background-color: #F1778B;
}
.BgClassName
{
background-color: #F1778B;
}
</style>
border-color css
<style>
span { border-color: #F1778B; }
span { border-color: rgb(241,119,139); }
td.TdClassName
{
border-color: #F1778B;
}
.TagClassName
{
border-color: #F1778B;
}
</style>