Shades of Salmon #F08777
Tints of Salmon #F08777
RGB
CMYK
RGB Variations
Color information
#F08777 (or 0xF08777) is known color: Salmon. HEX triplet: F0, 87 and 77. RGB value is (240,135,119). Sum of RGB (Red+Green+Blue) = 240+135+119=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F08777 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08777 is #0F7888. Grayscale: #A4A4A4. Windows color (decimal): -1013897 or 7833584. OLE color: 7833584.
HSL color Cylindrical-coordinate representation of color #F08777: hue angle of 7.93º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F08777 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 119 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.06 |
| HSL | 7.93º | 0.8% | 0.7% | - |
| HSV(B) | 7.93º | 0.5% | 0.94% | - |
| XYZ | 47.93 | 37.19 | 22.1 | - |
| YUV | 164.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 119 | 0 | 0.44 | 0.50 | 0.06 | 7.93 | 0.8 | 0.7 |
| Hex | F0 | 87 | 77 | 0 | 2C | 32 | 6 | 8 | 50 | 46 |
| Octal | 360 | 207 | 167 | 0 | 54 | 62 | 6 | 10 | 120 | 106 |
| Binary | 11110000 | 10000111 | 1110111 | 0 | 101100 | 110010 | 110 | 1000 | 1010000 | 1000110 |
Color Harmonies of #F08777
Complementary color
Monochromatic Colors of #F08777
Black with #F08777
Text Example
Text Example
White with #F08777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08777; }
p { color: rgb(240,135,119); }
H1.HeaderClassName
{
color: #F08777;
}
.AnyTagClassName
{
color: #F08777;
}
</style>
background-color css
<style>
a { background-color: #F08777; }
a { background-color: rgb(240,135,119); }
div.DivClassName
{
background-color: #F08777;
}
.BgClassName
{
background-color: #F08777;
}
</style>
border-color css
<style>
span { border-color: #F08777; }
span { border-color: rgb(240,135,119); }
td.TdClassName
{
border-color: #F08777;
}
.TagClassName
{
border-color: #F08777;
}
</style>