Shades of Salmon #F77777
Tints of Salmon #F77777
RGB
CMYK
RGB Variations
Color information
#F77777 (or 0xF77777) is known color: Salmon. HEX triplet: F7, 77 and 77. RGB value is (247,119,119). Sum of RGB (Red+Green+Blue) = 247+119+119=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F77777 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77777 is #088888. Grayscale: #9D9D9D. Windows color (decimal): -559241 or 7829495. OLE color: 7829495.
HSL color Cylindrical-coordinate representation of color #F77777: hue angle of 0º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F77777 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 119 | 119 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.03 |
| HSL | 0º | 0.89% | 0.72% | - |
| HSV(B) | 0º | 0.52% | 0.97% | - |
| XYZ | 48.28 | 34.3 | 21.53 | - |
| YUV | 157.27 | 106.41 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 119 | 119 | 0 | 0.52 | 0.52 | 0.03 | 0 | 0.89 | 0.72 |
| Hex | F7 | 77 | 77 | 0 | 34 | 34 | 3 | 0 | 59 | 48 |
| Octal | 367 | 167 | 167 | 0 | 64 | 64 | 3 | 0 | 131 | 110 |
| Binary | 11110111 | 1110111 | 1110111 | 0 | 110100 | 110100 | 11 | 0 | 1011001 | 1001000 |
Color Harmonies of #F77777
Complementary color
Monochromatic Colors of #F77777
Black with #F77777
Text Example
Text Example
White with #F77777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77777; }
p { color: rgb(247,119,119); }
H1.HeaderClassName
{
color: #F77777;
}
.AnyTagClassName
{
color: #F77777;
}
</style>
background-color css
<style>
a { background-color: #F77777; }
a { background-color: rgb(247,119,119); }
div.DivClassName
{
background-color: #F77777;
}
.BgClassName
{
background-color: #F77777;
}
</style>
border-color css
<style>
span { border-color: #F77777; }
span { border-color: rgb(247,119,119); }
td.TdClassName
{
border-color: #F77777;
}
.TagClassName
{
border-color: #F77777;
}
</style>