Shades of Salmon #F87770
Tints of Salmon #F87770
RGB
CMYK
RGB Variations
Color information
#F87770 (or 0xF87770) is known color: Salmon. HEX triplet: F8, 77 and 70. RGB value is (248,119,112). Sum of RGB (Red+Green+Blue) = 248+119+112=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F87770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87770 is #07888F. Grayscale: #9C9C9C. Windows color (decimal): -493712 or 7370744. OLE color: 7370744.
HSL color Cylindrical-coordinate representation of color #F87770: hue angle of 3.09º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F87770 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 119 | 112 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.03 |
| HSL | 3.09º | 0.91% | 0.71% | - |
| HSV(B) | 3.09º | 0.55% | 0.97% | - |
| XYZ | 48.23 | 34.32 | 19.41 | - |
| YUV | 156.77 | 102.74 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 119 | 112 | 0 | 0.52 | 0.55 | 0.03 | 3.09 | 0.91 | 0.71 |
| Hex | F8 | 77 | 70 | 0 | 34 | 37 | 3 | 3 | 5B | 47 |
| Octal | 370 | 167 | 160 | 0 | 64 | 67 | 3 | 3 | 133 | 107 |
| Binary | 11111000 | 1110111 | 1110000 | 0 | 110100 | 110111 | 11 | 11 | 1011011 | 1000111 |
Color Harmonies of #F87770
Complementary color
Monochromatic Colors of #F87770
Black with #F87770
Text Example
Text Example
White with #F87770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87770; }
p { color: rgb(248,119,112); }
H1.HeaderClassName
{
color: #F87770;
}
.AnyTagClassName
{
color: #F87770;
}
</style>
background-color css
<style>
a { background-color: #F87770; }
a { background-color: rgb(248,119,112); }
div.DivClassName
{
background-color: #F87770;
}
.BgClassName
{
background-color: #F87770;
}
</style>
border-color css
<style>
span { border-color: #F87770; }
span { border-color: rgb(248,119,112); }
td.TdClassName
{
border-color: #F87770;
}
.TagClassName
{
border-color: #F87770;
}
</style>