Shades of Salmon #F87D77
Tints of Salmon #F87D77
RGB
CMYK
RGB Variations
Color information
#F87D77 (or 0xF87D77) is known color: Salmon. HEX triplet: F8, 7D and 77. RGB value is (248,125,119). Sum of RGB (Red+Green+Blue) = 248+125+119=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87D77 is #078288. Grayscale: #A1A1A1. Windows color (decimal): -492169 or 7831032. OLE color: 7831032.
HSL color Cylindrical-coordinate representation of color #F87D77: hue angle of 2.79º degrees, saturation: 0.9, 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 #F87D77 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 119 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.03 |
| HSL | 2.79º | 0.9% | 0.72% | - |
| HSV(B) | 2.79º | 0.52% | 0.97% | - |
| XYZ | 49.37 | 35.96 | 21.79 | - |
| YUV | 161.09 | 104.25 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 119 | 0 | 0.50 | 0.52 | 0.03 | 2.79 | 0.9 | 0.72 |
| Hex | F8 | 7D | 77 | 0 | 32 | 34 | 3 | 3 | 5A | 48 |
| Octal | 370 | 175 | 167 | 0 | 62 | 64 | 3 | 3 | 132 | 110 |
| Binary | 11111000 | 1111101 | 1110111 | 0 | 110010 | 110100 | 11 | 11 | 1011010 | 1001000 |
Color Harmonies of #F87D77
Complementary color
Monochromatic Colors of #F87D77
Black with #F87D77
Text Example
Text Example
White with #F87D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87D77; }
p { color: rgb(248,125,119); }
H1.HeaderClassName
{
color: #F87D77;
}
.AnyTagClassName
{
color: #F87D77;
}
</style>
background-color css
<style>
a { background-color: #F87D77; }
a { background-color: rgb(248,125,119); }
div.DivClassName
{
background-color: #F87D77;
}
.BgClassName
{
background-color: #F87D77;
}
</style>
border-color css
<style>
span { border-color: #F87D77; }
span { border-color: rgb(248,125,119); }
td.TdClassName
{
border-color: #F87D77;
}
.TagClassName
{
border-color: #F87D77;
}
</style>