Shades of Salmon #F77B6C
Tints of Salmon #F77B6C
RGB
CMYK
RGB Variations
Color information
#F77B6C (or 0xF77B6C) is known color: Salmon. HEX triplet: F7, 7B and 6C. RGB value is (247,123,108). Sum of RGB (Red+Green+Blue) = 247+123+108=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F77B6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77B6C is #088493. Grayscale: #9E9E9E. Windows color (decimal): -558228 or 7109623. OLE color: 7109623.
HSL color Cylindrical-coordinate representation of color #F77B6C: hue angle of 6.47º 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 #F77B6C is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 108 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.03 |
| HSL | 6.47º | 0.9% | 0.7% | - |
| HSV(B) | 6.47º | 0.56% | 0.97% | - |
| XYZ | 48.15 | 35.02 | 18.41 | - |
| YUV | 158.37 | 99.58 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 108 | 0 | 0.50 | 0.56 | 0.03 | 6.47 | 0.9 | 0.7 |
| Hex | F7 | 7B | 6C | 0 | 32 | 38 | 3 | 6 | 5A | 46 |
| Octal | 367 | 173 | 154 | 0 | 62 | 70 | 3 | 6 | 132 | 106 |
| Binary | 11110111 | 1111011 | 1101100 | 0 | 110010 | 111000 | 11 | 110 | 1011010 | 1000110 |
Color Harmonies of #F77B6C
Complementary color
Monochromatic Colors of #F77B6C
Black with #F77B6C
Text Example
Text Example
White with #F77B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77B6C; }
p { color: rgb(247,123,108); }
H1.HeaderClassName
{
color: #F77B6C;
}
.AnyTagClassName
{
color: #F77B6C;
}
</style>
background-color css
<style>
a { background-color: #F77B6C; }
a { background-color: rgb(247,123,108); }
div.DivClassName
{
background-color: #F77B6C;
}
.BgClassName
{
background-color: #F77B6C;
}
</style>
border-color css
<style>
span { border-color: #F77B6C; }
span { border-color: rgb(247,123,108); }
td.TdClassName
{
border-color: #F77B6C;
}
.TagClassName
{
border-color: #F77B6C;
}
</style>