Shades of Salmon #F87777
Tints of Salmon #F87777
RGB
CMYK
RGB Variations
Color information
#F87777 (or 0xF87777) is known color: Salmon. HEX triplet: F8, 77 and 77. RGB value is (248,119,119). Sum of RGB (Red+Green+Blue) = 248+119+119=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F87777 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87777 is #078888. Grayscale: #9D9D9D. Windows color (decimal): -493705 or 7829496. OLE color: 7829496.
HSL color Cylindrical-coordinate representation of color #F87777: hue angle of 0º 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 #F87777 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 119 | 119 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.03 |
| HSL | 0º | 0.9% | 0.72% | - |
| HSV(B) | 0º | 0.52% | 0.97% | - |
| XYZ | 48.64 | 34.48 | 21.54 | - |
| YUV | 157.57 | 106.24 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 119 | 119 | 0 | 0.52 | 0.52 | 0.03 | 0 | 0.9 | 0.72 |
| Hex | F8 | 77 | 77 | 0 | 34 | 34 | 3 | 0 | 5A | 48 |
| Octal | 370 | 167 | 167 | 0 | 64 | 64 | 3 | 0 | 132 | 110 |
| Binary | 11111000 | 1110111 | 1110111 | 0 | 110100 | 110100 | 11 | 0 | 1011010 | 1001000 |
Color Harmonies of #F87777
Complementary color
Monochromatic Colors of #F87777
Black with #F87777
Text Example
Text Example
White with #F87777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87777; }
p { color: rgb(248,119,119); }
H1.HeaderClassName
{
color: #F87777;
}
.AnyTagClassName
{
color: #F87777;
}
</style>
background-color css
<style>
a { background-color: #F87777; }
a { background-color: rgb(248,119,119); }
div.DivClassName
{
background-color: #F87777;
}
.BgClassName
{
background-color: #F87777;
}
</style>
border-color css
<style>
span { border-color: #F87777; }
span { border-color: rgb(248,119,119); }
td.TdClassName
{
border-color: #F87777;
}
.TagClassName
{
border-color: #F87777;
}
</style>