Shades of Salmon #F6776B
Tints of Salmon #F6776B
RGB
CMYK
RGB Variations
Color information
#F6776B (or 0xF6776B) is known color: Salmon. HEX triplet: F6, 77 and 6B. RGB value is (246,119,107). Sum of RGB (Red+Green+Blue) = 246+119+107=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F6776B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6776B is #098894. Grayscale: #9B9B9B. Windows color (decimal): -624789 or 7043062. OLE color: 7043062.
HSL color Cylindrical-coordinate representation of color #F6776B: hue angle of 5.18º 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 #F6776B is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 119 | 107 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.04 |
| HSL | 5.18º | 0.89% | 0.69% | - |
| HSV(B) | 5.18º | 0.57% | 0.96% | - |
| XYZ | 47.26 | 33.85 | 17.95 | - |
| YUV | 155.61 | 100.58 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 119 | 107 | 0 | 0.52 | 0.57 | 0.04 | 5.18 | 0.89 | 0.69 |
| Hex | F6 | 77 | 6B | 0 | 34 | 39 | 4 | 5 | 59 | 45 |
| Octal | 366 | 167 | 153 | 0 | 64 | 71 | 4 | 5 | 131 | 105 |
| Binary | 11110110 | 1110111 | 1101011 | 0 | 110100 | 111001 | 100 | 101 | 1011001 | 1000101 |
Color Harmonies of #F6776B
Complementary color
Monochromatic Colors of #F6776B
Black with #F6776B
Text Example
Text Example
White with #F6776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6776B; }
p { color: rgb(246,119,107); }
H1.HeaderClassName
{
color: #F6776B;
}
.AnyTagClassName
{
color: #F6776B;
}
</style>
background-color css
<style>
a { background-color: #F6776B; }
a { background-color: rgb(246,119,107); }
div.DivClassName
{
background-color: #F6776B;
}
.BgClassName
{
background-color: #F6776B;
}
</style>
border-color css
<style>
span { border-color: #F6776B; }
span { border-color: rgb(246,119,107); }
td.TdClassName
{
border-color: #F6776B;
}
.TagClassName
{
border-color: #F6776B;
}
</style>