Shades of Dark Salmon #F0987A
Tints of Dark Salmon #F0987A
RGB
CMYK
RGB Variations
Color information
#F0987A (or 0xF0987A) is known color: Dark Salmon. HEX triplet: F0, 98 and 7A. RGB value is (240,152,122). Sum of RGB (Red+Green+Blue) = 240+152+122=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0987A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0987A is #0F6785. Grayscale: #AFAFAF. Windows color (decimal): -1009542 or 8034544. OLE color: 8034544.
HSL color Cylindrical-coordinate representation of color #F0987A: hue angle of 15.25º 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 #F0987A is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 122 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.06 |
| HSL | 15.25º | 0.8% | 0.71% | - |
| HSV(B) | 15.25º | 0.49% | 0.94% | - |
| XYZ | 50.68 | 42.39 | 23.92 | - |
| YUV | 174.89 | 98.15 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 122 | 0 | 0.37 | 0.49 | 0.06 | 15.25 | 0.8 | 0.71 |
| Hex | F0 | 98 | 7A | 0 | 25 | 31 | 6 | F | 50 | 47 |
| Octal | 360 | 230 | 172 | 0 | 45 | 61 | 6 | 17 | 120 | 107 |
| Binary | 11110000 | 10011000 | 1111010 | 0 | 100101 | 110001 | 110 | 1111 | 1010000 | 1000111 |
Color Harmonies of #F0987A
Complementary color
Monochromatic Colors of #F0987A
Black with #F0987A
Text Example
Text Example
White with #F0987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0987A; }
p { color: rgb(240,152,122); }
H1.HeaderClassName
{
color: #F0987A;
}
.AnyTagClassName
{
color: #F0987A;
}
</style>
background-color css
<style>
a { background-color: #F0987A; }
a { background-color: rgb(240,152,122); }
div.DivClassName
{
background-color: #F0987A;
}
.BgClassName
{
background-color: #F0987A;
}
</style>
border-color css
<style>
span { border-color: #F0987A; }
span { border-color: rgb(240,152,122); }
td.TdClassName
{
border-color: #F0987A;
}
.TagClassName
{
border-color: #F0987A;
}
</style>