Shades of Salmon #F77D6C
Tints of Salmon #F77D6C
RGB
CMYK
RGB Variations
Color information
#F77D6C (or 0xF77D6C) is known color: Salmon. HEX triplet: F7, 7D and 6C. RGB value is (247,125,108). Sum of RGB (Red+Green+Blue) = 247+125+108=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77D6C is #088293. Grayscale: #9F9F9F. Windows color (decimal): -557716 or 7110135. OLE color: 7110135.
HSL color Cylindrical-coordinate representation of color #F77D6C: hue angle of 7.34º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F77D6C is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 108 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.03 |
| HSL | 7.34º | 0.9% | 0.7% | - |
| HSV(B) | 7.34º | 0.56% | 0.97% | - |
| XYZ | 48.4 | 35.52 | 18.49 | - |
| YUV | 159.54 | 98.92 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 108 | 0 | 0.49 | 0.56 | 0.03 | 7.34 | 0.9 | 0.7 |
| Hex | F7 | 7D | 6C | 0 | 31 | 38 | 3 | 7 | 5A | 46 |
| Octal | 367 | 175 | 154 | 0 | 61 | 70 | 3 | 7 | 132 | 106 |
| Binary | 11110111 | 1111101 | 1101100 | 0 | 110001 | 111000 | 11 | 111 | 1011010 | 1000110 |
Color Harmonies of #F77D6C
Complementary color
Monochromatic Colors of #F77D6C
Black with #F77D6C
Text Example
Text Example
White with #F77D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77D6C; }
p { color: rgb(247,125,108); }
H1.HeaderClassName
{
color: #F77D6C;
}
.AnyTagClassName
{
color: #F77D6C;
}
</style>
background-color css
<style>
a { background-color: #F77D6C; }
a { background-color: rgb(247,125,108); }
div.DivClassName
{
background-color: #F77D6C;
}
.BgClassName
{
background-color: #F77D6C;
}
</style>
border-color css
<style>
span { border-color: #F77D6C; }
span { border-color: rgb(247,125,108); }
td.TdClassName
{
border-color: #F77D6C;
}
.TagClassName
{
border-color: #F77D6C;
}
</style>