Shades of Dark Salmon #F0947A
Tints of Dark Salmon #F0947A
RGB
CMYK
RGB Variations
Color information
#F0947A (or 0xF0947A) is known color: Dark Salmon. HEX triplet: F0, 94 and 7A. RGB value is (240,148,122). Sum of RGB (Red+Green+Blue) = 240+148+122=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F0947A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0947A is #0F6B85. Grayscale: #ACACAC. Windows color (decimal): -1010566 or 8033520. OLE color: 8033520.
HSL color Cylindrical-coordinate representation of color #F0947A: hue angle of 13.22º 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 #F0947A is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 122 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.06 |
| HSL | 13.22º | 0.8% | 0.71% | - |
| HSV(B) | 13.22º | 0.49% | 0.94% | - |
| XYZ | 50.04 | 41.11 | 23.71 | - |
| YUV | 172.54 | 99.48 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 122 | 0 | 0.38 | 0.49 | 0.06 | 13.22 | 0.8 | 0.71 |
| Hex | F0 | 94 | 7A | 0 | 26 | 31 | 6 | D | 50 | 47 |
| Octal | 360 | 224 | 172 | 0 | 46 | 61 | 6 | 15 | 120 | 107 |
| Binary | 11110000 | 10010100 | 1111010 | 0 | 100110 | 110001 | 110 | 1101 | 1010000 | 1000111 |
Color Harmonies of #F0947A
Complementary color
Monochromatic Colors of #F0947A
Black with #F0947A
Text Example
Text Example
White with #F0947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0947A; }
p { color: rgb(240,148,122); }
H1.HeaderClassName
{
color: #F0947A;
}
.AnyTagClassName
{
color: #F0947A;
}
</style>
background-color css
<style>
a { background-color: #F0947A; }
a { background-color: rgb(240,148,122); }
div.DivClassName
{
background-color: #F0947A;
}
.BgClassName
{
background-color: #F0947A;
}
</style>
border-color css
<style>
span { border-color: #F0947A; }
span { border-color: rgb(240,148,122); }
td.TdClassName
{
border-color: #F0947A;
}
.TagClassName
{
border-color: #F0947A;
}
</style>