Shades of Salmon #F08174
Tints of Salmon #F08174
RGB
CMYK
RGB Variations
Color information
#F08174 (or 0xF08174) is known color: Salmon. HEX triplet: F0, 81 and 74. RGB value is (240,129,116). Sum of RGB (Red+Green+Blue) = 240+129+116=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F08174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08174 is #0F7E8B. Grayscale: #A0A0A0. Windows color (decimal): -1015436 or 7635440. OLE color: 7635440.
HSL color Cylindrical-coordinate representation of color #F08174: hue angle of 6.29º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F08174 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 116 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.06 |
| HSL | 6.29º | 0.81% | 0.7% | - |
| HSV(B) | 6.29º | 0.52% | 0.94% | - |
| XYZ | 46.94 | 35.49 | 20.9 | - |
| YUV | 160.71 | 102.77 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 116 | 0 | 0.46 | 0.52 | 0.06 | 6.29 | 0.81 | 0.7 |
| Hex | F0 | 81 | 74 | 0 | 2E | 34 | 6 | 6 | 51 | 46 |
| Octal | 360 | 201 | 164 | 0 | 56 | 64 | 6 | 6 | 121 | 106 |
| Binary | 11110000 | 10000001 | 1110100 | 0 | 101110 | 110100 | 110 | 110 | 1010001 | 1000110 |
Color Harmonies of #F08174
Complementary color
Monochromatic Colors of #F08174
Black with #F08174
Text Example
Text Example
White with #F08174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08174; }
p { color: rgb(240,129,116); }
H1.HeaderClassName
{
color: #F08174;
}
.AnyTagClassName
{
color: #F08174;
}
</style>
background-color css
<style>
a { background-color: #F08174; }
a { background-color: rgb(240,129,116); }
div.DivClassName
{
background-color: #F08174;
}
.BgClassName
{
background-color: #F08174;
}
</style>
border-color css
<style>
span { border-color: #F08174; }
span { border-color: rgb(240,129,116); }
td.TdClassName
{
border-color: #F08174;
}
.TagClassName
{
border-color: #F08174;
}
</style>