Shades of Salmon #F68A6B
Tints of Salmon #F68A6B
RGB
CMYK
RGB Variations
Color information
#F68A6B (or 0xF68A6B) is known color: Salmon. HEX triplet: F6, 8A and 6B. RGB value is (246,138,107). Sum of RGB (Red+Green+Blue) = 246+138+107=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68A6B is #097594. Grayscale: #A6A6A6. Windows color (decimal): -619925 or 7047926. OLE color: 7047926.
HSL color Cylindrical-coordinate representation of color #F68A6B: hue angle of 13.38º 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 #F68A6B is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 107 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.04 |
| HSL | 13.38º | 0.89% | 0.69% | - |
| HSV(B) | 13.38º | 0.57% | 0.96% | - |
| XYZ | 49.75 | 38.83 | 18.78 | - |
| YUV | 166.76 | 94.28 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 107 | 0 | 0.44 | 0.57 | 0.04 | 13.38 | 0.89 | 0.69 |
| Hex | F6 | 8A | 6B | 0 | 2C | 39 | 4 | D | 59 | 45 |
| Octal | 366 | 212 | 153 | 0 | 54 | 71 | 4 | 15 | 131 | 105 |
| Binary | 11110110 | 10001010 | 1101011 | 0 | 101100 | 111001 | 100 | 1101 | 1011001 | 1000101 |
Color Harmonies of #F68A6B
Complementary color
Monochromatic Colors of #F68A6B
Black with #F68A6B
Text Example
Text Example
White with #F68A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68A6B; }
p { color: rgb(246,138,107); }
H1.HeaderClassName
{
color: #F68A6B;
}
.AnyTagClassName
{
color: #F68A6B;
}
</style>
background-color css
<style>
a { background-color: #F68A6B; }
a { background-color: rgb(246,138,107); }
div.DivClassName
{
background-color: #F68A6B;
}
.BgClassName
{
background-color: #F68A6B;
}
</style>
border-color css
<style>
span { border-color: #F68A6B; }
span { border-color: rgb(246,138,107); }
td.TdClassName
{
border-color: #F68A6B;
}
.TagClassName
{
border-color: #F68A6B;
}
</style>