Shades of Salmon #F68577
Tints of Salmon #F68577
RGB
CMYK
RGB Variations
Color information
#F68577 (or 0xF68577) is known color: Salmon. HEX triplet: F6, 85 and 77. RGB value is (246,133,119). Sum of RGB (Red+Green+Blue) = 246+133+119=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F68577 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68577 is #097A88. Grayscale: #A5A5A5. Windows color (decimal): -621193 or 7833078. OLE color: 7833078.
HSL color Cylindrical-coordinate representation of color #F68577: hue angle of 6.61º 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 #F68577 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 119 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.04 |
| HSL | 6.61º | 0.88% | 0.72% | - |
| HSV(B) | 6.61º | 0.52% | 0.96% | - |
| XYZ | 49.72 | 37.7 | 22.11 | - |
| YUV | 165.19 | 101.94 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 119 | 0 | 0.46 | 0.52 | 0.04 | 6.61 | 0.88 | 0.72 |
| Hex | F6 | 85 | 77 | 0 | 2E | 34 | 4 | 7 | 58 | 48 |
| Octal | 366 | 205 | 167 | 0 | 56 | 64 | 4 | 7 | 130 | 110 |
| Binary | 11110110 | 10000101 | 1110111 | 0 | 101110 | 110100 | 100 | 111 | 1011000 | 1001000 |
Color Harmonies of #F68577
Complementary color
Monochromatic Colors of #F68577
Black with #F68577
Text Example
Text Example
White with #F68577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68577; }
p { color: rgb(246,133,119); }
H1.HeaderClassName
{
color: #F68577;
}
.AnyTagClassName
{
color: #F68577;
}
</style>
background-color css
<style>
a { background-color: #F68577; }
a { background-color: rgb(246,133,119); }
div.DivClassName
{
background-color: #F68577;
}
.BgClassName
{
background-color: #F68577;
}
</style>
border-color css
<style>
span { border-color: #F68577; }
span { border-color: rgb(246,133,119); }
td.TdClassName
{
border-color: #F68577;
}
.TagClassName
{
border-color: #F68577;
}
</style>