Shades of Salmon #F68B6B
Tints of Salmon #F68B6B
RGB
CMYK
RGB Variations
Color information
#F68B6B (or 0xF68B6B) is known color: Salmon. HEX triplet: F6, 8B and 6B. RGB value is (246,139,107). Sum of RGB (Red+Green+Blue) = 246+139+107=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F68B6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68B6B is #097494. Grayscale: #A7A7A7. Windows color (decimal): -619669 or 7048182. OLE color: 7048182.
HSL color Cylindrical-coordinate representation of color #F68B6B: hue angle of 13.81º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F68B6B is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 107 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.04 |
| HSL | 13.81º | 0.89% | 0.69% | - |
| HSV(B) | 13.81º | 0.57% | 0.96% | - |
| XYZ | 49.89 | 39.12 | 18.83 | - |
| YUV | 167.35 | 93.95 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 107 | 0 | 0.43 | 0.57 | 0.04 | 13.81 | 0.89 | 0.69 |
| Hex | F6 | 8B | 6B | 0 | 2B | 39 | 4 | E | 59 | 45 |
| Octal | 366 | 213 | 153 | 0 | 53 | 71 | 4 | 16 | 131 | 105 |
| Binary | 11110110 | 10001011 | 1101011 | 0 | 101011 | 111001 | 100 | 1110 | 1011001 | 1000101 |
Color Harmonies of #F68B6B
Complementary color
Monochromatic Colors of #F68B6B
Black with #F68B6B
Text Example
Text Example
White with #F68B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68B6B; }
p { color: rgb(246,139,107); }
H1.HeaderClassName
{
color: #F68B6B;
}
.AnyTagClassName
{
color: #F68B6B;
}
</style>
background-color css
<style>
a { background-color: #F68B6B; }
a { background-color: rgb(246,139,107); }
div.DivClassName
{
background-color: #F68B6B;
}
.BgClassName
{
background-color: #F68B6B;
}
</style>
border-color css
<style>
span { border-color: #F68B6B; }
span { border-color: rgb(246,139,107); }
td.TdClassName
{
border-color: #F68B6B;
}
.TagClassName
{
border-color: #F68B6B;
}
</style>