Shades of Dark Salmon #F09F78
Tints of Dark Salmon #F09F78
RGB
CMYK
RGB Variations
Color information
#F09F78 (or 0xF09F78) is known color: Dark Salmon. HEX triplet: F0, 9F and 78. RGB value is (240,159,120). Sum of RGB (Red+Green+Blue) = 240+159+120=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F09F78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09F78 is #0F6087. Grayscale: #B3B3B3. Windows color (decimal): -1007752 or 7905264. OLE color: 7905264.
HSL color Cylindrical-coordinate representation of color #F09F78: hue angle of 19.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F09F78 is Cyan = 0, Magento = 0.34, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 120 | - |
| CMYK | 0 | 0.34 | 0.5 | 0.06 |
| HSL | 19.5º | 0.8% | 0.71% | - |
| HSV(B) | 19.5º | 0.5% | 0.94% | - |
| XYZ | 51.72 | 44.68 | 23.67 | - |
| YUV | 178.77 | 94.84 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 120 | 0 | 0.34 | 0.5 | 0.06 | 19.5 | 0.8 | 0.71 |
| Hex | F0 | 9F | 78 | 0 | 22 | 32 | 6 | 14 | 50 | 47 |
| Octal | 360 | 237 | 170 | 0 | 42 | 62 | 6 | 24 | 120 | 107 |
| Binary | 11110000 | 10011111 | 1111000 | 0 | 100010 | 110010 | 110 | 10100 | 1010000 | 1000111 |
Color Harmonies of #F09F78
Complementary color
Monochromatic Colors of #F09F78
Black with #F09F78
Text Example
Text Example
White with #F09F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09F78; }
p { color: rgb(240,159,120); }
H1.HeaderClassName
{
color: #F09F78;
}
.AnyTagClassName
{
color: #F09F78;
}
</style>
background-color css
<style>
a { background-color: #F09F78; }
a { background-color: rgb(240,159,120); }
div.DivClassName
{
background-color: #F09F78;
}
.BgClassName
{
background-color: #F09F78;
}
</style>
border-color css
<style>
span { border-color: #F09F78; }
span { border-color: rgb(240,159,120); }
td.TdClassName
{
border-color: #F09F78;
}
.TagClassName
{
border-color: #F09F78;
}
</style>