Shades of Deep Blush #F1778A
Tints of Deep Blush #F1778A
RGB
CMYK
RGB Variations
Color information
#F1778A (or 0xF1778A) is known color: Deep Blush. HEX triplet: F1, 77 and 8A. RGB value is (241,119,138). Sum of RGB (Red+Green+Blue) = 241+119+138=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F1778A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1778A is #0E8875. Grayscale: #9D9D9D. Windows color (decimal): -952438 or 9074673. OLE color: 9074673.
HSL color Cylindrical-coordinate representation of color #F1778A: hue angle of 350.66º 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 #F1778A is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 138 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.05 |
| HSL | 350.66º | 0.81% | 0.71% | - |
| HSV(B) | 350.66º | 0.51% | 0.95% | - |
| XYZ | 47.46 | 33.73 | 28.05 | - |
| YUV | 157.64 | 116.92 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 138 | 0 | 0.51 | 0.43 | 0.05 | 350.66 | 0.81 | 0.71 |
| Hex | F1 | 77 | 8A | 0 | 33 | 2B | 5 | 15F | 51 | 47 |
| Octal | 361 | 167 | 212 | 0 | 63 | 53 | 5 | 537 | 121 | 107 |
| Binary | 11110001 | 1110111 | 10001010 | 0 | 110011 | 101011 | 101 | 101011111 | 1010001 | 1000111 |
Color Harmonies of #F1778A
Complementary color
Monochromatic Colors of #F1778A
Black with #F1778A
Text Example
Text Example
White with #F1778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1778A; }
p { color: rgb(241,119,138); }
H1.HeaderClassName
{
color: #F1778A;
}
.AnyTagClassName
{
color: #F1778A;
}
</style>
background-color css
<style>
a { background-color: #F1778A; }
a { background-color: rgb(241,119,138); }
div.DivClassName
{
background-color: #F1778A;
}
.BgClassName
{
background-color: #F1778A;
}
</style>
border-color css
<style>
span { border-color: #F1778A; }
span { border-color: rgb(241,119,138); }
td.TdClassName
{
border-color: #F1778A;
}
.TagClassName
{
border-color: #F1778A;
}
</style>