Shades of Salmon #F6816C
Tints of Salmon #F6816C
RGB
CMYK
RGB Variations
Color information
#F6816C (or 0xF6816C) is known color: Salmon. HEX triplet: F6, 81 and 6C. RGB value is (246,129,108). Sum of RGB (Red+Green+Blue) = 246+129+108=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F6816C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6816C is #097E93. Grayscale: #A1A1A1. Windows color (decimal): -622228 or 7111158. OLE color: 7111158.
HSL color Cylindrical-coordinate representation of color #F6816C: hue angle of 9.13º 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 #F6816C is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 108 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.04 |
| HSL | 9.13º | 0.88% | 0.69% | - |
| HSV(B) | 9.13º | 0.56% | 0.96% | - |
| XYZ | 48.56 | 36.38 | 18.65 | - |
| YUV | 161.59 | 97.76 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 108 | 0 | 0.48 | 0.56 | 0.04 | 9.13 | 0.88 | 0.69 |
| Hex | F6 | 81 | 6C | 0 | 30 | 38 | 4 | 9 | 58 | 45 |
| Octal | 366 | 201 | 154 | 0 | 60 | 70 | 4 | 11 | 130 | 105 |
| Binary | 11110110 | 10000001 | 1101100 | 0 | 110000 | 111000 | 100 | 1001 | 1011000 | 1000101 |
Color Harmonies of #F6816C
Complementary color
Monochromatic Colors of #F6816C
Black with #F6816C
Text Example
Text Example
White with #F6816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6816C; }
p { color: rgb(246,129,108); }
H1.HeaderClassName
{
color: #F6816C;
}
.AnyTagClassName
{
color: #F6816C;
}
</style>
background-color css
<style>
a { background-color: #F6816C; }
a { background-color: rgb(246,129,108); }
div.DivClassName
{
background-color: #F6816C;
}
.BgClassName
{
background-color: #F6816C;
}
</style>
border-color css
<style>
span { border-color: #F6816C; }
span { border-color: rgb(246,129,108); }
td.TdClassName
{
border-color: #F6816C;
}
.TagClassName
{
border-color: #F6816C;
}
</style>