Shades of Dark Salmon #F0946F
Tints of Dark Salmon #F0946F
RGB
CMYK
RGB Variations
Color information
#F0946F (or 0xF0946F) is known color: Dark Salmon. HEX triplet: F0, 94 and 6F. RGB value is (240,148,111). Sum of RGB (Red+Green+Blue) = 240+148+111=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0946F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0946F is #0F6B90. Grayscale: #ABABAB. Windows color (decimal): -1010577 or 7312624. OLE color: 7312624.
HSL color Cylindrical-coordinate representation of color #F0946F: hue angle of 17.21º 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 #F0946F is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 111 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.06 |
| HSL | 17.21º | 0.81% | 0.69% | - |
| HSV(B) | 17.21º | 0.54% | 0.94% | - |
| XYZ | 49.39 | 40.85 | 20.32 | - |
| YUV | 171.29 | 93.98 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 111 | 0 | 0.38 | 0.54 | 0.06 | 17.21 | 0.81 | 0.69 |
| Hex | F0 | 94 | 6F | 0 | 26 | 36 | 6 | 11 | 51 | 45 |
| Octal | 360 | 224 | 157 | 0 | 46 | 66 | 6 | 21 | 121 | 105 |
| Binary | 11110000 | 10010100 | 1101111 | 0 | 100110 | 110110 | 110 | 10001 | 1010001 | 1000101 |
Color Harmonies of #F0946F
Complementary color
Monochromatic Colors of #F0946F
Black with #F0946F
Text Example
Text Example
White with #F0946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0946F; }
p { color: rgb(240,148,111); }
H1.HeaderClassName
{
color: #F0946F;
}
.AnyTagClassName
{
color: #F0946F;
}
</style>
background-color css
<style>
a { background-color: #F0946F; }
a { background-color: rgb(240,148,111); }
div.DivClassName
{
background-color: #F0946F;
}
.BgClassName
{
background-color: #F0946F;
}
</style>
border-color css
<style>
span { border-color: #F0946F; }
span { border-color: rgb(240,148,111); }
td.TdClassName
{
border-color: #F0946F;
}
.TagClassName
{
border-color: #F0946F;
}
</style>