Shades of Salmon #F68677
Tints of Salmon #F68677
RGB
CMYK
RGB Variations
Color information
#F68677 (or 0xF68677) is known color: Salmon. HEX triplet: F6, 86 and 77. RGB value is (246,134,119). Sum of RGB (Red+Green+Blue) = 246+134+119=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F68677 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68677 is #097988. Grayscale: #A5A5A5. Windows color (decimal): -620937 or 7833334. OLE color: 7833334.
HSL color Cylindrical-coordinate representation of color #F68677: hue angle of 7.09º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F68677 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 119 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.04 |
| HSL | 7.09º | 0.88% | 0.72% | - |
| HSV(B) | 7.09º | 0.52% | 0.96% | - |
| XYZ | 49.86 | 37.97 | 22.15 | - |
| YUV | 165.78 | 101.61 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 119 | 0 | 0.46 | 0.52 | 0.04 | 7.09 | 0.88 | 0.72 |
| Hex | F6 | 86 | 77 | 0 | 2E | 34 | 4 | 7 | 58 | 48 |
| Octal | 366 | 206 | 167 | 0 | 56 | 64 | 4 | 7 | 130 | 110 |
| Binary | 11110110 | 10000110 | 1110111 | 0 | 101110 | 110100 | 100 | 111 | 1011000 | 1001000 |
Color Harmonies of #F68677
Complementary color
Monochromatic Colors of #F68677
Black with #F68677
Text Example
Text Example
White with #F68677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68677; }
p { color: rgb(246,134,119); }
H1.HeaderClassName
{
color: #F68677;
}
.AnyTagClassName
{
color: #F68677;
}
</style>
background-color css
<style>
a { background-color: #F68677; }
a { background-color: rgb(246,134,119); }
div.DivClassName
{
background-color: #F68677;
}
.BgClassName
{
background-color: #F68677;
}
</style>
border-color css
<style>
span { border-color: #F68677; }
span { border-color: rgb(246,134,119); }
td.TdClassName
{
border-color: #F68677;
}
.TagClassName
{
border-color: #F68677;
}
</style>