Shades of Salmon #F6776A
Tints of Salmon #F6776A
RGB
CMYK
RGB Variations
Color information
#F6776A (or 0xF6776A) is known color: Salmon. HEX triplet: F6, 77 and 6A. RGB value is (246,119,106). Sum of RGB (Red+Green+Blue) = 246+119+106=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F6776A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6776A is #098895. Grayscale: #9B9B9B. Windows color (decimal): -624790 or 6977526. OLE color: 6977526.
HSL color Cylindrical-coordinate representation of color #F6776A: hue angle of 5.57º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F6776A is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 119 | 106 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.04 |
| HSL | 5.57º | 0.89% | 0.69% | - |
| HSV(B) | 5.57º | 0.57% | 0.96% | - |
| XYZ | 47.2 | 33.83 | 17.68 | - |
| YUV | 155.49 | 100.08 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 119 | 106 | 0 | 0.52 | 0.57 | 0.04 | 5.57 | 0.89 | 0.69 |
| Hex | F6 | 77 | 6A | 0 | 34 | 39 | 4 | 6 | 59 | 45 |
| Octal | 366 | 167 | 152 | 0 | 64 | 71 | 4 | 6 | 131 | 105 |
| Binary | 11110110 | 1110111 | 1101010 | 0 | 110100 | 111001 | 100 | 110 | 1011001 | 1000101 |
Color Harmonies of #F6776A
Complementary color
Monochromatic Colors of #F6776A
Black with #F6776A
Text Example
Text Example
White with #F6776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6776A; }
p { color: rgb(246,119,106); }
H1.HeaderClassName
{
color: #F6776A;
}
.AnyTagClassName
{
color: #F6776A;
}
</style>
background-color css
<style>
a { background-color: #F6776A; }
a { background-color: rgb(246,119,106); }
div.DivClassName
{
background-color: #F6776A;
}
.BgClassName
{
background-color: #F6776A;
}
</style>
border-color css
<style>
span { border-color: #F6776A; }
span { border-color: rgb(246,119,106); }
td.TdClassName
{
border-color: #F6776A;
}
.TagClassName
{
border-color: #F6776A;
}
</style>