Shades of Salmon #F87A76
Tints of Salmon #F87A76
RGB
CMYK
RGB Variations
Color information
#F87A76 (or 0xF87A76) is known color: Salmon. HEX triplet: F8, 7A and 76. RGB value is (248,122,118). Sum of RGB (Red+Green+Blue) = 248+122+118=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87A76 is #078589. Grayscale: #9F9F9F. Windows color (decimal): -492938 or 7764728. OLE color: 7764728.
HSL color Cylindrical-coordinate representation of color #F87A76: hue angle of 1.85º 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 #F87A76 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 118 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.03 |
| HSL | 1.85º | 0.9% | 0.72% | - |
| HSV(B) | 1.85º | 0.52% | 0.97% | - |
| XYZ | 48.94 | 35.18 | 21.35 | - |
| YUV | 159.22 | 104.74 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 118 | 0 | 0.51 | 0.52 | 0.03 | 1.85 | 0.9 | 0.72 |
| Hex | F8 | 7A | 76 | 0 | 33 | 34 | 3 | 2 | 5A | 48 |
| Octal | 370 | 172 | 166 | 0 | 63 | 64 | 3 | 2 | 132 | 110 |
| Binary | 11111000 | 1111010 | 1110110 | 0 | 110011 | 110100 | 11 | 10 | 1011010 | 1001000 |
Color Harmonies of #F87A76
Complementary color
Monochromatic Colors of #F87A76
Black with #F87A76
Text Example
Text Example
White with #F87A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87A76; }
p { color: rgb(248,122,118); }
H1.HeaderClassName
{
color: #F87A76;
}
.AnyTagClassName
{
color: #F87A76;
}
</style>
background-color css
<style>
a { background-color: #F87A76; }
a { background-color: rgb(248,122,118); }
div.DivClassName
{
background-color: #F87A76;
}
.BgClassName
{
background-color: #F87A76;
}
</style>
border-color css
<style>
span { border-color: #F87A76; }
span { border-color: rgb(248,122,118); }
td.TdClassName
{
border-color: #F87A76;
}
.TagClassName
{
border-color: #F87A76;
}
</style>