Shades of Dark Salmon #F08B77
Tints of Dark Salmon #F08B77
RGB
CMYK
RGB Variations
Color information
#F08B77 (or 0xF08B77) is known color: Dark Salmon. HEX triplet: F0, 8B and 77. RGB value is (240,139,119). Sum of RGB (Red+Green+Blue) = 240+139+119=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08B77 is #0F7488. Grayscale: #A7A7A7. Windows color (decimal): -1012873 or 7834608. OLE color: 7834608.
HSL color Cylindrical-coordinate representation of color #F08B77: hue angle of 9.92º 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 #F08B77 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 119 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.06 |
| HSL | 9.92º | 0.8% | 0.7% | - |
| HSV(B) | 9.92º | 0.5% | 0.94% | - |
| XYZ | 48.5 | 38.32 | 22.29 | - |
| YUV | 166.92 | 100.96 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 119 | 0 | 0.42 | 0.50 | 0.06 | 9.92 | 0.8 | 0.7 |
| Hex | F0 | 8B | 77 | 0 | 2A | 32 | 6 | A | 50 | 46 |
| Octal | 360 | 213 | 167 | 0 | 52 | 62 | 6 | 12 | 120 | 106 |
| Binary | 11110000 | 10001011 | 1110111 | 0 | 101010 | 110010 | 110 | 1010 | 1010000 | 1000110 |
Color Harmonies of #F08B77
Complementary color
Monochromatic Colors of #F08B77
Black with #F08B77
Text Example
Text Example
White with #F08B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08B77; }
p { color: rgb(240,139,119); }
H1.HeaderClassName
{
color: #F08B77;
}
.AnyTagClassName
{
color: #F08B77;
}
</style>
background-color css
<style>
a { background-color: #F08B77; }
a { background-color: rgb(240,139,119); }
div.DivClassName
{
background-color: #F08B77;
}
.BgClassName
{
background-color: #F08B77;
}
</style>
border-color css
<style>
span { border-color: #F08B77; }
span { border-color: rgb(240,139,119); }
td.TdClassName
{
border-color: #F08B77;
}
.TagClassName
{
border-color: #F08B77;
}
</style>