Shades of Salmon #F68C74
Tints of Salmon #F68C74
RGB
CMYK
RGB Variations
Color information
#F68C74 (or 0xF68C74) is known color: Salmon. HEX triplet: F6, 8C and 74. RGB value is (246,140,116). Sum of RGB (Red+Green+Blue) = 246+140+116=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68C74 is #09738B. Grayscale: #A9A9A9. Windows color (decimal): -619404 or 7638262. OLE color: 7638262.
HSL color Cylindrical-coordinate representation of color #F68C74: hue angle of 11.08º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F68C74 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 116 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.04 |
| HSL | 11.08º | 0.88% | 0.71% | - |
| HSV(B) | 11.08º | 0.53% | 0.96% | - |
| XYZ | 50.54 | 39.61 | 21.5 | - |
| YUV | 168.96 | 98.12 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 116 | 0 | 0.43 | 0.53 | 0.04 | 11.08 | 0.88 | 0.71 |
| Hex | F6 | 8C | 74 | 0 | 2B | 35 | 4 | B | 58 | 47 |
| Octal | 366 | 214 | 164 | 0 | 53 | 65 | 4 | 13 | 130 | 107 |
| Binary | 11110110 | 10001100 | 1110100 | 0 | 101011 | 110101 | 100 | 1011 | 1011000 | 1000111 |
Color Harmonies of #F68C74
Complementary color
Monochromatic Colors of #F68C74
Black with #F68C74
Text Example
Text Example
White with #F68C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68C74; }
p { color: rgb(246,140,116); }
H1.HeaderClassName
{
color: #F68C74;
}
.AnyTagClassName
{
color: #F68C74;
}
</style>
background-color css
<style>
a { background-color: #F68C74; }
a { background-color: rgb(246,140,116); }
div.DivClassName
{
background-color: #F68C74;
}
.BgClassName
{
background-color: #F68C74;
}
</style>
border-color css
<style>
span { border-color: #F68C74; }
span { border-color: rgb(246,140,116); }
td.TdClassName
{
border-color: #F68C74;
}
.TagClassName
{
border-color: #F68C74;
}
</style>