Shades of Dark Salmon #F08B7A
Tints of Dark Salmon #F08B7A
RGB
CMYK
RGB Variations
Color information
#F08B7A (or 0xF08B7A) is known color: Dark Salmon. HEX triplet: F0, 8B and 7A. RGB value is (240,139,122). Sum of RGB (Red+Green+Blue) = 240+139+122=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08B7A is #0F7485. Grayscale: #A7A7A7. Windows color (decimal): -1012870 or 8031216. OLE color: 8031216.
HSL color Cylindrical-coordinate representation of color #F08B7A: hue angle of 8.64º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F08B7A is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 122 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.06 |
| HSL | 8.64º | 0.8% | 0.71% | - |
| HSV(B) | 8.64º | 0.49% | 0.94% | - |
| XYZ | 48.68 | 38.4 | 23.26 | - |
| YUV | 167.26 | 102.46 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 122 | 0 | 0.42 | 0.49 | 0.06 | 8.64 | 0.8 | 0.71 |
| Hex | F0 | 8B | 7A | 0 | 2A | 31 | 6 | 9 | 50 | 47 |
| Octal | 360 | 213 | 172 | 0 | 52 | 61 | 6 | 11 | 120 | 107 |
| Binary | 11110000 | 10001011 | 1111010 | 0 | 101010 | 110001 | 110 | 1001 | 1010000 | 1000111 |
Color Harmonies of #F08B7A
Complementary color
Monochromatic Colors of #F08B7A
Black with #F08B7A
Text Example
Text Example
White with #F08B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08B7A; }
p { color: rgb(240,139,122); }
H1.HeaderClassName
{
color: #F08B7A;
}
.AnyTagClassName
{
color: #F08B7A;
}
</style>
background-color css
<style>
a { background-color: #F08B7A; }
a { background-color: rgb(240,139,122); }
div.DivClassName
{
background-color: #F08B7A;
}
.BgClassName
{
background-color: #F08B7A;
}
</style>
border-color css
<style>
span { border-color: #F08B7A; }
span { border-color: rgb(240,139,122); }
td.TdClassName
{
border-color: #F08B7A;
}
.TagClassName
{
border-color: #F08B7A;
}
</style>