Shades of Salmon #F0816D
Tints of Salmon #F0816D
RGB
CMYK
RGB Variations
Color information
#F0816D (or 0xF0816D) is known color: Salmon. HEX triplet: F0, 81 and 6D. RGB value is (240,129,109). Sum of RGB (Red+Green+Blue) = 240+129+109=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0816D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0816D is #0F7E92. Grayscale: #A0A0A0. Windows color (decimal): -1015443 or 7176688. OLE color: 7176688.
HSL color Cylindrical-coordinate representation of color #F0816D: hue angle of 9.16º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0816D is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 109 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.06 |
| HSL | 9.16º | 0.81% | 0.68% | - |
| HSV(B) | 9.16º | 0.55% | 0.94% | - |
| XYZ | 46.55 | 35.33 | 18.83 | - |
| YUV | 159.91 | 99.27 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 109 | 0 | 0.46 | 0.55 | 0.06 | 9.16 | 0.81 | 0.68 |
| Hex | F0 | 81 | 6D | 0 | 2E | 37 | 6 | 9 | 51 | 44 |
| Octal | 360 | 201 | 155 | 0 | 56 | 67 | 6 | 11 | 121 | 104 |
| Binary | 11110000 | 10000001 | 1101101 | 0 | 101110 | 110111 | 110 | 1001 | 1010001 | 1000100 |
Color Harmonies of #F0816D
Complementary color
Monochromatic Colors of #F0816D
Black with #F0816D
Text Example
Text Example
White with #F0816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0816D; }
p { color: rgb(240,129,109); }
H1.HeaderClassName
{
color: #F0816D;
}
.AnyTagClassName
{
color: #F0816D;
}
</style>
background-color css
<style>
a { background-color: #F0816D; }
a { background-color: rgb(240,129,109); }
div.DivClassName
{
background-color: #F0816D;
}
.BgClassName
{
background-color: #F0816D;
}
</style>
border-color css
<style>
span { border-color: #F0816D; }
span { border-color: rgb(240,129,109); }
td.TdClassName
{
border-color: #F0816D;
}
.TagClassName
{
border-color: #F0816D;
}
</style>