Shades of Dark Salmon #F09071
Tints of Dark Salmon #F09071
RGB
CMYK
RGB Variations
Color information
#F09071 (or 0xF09071) is known color: Dark Salmon. HEX triplet: F0, 90 and 71. RGB value is (240,144,113). Sum of RGB (Red+Green+Blue) = 240+144+113=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F09071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09071 is #0F6F8E. Grayscale: #A9A9A9. Windows color (decimal): -1011599 or 7442672. OLE color: 7442672.
HSL color Cylindrical-coordinate representation of color #F09071: hue angle of 14.65º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F09071 is Cyan = 0, Magento = 0.4, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 113 | - |
| CMYK | 0 | 0.4 | 0.53 | 0.06 |
| HSL | 14.65º | 0.81% | 0.69% | - |
| HSV(B) | 14.65º | 0.53% | 0.94% | - |
| XYZ | 48.89 | 39.66 | 20.7 | - |
| YUV | 169.17 | 96.3 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 113 | 0 | 0.4 | 0.53 | 0.06 | 14.65 | 0.81 | 0.69 |
| Hex | F0 | 90 | 71 | 0 | 28 | 35 | 6 | F | 51 | 45 |
| Octal | 360 | 220 | 161 | 0 | 50 | 65 | 6 | 17 | 121 | 105 |
| Binary | 11110000 | 10010000 | 1110001 | 0 | 101000 | 110101 | 110 | 1111 | 1010001 | 1000101 |
Color Harmonies of #F09071
Complementary color
Monochromatic Colors of #F09071
Black with #F09071
Text Example
Text Example
White with #F09071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09071; }
p { color: rgb(240,144,113); }
H1.HeaderClassName
{
color: #F09071;
}
.AnyTagClassName
{
color: #F09071;
}
</style>
background-color css
<style>
a { background-color: #F09071; }
a { background-color: rgb(240,144,113); }
div.DivClassName
{
background-color: #F09071;
}
.BgClassName
{
background-color: #F09071;
}
</style>
border-color css
<style>
span { border-color: #F09071; }
span { border-color: rgb(240,144,113); }
td.TdClassName
{
border-color: #F09071;
}
.TagClassName
{
border-color: #F09071;
}
</style>