Shades of Salmon #F6766C
Tints of Salmon #F6766C
RGB
CMYK
RGB Variations
Color information
#F6766C (or 0xF6766C) is known color: Salmon. HEX triplet: F6, 76 and 6C. RGB value is (246,118,108). Sum of RGB (Red+Green+Blue) = 246+118+108=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F6766C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6766C is #098993. Grayscale: #9B9B9B. Windows color (decimal): -625044 or 7108342. OLE color: 7108342.
HSL color Cylindrical-coordinate representation of color #F6766C: hue angle of 4.35º 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 #F6766C is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 118 | 108 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.04 |
| HSL | 4.35º | 0.88% | 0.69% | - |
| HSV(B) | 4.35º | 0.56% | 0.96% | - |
| XYZ | 47.19 | 33.63 | 18.19 | - |
| YUV | 155.13 | 101.41 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 118 | 108 | 0 | 0.52 | 0.56 | 0.04 | 4.35 | 0.88 | 0.69 |
| Hex | F6 | 76 | 6C | 0 | 34 | 38 | 4 | 4 | 58 | 45 |
| Octal | 366 | 166 | 154 | 0 | 64 | 70 | 4 | 4 | 130 | 105 |
| Binary | 11110110 | 1110110 | 1101100 | 0 | 110100 | 111000 | 100 | 100 | 1011000 | 1000101 |
Color Harmonies of #F6766C
Complementary color
Monochromatic Colors of #F6766C
Black with #F6766C
Text Example
Text Example
White with #F6766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6766C; }
p { color: rgb(246,118,108); }
H1.HeaderClassName
{
color: #F6766C;
}
.AnyTagClassName
{
color: #F6766C;
}
</style>
background-color css
<style>
a { background-color: #F6766C; }
a { background-color: rgb(246,118,108); }
div.DivClassName
{
background-color: #F6766C;
}
.BgClassName
{
background-color: #F6766C;
}
</style>
border-color css
<style>
span { border-color: #F6766C; }
span { border-color: rgb(246,118,108); }
td.TdClassName
{
border-color: #F6766C;
}
.TagClassName
{
border-color: #F6766C;
}
</style>