Shades of Salmon #F68576
Tints of Salmon #F68576
RGB
CMYK
RGB Variations
Color information
#F68576 (or 0xF68576) is known color: Salmon. HEX triplet: F6, 85 and 76. RGB value is (246,133,118). Sum of RGB (Red+Green+Blue) = 246+133+118=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F68576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68576 is #097A89. Grayscale: #A5A5A5. Windows color (decimal): -621194 or 7767542. OLE color: 7767542.
HSL color Cylindrical-coordinate representation of color #F68576: hue angle of 7.03º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F68576 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 118 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.04 |
| HSL | 7.03º | 0.88% | 0.71% | - |
| HSV(B) | 7.03º | 0.52% | 0.96% | - |
| XYZ | 49.66 | 37.68 | 21.79 | - |
| YUV | 165.08 | 101.44 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 118 | 0 | 0.46 | 0.52 | 0.04 | 7.03 | 0.88 | 0.71 |
| Hex | F6 | 85 | 76 | 0 | 2E | 34 | 4 | 7 | 58 | 47 |
| Octal | 366 | 205 | 166 | 0 | 56 | 64 | 4 | 7 | 130 | 107 |
| Binary | 11110110 | 10000101 | 1110110 | 0 | 101110 | 110100 | 100 | 111 | 1011000 | 1000111 |
Color Harmonies of #F68576
Complementary color
Monochromatic Colors of #F68576
Black with #F68576
Text Example
Text Example
White with #F68576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68576; }
p { color: rgb(246,133,118); }
H1.HeaderClassName
{
color: #F68576;
}
.AnyTagClassName
{
color: #F68576;
}
</style>
background-color css
<style>
a { background-color: #F68576; }
a { background-color: rgb(246,133,118); }
div.DivClassName
{
background-color: #F68576;
}
.BgClassName
{
background-color: #F68576;
}
</style>
border-color css
<style>
span { border-color: #F68576; }
span { border-color: rgb(246,133,118); }
td.TdClassName
{
border-color: #F68576;
}
.TagClassName
{
border-color: #F68576;
}
</style>