Shades of Salmon #F08770
Tints of Salmon #F08770
RGB
CMYK
RGB Variations
Color information
#F08770 (or 0xF08770) is known color: Salmon. HEX triplet: F0, 87 and 70. RGB value is (240,135,112). Sum of RGB (Red+Green+Blue) = 240+135+112=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F08770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08770 is #0F788F. Grayscale: #A3A3A3. Windows color (decimal): -1013904 or 7374832. OLE color: 7374832.
HSL color Cylindrical-coordinate representation of color #F08770: hue angle of 10.78º 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 #F08770 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 112 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.06 |
| HSL | 10.78º | 0.81% | 0.69% | - |
| HSV(B) | 10.78º | 0.53% | 0.94% | - |
| XYZ | 47.52 | 37.02 | 19.97 | - |
| YUV | 163.77 | 98.79 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 112 | 0 | 0.44 | 0.53 | 0.06 | 10.78 | 0.81 | 0.69 |
| Hex | F0 | 87 | 70 | 0 | 2C | 35 | 6 | B | 51 | 45 |
| Octal | 360 | 207 | 160 | 0 | 54 | 65 | 6 | 13 | 121 | 105 |
| Binary | 11110000 | 10000111 | 1110000 | 0 | 101100 | 110101 | 110 | 1011 | 1010001 | 1000101 |
Color Harmonies of #F08770
Complementary color
Monochromatic Colors of #F08770
Black with #F08770
Text Example
Text Example
White with #F08770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08770; }
p { color: rgb(240,135,112); }
H1.HeaderClassName
{
color: #F08770;
}
.AnyTagClassName
{
color: #F08770;
}
</style>
background-color css
<style>
a { background-color: #F08770; }
a { background-color: rgb(240,135,112); }
div.DivClassName
{
background-color: #F08770;
}
.BgClassName
{
background-color: #F08770;
}
</style>
border-color css
<style>
span { border-color: #F08770; }
span { border-color: rgb(240,135,112); }
td.TdClassName
{
border-color: #F08770;
}
.TagClassName
{
border-color: #F08770;
}
</style>