Shades of Dark Salmon #F0937A
Tints of Dark Salmon #F0937A
RGB
CMYK
RGB Variations
Color information
#F0937A (or 0xF0937A) is known color: Dark Salmon. HEX triplet: F0, 93 and 7A. RGB value is (240,147,122). Sum of RGB (Red+Green+Blue) = 240+147+122=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F0937A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0937A is #0F6C85. Grayscale: #ACACAC. Windows color (decimal): -1010822 or 8033264. OLE color: 8033264.
HSL color Cylindrical-coordinate representation of color #F0937A: hue angle of 12.71º 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 #F0937A is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 122 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.06 |
| HSL | 12.71º | 0.8% | 0.71% | - |
| HSV(B) | 12.71º | 0.49% | 0.94% | - |
| XYZ | 49.88 | 40.8 | 23.66 | - |
| YUV | 171.96 | 99.81 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 122 | 0 | 0.39 | 0.49 | 0.06 | 12.71 | 0.8 | 0.71 |
| Hex | F0 | 93 | 7A | 0 | 27 | 31 | 6 | D | 50 | 47 |
| Octal | 360 | 223 | 172 | 0 | 47 | 61 | 6 | 15 | 120 | 107 |
| Binary | 11110000 | 10010011 | 1111010 | 0 | 100111 | 110001 | 110 | 1101 | 1010000 | 1000111 |
Color Harmonies of #F0937A
Complementary color
Monochromatic Colors of #F0937A
Black with #F0937A
Text Example
Text Example
White with #F0937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0937A; }
p { color: rgb(240,147,122); }
H1.HeaderClassName
{
color: #F0937A;
}
.AnyTagClassName
{
color: #F0937A;
}
</style>
background-color css
<style>
a { background-color: #F0937A; }
a { background-color: rgb(240,147,122); }
div.DivClassName
{
background-color: #F0937A;
}
.BgClassName
{
background-color: #F0937A;
}
</style>
border-color css
<style>
span { border-color: #F0937A; }
span { border-color: rgb(240,147,122); }
td.TdClassName
{
border-color: #F0937A;
}
.TagClassName
{
border-color: #F0937A;
}
</style>