Shades of Dark Salmon #F09175
Tints of Dark Salmon #F09175
RGB
CMYK
RGB Variations
Color information
#F09175 (or 0xF09175) is known color: Dark Salmon. HEX triplet: F0, 91 and 75. RGB value is (240,145,117). Sum of RGB (Red+Green+Blue) = 240+145+117=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F09175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09175 is #0F6E8A. Grayscale: #AAAAAA. Windows color (decimal): -1011339 or 7705072. OLE color: 7705072.
HSL color Cylindrical-coordinate representation of color #F09175: hue angle of 13.66º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F09175 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 117 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.06 |
| HSL | 13.66º | 0.8% | 0.7% | - |
| HSV(B) | 13.66º | 0.51% | 0.94% | - |
| XYZ | 49.27 | 40.06 | 21.97 | - |
| YUV | 170.21 | 97.97 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 117 | 0 | 0.40 | 0.51 | 0.06 | 13.66 | 0.8 | 0.7 |
| Hex | F0 | 91 | 75 | 0 | 28 | 33 | 6 | E | 50 | 46 |
| Octal | 360 | 221 | 165 | 0 | 50 | 63 | 6 | 16 | 120 | 106 |
| Binary | 11110000 | 10010001 | 1110101 | 0 | 101000 | 110011 | 110 | 1110 | 1010000 | 1000110 |
Color Harmonies of #F09175
Complementary color
Monochromatic Colors of #F09175
Black with #F09175
Text Example
Text Example
White with #F09175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09175; }
p { color: rgb(240,145,117); }
H1.HeaderClassName
{
color: #F09175;
}
.AnyTagClassName
{
color: #F09175;
}
</style>
background-color css
<style>
a { background-color: #F09175; }
a { background-color: rgb(240,145,117); }
div.DivClassName
{
background-color: #F09175;
}
.BgClassName
{
background-color: #F09175;
}
</style>
border-color css
<style>
span { border-color: #F09175; }
span { border-color: rgb(240,145,117); }
td.TdClassName
{
border-color: #F09175;
}
.TagClassName
{
border-color: #F09175;
}
</style>