Shades of Salmon #F87B77
Tints of Salmon #F87B77
RGB
CMYK
RGB Variations
Color information
#F87B77 (or 0xF87B77) is known color: Salmon. HEX triplet: F8, 7B and 77. RGB value is (248,123,119). Sum of RGB (Red+Green+Blue) = 248+123+119=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F87B77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87B77 is #078488. Grayscale: #A0A0A0. Windows color (decimal): -492681 or 7830520. OLE color: 7830520.
HSL color Cylindrical-coordinate representation of color #F87B77: hue angle of 1.86º 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 #F87B77 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 123 | 119 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.03 |
| HSL | 1.86º | 0.9% | 0.72% | - |
| HSV(B) | 1.86º | 0.52% | 0.97% | - |
| XYZ | 49.12 | 35.45 | 21.71 | - |
| YUV | 159.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 123 | 119 | 0 | 0.50 | 0.52 | 0.03 | 1.86 | 0.9 | 0.72 |
| Hex | F8 | 7B | 77 | 0 | 32 | 34 | 3 | 2 | 5A | 48 |
| Octal | 370 | 173 | 167 | 0 | 62 | 64 | 3 | 2 | 132 | 110 |
| Binary | 11111000 | 1111011 | 1110111 | 0 | 110010 | 110100 | 11 | 10 | 1011010 | 1001000 |
Color Harmonies of #F87B77
Complementary color
Monochromatic Colors of #F87B77
Black with #F87B77
Text Example
Text Example
White with #F87B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87B77; }
p { color: rgb(248,123,119); }
H1.HeaderClassName
{
color: #F87B77;
}
.AnyTagClassName
{
color: #F87B77;
}
</style>
background-color css
<style>
a { background-color: #F87B77; }
a { background-color: rgb(248,123,119); }
div.DivClassName
{
background-color: #F87B77;
}
.BgClassName
{
background-color: #F87B77;
}
</style>
border-color css
<style>
span { border-color: #F87B77; }
span { border-color: rgb(248,123,119); }
td.TdClassName
{
border-color: #F87B77;
}
.TagClassName
{
border-color: #F87B77;
}
</style>