Shades of Dark Salmon #F08E6E
Tints of Dark Salmon #F08E6E
RGB
CMYK
RGB Variations
Color information
#F08E6E (or 0xF08E6E) is known color: Dark Salmon. HEX triplet: F0, 8E and 6E. RGB value is (240,142,110). Sum of RGB (Red+Green+Blue) = 240+142+110=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08E6E is #0F7191. Grayscale: #A7A7A7. Windows color (decimal): -1012114 or 7245552. OLE color: 7245552.
HSL color Cylindrical-coordinate representation of color #F08E6E: hue angle of 14.77º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F08E6E is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 142 | 110 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.06 |
| HSL | 14.77º | 0.81% | 0.69% | - |
| HSV(B) | 14.77º | 0.54% | 0.94% | - |
| XYZ | 48.42 | 39 | 19.73 | - |
| YUV | 167.65 | 95.47 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 142 | 110 | 0 | 0.41 | 0.54 | 0.06 | 14.77 | 0.81 | 0.69 |
| Hex | F0 | 8E | 6E | 0 | 29 | 36 | 6 | F | 51 | 45 |
| Octal | 360 | 216 | 156 | 0 | 51 | 66 | 6 | 17 | 121 | 105 |
| Binary | 11110000 | 10001110 | 1101110 | 0 | 101001 | 110110 | 110 | 1111 | 1010001 | 1000101 |
Color Harmonies of #F08E6E
Complementary color
Monochromatic Colors of #F08E6E
Black with #F08E6E
Text Example
Text Example
White with #F08E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08E6E; }
p { color: rgb(240,142,110); }
H1.HeaderClassName
{
color: #F08E6E;
}
.AnyTagClassName
{
color: #F08E6E;
}
</style>
background-color css
<style>
a { background-color: #F08E6E; }
a { background-color: rgb(240,142,110); }
div.DivClassName
{
background-color: #F08E6E;
}
.BgClassName
{
background-color: #F08E6E;
}
</style>
border-color css
<style>
span { border-color: #F08E6E; }
span { border-color: rgb(240,142,110); }
td.TdClassName
{
border-color: #F08E6E;
}
.TagClassName
{
border-color: #F08E6E;
}
</style>