Shades of Salmon #F0816F
Tints of Salmon #F0816F
RGB
CMYK
RGB Variations
Color information
#F0816F (or 0xF0816F) is known color: Salmon. HEX triplet: F0, 81 and 6F. RGB value is (240,129,111). Sum of RGB (Red+Green+Blue) = 240+129+111=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F0816F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0816F is #0F7E90. Grayscale: #A0A0A0. Windows color (decimal): -1015441 or 7307760. OLE color: 7307760.
HSL color Cylindrical-coordinate representation of color #F0816F: hue angle of 8.37º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0816F is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 111 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.06 |
| HSL | 8.37º | 0.81% | 0.69% | - |
| HSV(B) | 8.37º | 0.54% | 0.94% | - |
| XYZ | 46.65 | 35.37 | 19.41 | - |
| YUV | 160.14 | 100.27 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 111 | 0 | 0.46 | 0.54 | 0.06 | 8.37 | 0.81 | 0.69 |
| Hex | F0 | 81 | 6F | 0 | 2E | 36 | 6 | 8 | 51 | 45 |
| Octal | 360 | 201 | 157 | 0 | 56 | 66 | 6 | 10 | 121 | 105 |
| Binary | 11110000 | 10000001 | 1101111 | 0 | 101110 | 110110 | 110 | 1000 | 1010001 | 1000101 |
Color Harmonies of #F0816F
Complementary color
Monochromatic Colors of #F0816F
Black with #F0816F
Text Example
Text Example
White with #F0816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0816F; }
p { color: rgb(240,129,111); }
H1.HeaderClassName
{
color: #F0816F;
}
.AnyTagClassName
{
color: #F0816F;
}
</style>
background-color css
<style>
a { background-color: #F0816F; }
a { background-color: rgb(240,129,111); }
div.DivClassName
{
background-color: #F0816F;
}
.BgClassName
{
background-color: #F0816F;
}
</style>
border-color css
<style>
span { border-color: #F0816F; }
span { border-color: rgb(240,129,111); }
td.TdClassName
{
border-color: #F0816F;
}
.TagClassName
{
border-color: #F0816F;
}
</style>