Shades of Salmon #F6887C
Tints of Salmon #F6887C
RGB
CMYK
RGB Variations
Color information
#F6887C (or 0xF6887C) is known color: Salmon. HEX triplet: F6, 88 and 7C. RGB value is (246,136,124). Sum of RGB (Red+Green+Blue) = 246+136+124=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F6887C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6887C is #097783. Grayscale: #A7A7A7. Windows color (decimal): -620420 or 8161526. OLE color: 8161526.
HSL color Cylindrical-coordinate representation of color #F6887C: hue angle of 5.9º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6887C is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 124 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.04 |
| HSL | 5.9º | 0.87% | 0.73% | - |
| HSV(B) | 5.9º | 0.5% | 0.96% | - |
| XYZ | 50.45 | 38.66 | 23.87 | - |
| YUV | 167.52 | 103.44 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 124 | 0 | 0.45 | 0.50 | 0.04 | 5.9 | 0.87 | 0.73 |
| Hex | F6 | 88 | 7C | 0 | 2D | 32 | 4 | 6 | 57 | 49 |
| Octal | 366 | 210 | 174 | 0 | 55 | 62 | 4 | 6 | 127 | 111 |
| Binary | 11110110 | 10001000 | 1111100 | 0 | 101101 | 110010 | 100 | 110 | 1010111 | 1001001 |
Color Harmonies of #F6887C
Complementary color
Monochromatic Colors of #F6887C
Black with #F6887C
Text Example
Text Example
White with #F6887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6887C; }
p { color: rgb(246,136,124); }
H1.HeaderClassName
{
color: #F6887C;
}
.AnyTagClassName
{
color: #F6887C;
}
</style>
background-color css
<style>
a { background-color: #F6887C; }
a { background-color: rgb(246,136,124); }
div.DivClassName
{
background-color: #F6887C;
}
.BgClassName
{
background-color: #F6887C;
}
</style>
border-color css
<style>
span { border-color: #F6887C; }
span { border-color: rgb(246,136,124); }
td.TdClassName
{
border-color: #F6887C;
}
.TagClassName
{
border-color: #F6887C;
}
</style>