Shades of Salmon #F08370
Tints of Salmon #F08370
RGB
CMYK
RGB Variations
Color information
#F08370 (or 0xF08370) is known color: Salmon. HEX triplet: F0, 83 and 70. RGB value is (240,131,112). Sum of RGB (Red+Green+Blue) = 240+131+112=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F08370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08370 is #0F7C8F. Grayscale: #A1A1A1. Windows color (decimal): -1014928 or 7373808. OLE color: 7373808.
HSL color Cylindrical-coordinate representation of color #F08370: hue angle of 8.91º 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 #F08370 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 112 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.06 |
| HSL | 8.91º | 0.81% | 0.69% | - |
| HSV(B) | 8.91º | 0.53% | 0.94% | - |
| XYZ | 46.98 | 35.93 | 19.79 | - |
| YUV | 161.43 | 100.11 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 112 | 0 | 0.45 | 0.53 | 0.06 | 8.91 | 0.81 | 0.69 |
| Hex | F0 | 83 | 70 | 0 | 2D | 35 | 6 | 9 | 51 | 45 |
| Octal | 360 | 203 | 160 | 0 | 55 | 65 | 6 | 11 | 121 | 105 |
| Binary | 11110000 | 10000011 | 1110000 | 0 | 101101 | 110101 | 110 | 1001 | 1010001 | 1000101 |
Color Harmonies of #F08370
Complementary color
Monochromatic Colors of #F08370
Black with #F08370
Text Example
Text Example
White with #F08370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08370; }
p { color: rgb(240,131,112); }
H1.HeaderClassName
{
color: #F08370;
}
.AnyTagClassName
{
color: #F08370;
}
</style>
background-color css
<style>
a { background-color: #F08370; }
a { background-color: rgb(240,131,112); }
div.DivClassName
{
background-color: #F08370;
}
.BgClassName
{
background-color: #F08370;
}
</style>
border-color css
<style>
span { border-color: #F08370; }
span { border-color: rgb(240,131,112); }
td.TdClassName
{
border-color: #F08370;
}
.TagClassName
{
border-color: #F08370;
}
</style>