Shades of Salmon #F68877
Tints of Salmon #F68877
RGB
CMYK
RGB Variations
Color information
#F68877 (or 0xF68877) is known color: Salmon. HEX triplet: F6, 88 and 77. RGB value is (246,136,119). Sum of RGB (Red+Green+Blue) = 246+136+119=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F68877 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68877 is #097788. Grayscale: #A7A7A7. Windows color (decimal): -620425 or 7833846. OLE color: 7833846.
HSL color Cylindrical-coordinate representation of color #F68877: hue angle of 8.03º 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 #F68877 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 119 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.04 |
| HSL | 8.03º | 0.88% | 0.72% | - |
| HSV(B) | 8.03º | 0.52% | 0.96% | - |
| XYZ | 50.14 | 38.53 | 22.25 | - |
| YUV | 166.95 | 100.94 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 119 | 0 | 0.45 | 0.52 | 0.04 | 8.03 | 0.88 | 0.72 |
| Hex | F6 | 88 | 77 | 0 | 2D | 34 | 4 | 8 | 58 | 48 |
| Octal | 366 | 210 | 167 | 0 | 55 | 64 | 4 | 10 | 130 | 110 |
| Binary | 11110110 | 10001000 | 1110111 | 0 | 101101 | 110100 | 100 | 1000 | 1011000 | 1001000 |
Color Harmonies of #F68877
Complementary color
Monochromatic Colors of #F68877
Black with #F68877
Text Example
Text Example
White with #F68877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68877; }
p { color: rgb(246,136,119); }
H1.HeaderClassName
{
color: #F68877;
}
.AnyTagClassName
{
color: #F68877;
}
</style>
background-color css
<style>
a { background-color: #F68877; }
a { background-color: rgb(246,136,119); }
div.DivClassName
{
background-color: #F68877;
}
.BgClassName
{
background-color: #F68877;
}
</style>
border-color css
<style>
span { border-color: #F68877; }
span { border-color: rgb(246,136,119); }
td.TdClassName
{
border-color: #F68877;
}
.TagClassName
{
border-color: #F68877;
}
</style>