Shades of Salmon #F67F77
Tints of Salmon #F67F77
RGB
CMYK
RGB Variations
Color information
#F67F77 (or 0xF67F77) is known color: Salmon. HEX triplet: F6, 7F and 77. RGB value is (246,127,119). Sum of RGB (Red+Green+Blue) = 246+127+119=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67F77 is #098088. Grayscale: #A1A1A1. Windows color (decimal): -622729 or 7831542. OLE color: 7831542.
HSL color Cylindrical-coordinate representation of color #F67F77: hue angle of 3.78º 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 #F67F77 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 127 | 119 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.04 |
| HSL | 3.78º | 0.88% | 0.72% | - |
| HSV(B) | 3.78º | 0.52% | 0.96% | - |
| XYZ | 48.93 | 36.1 | 21.84 | - |
| YUV | 161.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 127 | 119 | 0 | 0.48 | 0.52 | 0.04 | 3.78 | 0.88 | 0.72 |
| Hex | F6 | 7F | 77 | 0 | 30 | 34 | 4 | 4 | 58 | 48 |
| Octal | 366 | 177 | 167 | 0 | 60 | 64 | 4 | 4 | 130 | 110 |
| Binary | 11110110 | 1111111 | 1110111 | 0 | 110000 | 110100 | 100 | 100 | 1011000 | 1001000 |
Color Harmonies of #F67F77
Complementary color
Monochromatic Colors of #F67F77
Black with #F67F77
Text Example
Text Example
White with #F67F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67F77; }
p { color: rgb(246,127,119); }
H1.HeaderClassName
{
color: #F67F77;
}
.AnyTagClassName
{
color: #F67F77;
}
</style>
background-color css
<style>
a { background-color: #F67F77; }
a { background-color: rgb(246,127,119); }
div.DivClassName
{
background-color: #F67F77;
}
.BgClassName
{
background-color: #F67F77;
}
</style>
border-color css
<style>
span { border-color: #F67F77; }
span { border-color: rgb(246,127,119); }
td.TdClassName
{
border-color: #F67F77;
}
.TagClassName
{
border-color: #F67F77;
}
</style>