Shades of Dark Salmon #F0987D
Tints of Dark Salmon #F0987D
RGB
CMYK
RGB Variations
Color information
#F0987D (or 0xF0987D) is known color: Dark Salmon. HEX triplet: F0, 98 and 7D. RGB value is (240,152,125). Sum of RGB (Red+Green+Blue) = 240+152+125=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0987D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0987D is #0F6782. Grayscale: #AFAFAF. Windows color (decimal): -1009539 or 8231152. OLE color: 8231152.
HSL color Cylindrical-coordinate representation of color #F0987D: hue angle of 14.09º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0987D is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 125 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.06 |
| HSL | 14.09º | 0.79% | 0.72% | - |
| HSV(B) | 14.09º | 0.48% | 0.94% | - |
| XYZ | 50.87 | 42.46 | 24.92 | - |
| YUV | 175.23 | 99.65 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 125 | 0 | 0.37 | 0.48 | 0.06 | 14.09 | 0.79 | 0.72 |
| Hex | F0 | 98 | 7D | 0 | 25 | 30 | 6 | E | 4F | 48 |
| Octal | 360 | 230 | 175 | 0 | 45 | 60 | 6 | 16 | 117 | 110 |
| Binary | 11110000 | 10011000 | 1111101 | 0 | 100101 | 110000 | 110 | 1110 | 1001111 | 1001000 |
Color Harmonies of #F0987D
Complementary color
Monochromatic Colors of #F0987D
Black with #F0987D
Text Example
Text Example
White with #F0987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0987D; }
p { color: rgb(240,152,125); }
H1.HeaderClassName
{
color: #F0987D;
}
.AnyTagClassName
{
color: #F0987D;
}
</style>
background-color css
<style>
a { background-color: #F0987D; }
a { background-color: rgb(240,152,125); }
div.DivClassName
{
background-color: #F0987D;
}
.BgClassName
{
background-color: #F0987D;
}
</style>
border-color css
<style>
span { border-color: #F0987D; }
span { border-color: rgb(240,152,125); }
td.TdClassName
{
border-color: #F0987D;
}
.TagClassName
{
border-color: #F0987D;
}
</style>