Shades of Salmon #F87977
Tints of Salmon #F87977
RGB
CMYK
RGB Variations
Color information
#F87977 (or 0xF87977) is known color: Salmon. HEX triplet: F8, 79 and 77. RGB value is (248,121,119). Sum of RGB (Red+Green+Blue) = 248+121+119=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F87977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87977 is #078688. Grayscale: #9E9E9E. Windows color (decimal): -493193 or 7830008. OLE color: 7830008.
HSL color Cylindrical-coordinate representation of color #F87977: hue angle of 0.93º 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 #F87977 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 121 | 119 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.03 |
| HSL | 0.93º | 0.9% | 0.72% | - |
| HSV(B) | 0.93º | 0.52% | 0.97% | - |
| XYZ | 48.88 | 34.96 | 21.63 | - |
| YUV | 158.75 | 105.58 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 121 | 119 | 0 | 0.51 | 0.52 | 0.03 | 0.93 | 0.9 | 0.72 |
| Hex | F8 | 79 | 77 | 0 | 33 | 34 | 3 | 1 | 5A | 48 |
| Octal | 370 | 171 | 167 | 0 | 63 | 64 | 3 | 1 | 132 | 110 |
| Binary | 11111000 | 1111001 | 1110111 | 0 | 110011 | 110100 | 11 | 1 | 1011010 | 1001000 |
Color Harmonies of #F87977
Complementary color
Monochromatic Colors of #F87977
Black with #F87977
Text Example
Text Example
White with #F87977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87977; }
p { color: rgb(248,121,119); }
H1.HeaderClassName
{
color: #F87977;
}
.AnyTagClassName
{
color: #F87977;
}
</style>
background-color css
<style>
a { background-color: #F87977; }
a { background-color: rgb(248,121,119); }
div.DivClassName
{
background-color: #F87977;
}
.BgClassName
{
background-color: #F87977;
}
</style>
border-color css
<style>
span { border-color: #F87977; }
span { border-color: rgb(248,121,119); }
td.TdClassName
{
border-color: #F87977;
}
.TagClassName
{
border-color: #F87977;
}
</style>