Shades of Salmon #F1776C
Tints of Salmon #F1776C
RGB
CMYK
RGB Variations
Color information
#F1776C (or 0xF1776C) is known color: Salmon. HEX triplet: F1, 77 and 6C. RGB value is (241,119,108). Sum of RGB (Red+Green+Blue) = 241+119+108=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F1776C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1776C is #0E8893. Grayscale: #9A9A9A. Windows color (decimal): -952468 or 7108593. OLE color: 7108593.
HSL color Cylindrical-coordinate representation of color #F1776C: hue angle of 4.96º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1776C is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 108 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.05 |
| HSL | 4.96º | 0.83% | 0.68% | - |
| HSV(B) | 4.96º | 0.55% | 0.95% | - |
| XYZ | 45.58 | 32.98 | 18.15 | - |
| YUV | 154.22 | 101.92 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 108 | 0 | 0.51 | 0.55 | 0.05 | 4.96 | 0.83 | 0.68 |
| Hex | F1 | 77 | 6C | 0 | 33 | 37 | 5 | 5 | 53 | 44 |
| Octal | 361 | 167 | 154 | 0 | 63 | 67 | 5 | 5 | 123 | 104 |
| Binary | 11110001 | 1110111 | 1101100 | 0 | 110011 | 110111 | 101 | 101 | 1010011 | 1000100 |
Color Harmonies of #F1776C
Complementary color
Monochromatic Colors of #F1776C
Black with #F1776C
Text Example
Text Example
White with #F1776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1776C; }
p { color: rgb(241,119,108); }
H1.HeaderClassName
{
color: #F1776C;
}
.AnyTagClassName
{
color: #F1776C;
}
</style>
background-color css
<style>
a { background-color: #F1776C; }
a { background-color: rgb(241,119,108); }
div.DivClassName
{
background-color: #F1776C;
}
.BgClassName
{
background-color: #F1776C;
}
</style>
border-color css
<style>
span { border-color: #F1776C; }
span { border-color: rgb(241,119,108); }
td.TdClassName
{
border-color: #F1776C;
}
.TagClassName
{
border-color: #F1776C;
}
</style>