Shades of Salmon #F08166
Tints of Salmon #F08166
RGB
CMYK
RGB Variations
Color information
#F08166 (or 0xF08166) is known color: Salmon. HEX triplet: F0, 81 and 66. RGB value is (240,129,102). Sum of RGB (Red+Green+Blue) = 240+129+102=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F08166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08166 is #0F7E99. Grayscale: #9F9F9F. Windows color (decimal): -1015450 or 6717936. OLE color: 6717936.
HSL color Cylindrical-coordinate representation of color #F08166: hue angle of 11.74º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F08166 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 102 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.06 |
| HSL | 11.74º | 0.82% | 0.67% | - |
| HSV(B) | 11.74º | 0.58% | 0.94% | - |
| XYZ | 46.18 | 35.19 | 16.93 | - |
| YUV | 159.11 | 95.77 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 102 | 0 | 0.46 | 0.58 | 0.06 | 11.74 | 0.82 | 0.67 |
| Hex | F0 | 81 | 66 | 0 | 2E | 3A | 6 | C | 52 | 43 |
| Octal | 360 | 201 | 146 | 0 | 56 | 72 | 6 | 14 | 122 | 103 |
| Binary | 11110000 | 10000001 | 1100110 | 0 | 101110 | 111010 | 110 | 1100 | 1010010 | 1000011 |
Color Harmonies of #F08166
Complementary color
Monochromatic Colors of #F08166
Black with #F08166
Text Example
Text Example
White with #F08166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08166; }
p { color: rgb(240,129,102); }
H1.HeaderClassName
{
color: #F08166;
}
.AnyTagClassName
{
color: #F08166;
}
</style>
background-color css
<style>
a { background-color: #F08166; }
a { background-color: rgb(240,129,102); }
div.DivClassName
{
background-color: #F08166;
}
.BgClassName
{
background-color: #F08166;
}
</style>
border-color css
<style>
span { border-color: #F08166; }
span { border-color: rgb(240,129,102); }
td.TdClassName
{
border-color: #F08166;
}
.TagClassName
{
border-color: #F08166;
}
</style>