Shades of Salmon #F68C7B
Tints of Salmon #F68C7B
RGB
CMYK
RGB Variations
Color information
#F68C7B (or 0xF68C7B) is known color: Salmon. HEX triplet: F6, 8C and 7B. RGB value is (246,140,123). Sum of RGB (Red+Green+Blue) = 246+140+123=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68C7B is #097384. Grayscale: #A9A9A9. Windows color (decimal): -619397 or 8097014. OLE color: 8097014.
HSL color Cylindrical-coordinate representation of color #F68C7B: hue angle of 8.29º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F68C7B is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 123 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.04 |
| HSL | 8.29º | 0.87% | 0.72% | - |
| HSV(B) | 8.29º | 0.5% | 0.96% | - |
| XYZ | 50.96 | 39.78 | 23.73 | - |
| YUV | 169.76 | 101.62 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 123 | 0 | 0.43 | 0.50 | 0.04 | 8.29 | 0.87 | 0.72 |
| Hex | F6 | 8C | 7B | 0 | 2B | 32 | 4 | 8 | 57 | 48 |
| Octal | 366 | 214 | 173 | 0 | 53 | 62 | 4 | 10 | 127 | 110 |
| Binary | 11110110 | 10001100 | 1111011 | 0 | 101011 | 110010 | 100 | 1000 | 1010111 | 1001000 |
Color Harmonies of #F68C7B
Complementary color
Monochromatic Colors of #F68C7B
Black with #F68C7B
Text Example
Text Example
White with #F68C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68C7B; }
p { color: rgb(246,140,123); }
H1.HeaderClassName
{
color: #F68C7B;
}
.AnyTagClassName
{
color: #F68C7B;
}
</style>
background-color css
<style>
a { background-color: #F68C7B; }
a { background-color: rgb(246,140,123); }
div.DivClassName
{
background-color: #F68C7B;
}
.BgClassName
{
background-color: #F68C7B;
}
</style>
border-color css
<style>
span { border-color: #F68C7B; }
span { border-color: rgb(246,140,123); }
td.TdClassName
{
border-color: #F68C7B;
}
.TagClassName
{
border-color: #F68C7B;
}
</style>