Shades of Dark Salmon #F0937F
Tints of Dark Salmon #F0937F
RGB
CMYK
RGB Variations
Color information
#F0937F (or 0xF0937F) is known color: Dark Salmon. HEX triplet: F0, 93 and 7F. RGB value is (240,147,127). Sum of RGB (Red+Green+Blue) = 240+147+127=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0937F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0937F is #0F6C80. Grayscale: #ACACAC. Windows color (decimal): -1010817 or 8360944. OLE color: 8360944.
HSL color Cylindrical-coordinate representation of color #F0937F: hue angle of 10.62º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0937F is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 127 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.06 |
| HSL | 10.62º | 0.79% | 0.72% | - |
| HSV(B) | 10.62º | 0.47% | 0.94% | - |
| XYZ | 50.2 | 40.93 | 25.33 | - |
| YUV | 172.53 | 102.31 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 127 | 0 | 0.39 | 0.47 | 0.06 | 10.62 | 0.79 | 0.72 |
| Hex | F0 | 93 | 7F | 0 | 27 | 2F | 6 | B | 4F | 48 |
| Octal | 360 | 223 | 177 | 0 | 47 | 57 | 6 | 13 | 117 | 110 |
| Binary | 11110000 | 10010011 | 1111111 | 0 | 100111 | 101111 | 110 | 1011 | 1001111 | 1001000 |
Color Harmonies of #F0937F
Complementary color
Monochromatic Colors of #F0937F
Black with #F0937F
Text Example
Text Example
White with #F0937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0937F; }
p { color: rgb(240,147,127); }
H1.HeaderClassName
{
color: #F0937F;
}
.AnyTagClassName
{
color: #F0937F;
}
</style>
background-color css
<style>
a { background-color: #F0937F; }
a { background-color: rgb(240,147,127); }
div.DivClassName
{
background-color: #F0937F;
}
.BgClassName
{
background-color: #F0937F;
}
</style>
border-color css
<style>
span { border-color: #F0937F; }
span { border-color: rgb(240,147,127); }
td.TdClassName
{
border-color: #F0937F;
}
.TagClassName
{
border-color: #F0937F;
}
</style>