Shades of Salmon #F68C76
Tints of Salmon #F68C76
RGB
CMYK
RGB Variations
Color information
#F68C76 (or 0xF68C76) is known color: Salmon. HEX triplet: F6, 8C and 76. RGB value is (246,140,118). Sum of RGB (Red+Green+Blue) = 246+140+118=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68C76 is #097389. Grayscale: #A9A9A9. Windows color (decimal): -619402 or 7769334. OLE color: 7769334.
HSL color Cylindrical-coordinate representation of color #F68C76: hue angle of 10.31º 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 #F68C76 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 118 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.04 |
| HSL | 10.31º | 0.88% | 0.71% | - |
| HSV(B) | 10.31º | 0.52% | 0.96% | - |
| XYZ | 50.65 | 39.66 | 22.12 | - |
| YUV | 169.19 | 99.12 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 118 | 0 | 0.43 | 0.52 | 0.04 | 10.31 | 0.88 | 0.71 |
| Hex | F6 | 8C | 76 | 0 | 2B | 34 | 4 | A | 58 | 47 |
| Octal | 366 | 214 | 166 | 0 | 53 | 64 | 4 | 12 | 130 | 107 |
| Binary | 11110110 | 10001100 | 1110110 | 0 | 101011 | 110100 | 100 | 1010 | 1011000 | 1000111 |
Color Harmonies of #F68C76
Complementary color
Monochromatic Colors of #F68C76
Black with #F68C76
Text Example
Text Example
White with #F68C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68C76; }
p { color: rgb(246,140,118); }
H1.HeaderClassName
{
color: #F68C76;
}
.AnyTagClassName
{
color: #F68C76;
}
</style>
background-color css
<style>
a { background-color: #F68C76; }
a { background-color: rgb(246,140,118); }
div.DivClassName
{
background-color: #F68C76;
}
.BgClassName
{
background-color: #F68C76;
}
</style>
border-color css
<style>
span { border-color: #F68C76; }
span { border-color: rgb(246,140,118); }
td.TdClassName
{
border-color: #F68C76;
}
.TagClassName
{
border-color: #F68C76;
}
</style>