Shades of Salmon #F68276
Tints of Salmon #F68276
RGB
CMYK
RGB Variations
Color information
#F68276 (or 0xF68276) is known color: Salmon. HEX triplet: F6, 82 and 76. RGB value is (246,130,118). Sum of RGB (Red+Green+Blue) = 246+130+118=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F68276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68276 is #097D89. Grayscale: #A3A3A3. Windows color (decimal): -621962 or 7766774. OLE color: 7766774.
HSL color Cylindrical-coordinate representation of color #F68276: hue angle of 5.62º 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 #F68276 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 118 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.04 |
| HSL | 5.63º | 0.88% | 0.71% | - |
| HSV(B) | 5.63º | 0.52% | 0.96% | - |
| XYZ | 49.26 | 36.87 | 21.66 | - |
| YUV | 163.32 | 102.43 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 118 | 0 | 0.47 | 0.52 | 0.04 | 5.63 | 0.88 | 0.71 |
| Hex | F6 | 82 | 76 | 0 | 2F | 34 | 4 | 6 | 58 | 47 |
| Octal | 366 | 202 | 166 | 0 | 57 | 64 | 4 | 6 | 130 | 107 |
| Binary | 11110110 | 10000010 | 1110110 | 0 | 101111 | 110100 | 100 | 110 | 1011000 | 1000111 |
Color Harmonies of #F68276
Complementary color
Monochromatic Colors of #F68276
Black with #F68276
Text Example
Text Example
White with #F68276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68276; }
p { color: rgb(246,130,118); }
H1.HeaderClassName
{
color: #F68276;
}
.AnyTagClassName
{
color: #F68276;
}
</style>
background-color css
<style>
a { background-color: #F68276; }
a { background-color: rgb(246,130,118); }
div.DivClassName
{
background-color: #F68276;
}
.BgClassName
{
background-color: #F68276;
}
</style>
border-color css
<style>
span { border-color: #F68276; }
span { border-color: rgb(246,130,118); }
td.TdClassName
{
border-color: #F68276;
}
.TagClassName
{
border-color: #F68276;
}
</style>