Shades of Salmon #F87E77
Tints of Salmon #F87E77
RGB
CMYK
RGB Variations
Color information
#F87E77 (or 0xF87E77) is known color: Salmon. HEX triplet: F8, 7E and 77. RGB value is (248,126,119). Sum of RGB (Red+Green+Blue) = 248+126+119=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F87E77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87E77 is #078188. Grayscale: #A1A1A1. Windows color (decimal): -491913 or 7831288. OLE color: 7831288.
HSL color Cylindrical-coordinate representation of color #F87E77: hue angle of 3.26º 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 #F87E77 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 126 | 119 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.03 |
| HSL | 3.26º | 0.9% | 0.72% | - |
| HSV(B) | 3.26º | 0.52% | 0.97% | - |
| XYZ | 49.5 | 36.21 | 21.83 | - |
| YUV | 161.68 | 103.92 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 126 | 119 | 0 | 0.49 | 0.52 | 0.03 | 3.26 | 0.9 | 0.72 |
| Hex | F8 | 7E | 77 | 0 | 31 | 34 | 3 | 3 | 5A | 48 |
| Octal | 370 | 176 | 167 | 0 | 61 | 64 | 3 | 3 | 132 | 110 |
| Binary | 11111000 | 1111110 | 1110111 | 0 | 110001 | 110100 | 11 | 11 | 1011010 | 1001000 |
Color Harmonies of #F87E77
Complementary color
Monochromatic Colors of #F87E77
Black with #F87E77
Text Example
Text Example
White with #F87E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87E77; }
p { color: rgb(248,126,119); }
H1.HeaderClassName
{
color: #F87E77;
}
.AnyTagClassName
{
color: #F87E77;
}
</style>
background-color css
<style>
a { background-color: #F87E77; }
a { background-color: rgb(248,126,119); }
div.DivClassName
{
background-color: #F87E77;
}
.BgClassName
{
background-color: #F87E77;
}
</style>
border-color css
<style>
span { border-color: #F87E77; }
span { border-color: rgb(248,126,119); }
td.TdClassName
{
border-color: #F87E77;
}
.TagClassName
{
border-color: #F87E77;
}
</style>