Shades of Salmon #F68C7D
Tints of Salmon #F68C7D
RGB
CMYK
RGB Variations
Color information
#F68C7D (or 0xF68C7D) is known color: Salmon. HEX triplet: F6, 8C and 7D. RGB value is (246,140,125). Sum of RGB (Red+Green+Blue) = 246+140+125=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68C7D is #097382. Grayscale: #AAAAAA. Windows color (decimal): -619395 or 8228086. OLE color: 8228086.
HSL color Cylindrical-coordinate representation of color #F68C7D: hue angle of 7.44º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F68C7D is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 125 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.04 |
| HSL | 7.44º | 0.87% | 0.73% | - |
| HSV(B) | 7.44º | 0.49% | 0.96% | - |
| XYZ | 51.09 | 39.83 | 24.4 | - |
| YUV | 169.98 | 102.62 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 125 | 0 | 0.43 | 0.49 | 0.04 | 7.44 | 0.87 | 0.73 |
| Hex | F6 | 8C | 7D | 0 | 2B | 31 | 4 | 7 | 57 | 49 |
| Octal | 366 | 214 | 175 | 0 | 53 | 61 | 4 | 7 | 127 | 111 |
| Binary | 11110110 | 10001100 | 1111101 | 0 | 101011 | 110001 | 100 | 111 | 1010111 | 1001001 |
Color Harmonies of #F68C7D
Complementary color
Monochromatic Colors of #F68C7D
Black with #F68C7D
Text Example
Text Example
White with #F68C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68C7D; }
p { color: rgb(246,140,125); }
H1.HeaderClassName
{
color: #F68C7D;
}
.AnyTagClassName
{
color: #F68C7D;
}
</style>
background-color css
<style>
a { background-color: #F68C7D; }
a { background-color: rgb(246,140,125); }
div.DivClassName
{
background-color: #F68C7D;
}
.BgClassName
{
background-color: #F68C7D;
}
</style>
border-color css
<style>
span { border-color: #F68C7D; }
span { border-color: rgb(246,140,125); }
td.TdClassName
{
border-color: #F68C7D;
}
.TagClassName
{
border-color: #F68C7D;
}
</style>