Shades of Salmon #F68477
Tints of Salmon #F68477
RGB
CMYK
RGB Variations
Color information
#F68477 (or 0xF68477) is known color: Salmon. HEX triplet: F6, 84 and 77. RGB value is (246,132,119). Sum of RGB (Red+Green+Blue) = 246+132+119=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F68477 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68477 is #097B88. Grayscale: #A4A4A4. Windows color (decimal): -621449 or 7832822. OLE color: 7832822.
HSL color Cylindrical-coordinate representation of color #F68477: hue angle of 6.14º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F68477 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 119 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.04 |
| HSL | 6.14º | 0.88% | 0.72% | - |
| HSV(B) | 6.14º | 0.52% | 0.96% | - |
| XYZ | 49.59 | 37.43 | 22.06 | - |
| YUV | 164.6 | 102.27 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 119 | 0 | 0.46 | 0.52 | 0.04 | 6.14 | 0.88 | 0.72 |
| Hex | F6 | 84 | 77 | 0 | 2E | 34 | 4 | 6 | 58 | 48 |
| Octal | 366 | 204 | 167 | 0 | 56 | 64 | 4 | 6 | 130 | 110 |
| Binary | 11110110 | 10000100 | 1110111 | 0 | 101110 | 110100 | 100 | 110 | 1011000 | 1001000 |
Color Harmonies of #F68477
Complementary color
Monochromatic Colors of #F68477
Black with #F68477
Text Example
Text Example
White with #F68477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68477; }
p { color: rgb(246,132,119); }
H1.HeaderClassName
{
color: #F68477;
}
.AnyTagClassName
{
color: #F68477;
}
</style>
background-color css
<style>
a { background-color: #F68477; }
a { background-color: rgb(246,132,119); }
div.DivClassName
{
background-color: #F68477;
}
.BgClassName
{
background-color: #F68477;
}
</style>
border-color css
<style>
span { border-color: #F68477; }
span { border-color: rgb(246,132,119); }
td.TdClassName
{
border-color: #F68477;
}
.TagClassName
{
border-color: #F68477;
}
</style>