Shades of Salmon #F68A6C
Tints of Salmon #F68A6C
RGB
CMYK
RGB Variations
Color information
#F68A6C (or 0xF68A6C) is known color: Salmon. HEX triplet: F6, 8A and 6C. RGB value is (246,138,108). Sum of RGB (Red+Green+Blue) = 246+138+108=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68A6C is #097593. Grayscale: #A7A7A7. Windows color (decimal): -619924 or 7113462. OLE color: 7113462.
HSL color Cylindrical-coordinate representation of color #F68A6C: hue angle of 13.04º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F68A6C is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 108 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.04 |
| HSL | 13.04º | 0.88% | 0.69% | - |
| HSV(B) | 13.04º | 0.56% | 0.96% | - |
| XYZ | 49.8 | 38.85 | 19.06 | - |
| YUV | 166.87 | 94.78 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 108 | 0 | 0.44 | 0.56 | 0.04 | 13.04 | 0.88 | 0.69 |
| Hex | F6 | 8A | 6C | 0 | 2C | 38 | 4 | D | 58 | 45 |
| Octal | 366 | 212 | 154 | 0 | 54 | 70 | 4 | 15 | 130 | 105 |
| Binary | 11110110 | 10001010 | 1101100 | 0 | 101100 | 111000 | 100 | 1101 | 1011000 | 1000101 |
Color Harmonies of #F68A6C
Complementary color
Monochromatic Colors of #F68A6C
Black with #F68A6C
Text Example
Text Example
White with #F68A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68A6C; }
p { color: rgb(246,138,108); }
H1.HeaderClassName
{
color: #F68A6C;
}
.AnyTagClassName
{
color: #F68A6C;
}
</style>
background-color css
<style>
a { background-color: #F68A6C; }
a { background-color: rgb(246,138,108); }
div.DivClassName
{
background-color: #F68A6C;
}
.BgClassName
{
background-color: #F68A6C;
}
</style>
border-color css
<style>
span { border-color: #F68A6C; }
span { border-color: rgb(246,138,108); }
td.TdClassName
{
border-color: #F68A6C;
}
.TagClassName
{
border-color: #F68A6C;
}
</style>