Shades of Salmon #F08170
Tints of Salmon #F08170
RGB
CMYK
RGB Variations
Color information
#F08170 (or 0xF08170) is known color: Salmon. HEX triplet: F0, 81 and 70. RGB value is (240,129,112). Sum of RGB (Red+Green+Blue) = 240+129+112=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F08170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08170 is #0F7E8F. Grayscale: #A0A0A0. Windows color (decimal): -1015440 or 7373296. OLE color: 7373296.
HSL color Cylindrical-coordinate representation of color #F08170: hue angle of 7.97º 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 #F08170 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 112 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.06 |
| HSL | 7.97º | 0.81% | 0.69% | - |
| HSV(B) | 7.97º | 0.53% | 0.94% | - |
| XYZ | 46.71 | 35.4 | 19.7 | - |
| YUV | 160.25 | 100.77 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 112 | 0 | 0.46 | 0.53 | 0.06 | 7.97 | 0.81 | 0.69 |
| Hex | F0 | 81 | 70 | 0 | 2E | 35 | 6 | 8 | 51 | 45 |
| Octal | 360 | 201 | 160 | 0 | 56 | 65 | 6 | 10 | 121 | 105 |
| Binary | 11110000 | 10000001 | 1110000 | 0 | 101110 | 110101 | 110 | 1000 | 1010001 | 1000101 |
Color Harmonies of #F08170
Complementary color
Monochromatic Colors of #F08170
Black with #F08170
Text Example
Text Example
White with #F08170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08170; }
p { color: rgb(240,129,112); }
H1.HeaderClassName
{
color: #F08170;
}
.AnyTagClassName
{
color: #F08170;
}
</style>
background-color css
<style>
a { background-color: #F08170; }
a { background-color: rgb(240,129,112); }
div.DivClassName
{
background-color: #F08170;
}
.BgClassName
{
background-color: #F08170;
}
</style>
border-color css
<style>
span { border-color: #F08170; }
span { border-color: rgb(240,129,112); }
td.TdClassName
{
border-color: #F08170;
}
.TagClassName
{
border-color: #F08170;
}
</style>