Shades of Dark Salmon #F08D7B
Tints of Dark Salmon #F08D7B
RGB
CMYK
RGB Variations
Color information
#F08D7B (or 0xF08D7B) is known color: Dark Salmon. HEX triplet: F0, 8D and 7B. RGB value is (240,141,123). Sum of RGB (Red+Green+Blue) = 240+141+123=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08D7B is #0F7284. Grayscale: #A8A8A8. Windows color (decimal): -1012357 or 8097264. OLE color: 8097264.
HSL color Cylindrical-coordinate representation of color #F08D7B: hue angle of 9.23º 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 #F08D7B is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 123 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.06 |
| HSL | 9.23º | 0.8% | 0.71% | - |
| HSV(B) | 9.23º | 0.49% | 0.94% | - |
| XYZ | 49.04 | 39.01 | 23.68 | - |
| YUV | 168.55 | 102.3 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 123 | 0 | 0.41 | 0.49 | 0.06 | 9.23 | 0.8 | 0.71 |
| Hex | F0 | 8D | 7B | 0 | 29 | 31 | 6 | 9 | 50 | 47 |
| Octal | 360 | 215 | 173 | 0 | 51 | 61 | 6 | 11 | 120 | 107 |
| Binary | 11110000 | 10001101 | 1111011 | 0 | 101001 | 110001 | 110 | 1001 | 1010000 | 1000111 |
Color Harmonies of #F08D7B
Complementary color
Monochromatic Colors of #F08D7B
Black with #F08D7B
Text Example
Text Example
White with #F08D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08D7B; }
p { color: rgb(240,141,123); }
H1.HeaderClassName
{
color: #F08D7B;
}
.AnyTagClassName
{
color: #F08D7B;
}
</style>
background-color css
<style>
a { background-color: #F08D7B; }
a { background-color: rgb(240,141,123); }
div.DivClassName
{
background-color: #F08D7B;
}
.BgClassName
{
background-color: #F08D7B;
}
</style>
border-color css
<style>
span { border-color: #F08D7B; }
span { border-color: rgb(240,141,123); }
td.TdClassName
{
border-color: #F08D7B;
}
.TagClassName
{
border-color: #F08D7B;
}
</style>