Shades of Salmon #F87C77
Tints of Salmon #F87C77
RGB
CMYK
RGB Variations
Color information
#F87C77 (or 0xF87C77) is known color: Salmon. HEX triplet: F8, 7C and 77. RGB value is (248,124,119). Sum of RGB (Red+Green+Blue) = 248+124+119=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87C77 is #078388. Grayscale: #A0A0A0. Windows color (decimal): -492425 or 7830776. OLE color: 7830776.
HSL color Cylindrical-coordinate representation of color #F87C77: hue angle of 2.33º 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 #F87C77 is Cyan = 0, Magento = 0.5, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 119 | - |
| CMYK | 0 | 0.5 | 0.52 | 0.03 |
| HSL | 2.33º | 0.9% | 0.72% | - |
| HSV(B) | 2.33º | 0.52% | 0.97% | - |
| XYZ | 49.25 | 35.7 | 21.75 | - |
| YUV | 160.51 | 104.58 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 119 | 0 | 0.5 | 0.52 | 0.03 | 2.33 | 0.9 | 0.72 |
| Hex | F8 | 7C | 77 | 0 | 32 | 34 | 3 | 2 | 5A | 48 |
| Octal | 370 | 174 | 167 | 0 | 62 | 64 | 3 | 2 | 132 | 110 |
| Binary | 11111000 | 1111100 | 1110111 | 0 | 110010 | 110100 | 11 | 10 | 1011010 | 1001000 |
Color Harmonies of #F87C77
Complementary color
Monochromatic Colors of #F87C77
Black with #F87C77
Text Example
Text Example
White with #F87C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87C77; }
p { color: rgb(248,124,119); }
H1.HeaderClassName
{
color: #F87C77;
}
.AnyTagClassName
{
color: #F87C77;
}
</style>
background-color css
<style>
a { background-color: #F87C77; }
a { background-color: rgb(248,124,119); }
div.DivClassName
{
background-color: #F87C77;
}
.BgClassName
{
background-color: #F87C77;
}
</style>
border-color css
<style>
span { border-color: #F87C77; }
span { border-color: rgb(248,124,119); }
td.TdClassName
{
border-color: #F87C77;
}
.TagClassName
{
border-color: #F87C77;
}
</style>