Shades of Salmon #F0816E
Tints of Salmon #F0816E
RGB
CMYK
RGB Variations
Color information
#F0816E (or 0xF0816E) is known color: Salmon. HEX triplet: F0, 81 and 6E. RGB value is (240,129,110). Sum of RGB (Red+Green+Blue) = 240+129+110=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0816E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0816E is #0F7E91. Grayscale: #A0A0A0. Windows color (decimal): -1015442 or 7242224. OLE color: 7242224.
HSL color Cylindrical-coordinate representation of color #F0816E: hue angle of 8.77º 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 #F0816E is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 110 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.06 |
| HSL | 8.77º | 0.81% | 0.69% | - |
| HSV(B) | 8.77º | 0.54% | 0.94% | - |
| XYZ | 46.6 | 35.35 | 19.12 | - |
| YUV | 160.02 | 99.77 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 110 | 0 | 0.46 | 0.54 | 0.06 | 8.77 | 0.81 | 0.69 |
| Hex | F0 | 81 | 6E | 0 | 2E | 36 | 6 | 9 | 51 | 45 |
| Octal | 360 | 201 | 156 | 0 | 56 | 66 | 6 | 11 | 121 | 105 |
| Binary | 11110000 | 10000001 | 1101110 | 0 | 101110 | 110110 | 110 | 1001 | 1010001 | 1000101 |
Color Harmonies of #F0816E
Complementary color
Monochromatic Colors of #F0816E
Black with #F0816E
Text Example
Text Example
White with #F0816E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0816E; }
p { color: rgb(240,129,110); }
H1.HeaderClassName
{
color: #F0816E;
}
.AnyTagClassName
{
color: #F0816E;
}
</style>
background-color css
<style>
a { background-color: #F0816E; }
a { background-color: rgb(240,129,110); }
div.DivClassName
{
background-color: #F0816E;
}
.BgClassName
{
background-color: #F0816E;
}
</style>
border-color css
<style>
span { border-color: #F0816E; }
span { border-color: rgb(240,129,110); }
td.TdClassName
{
border-color: #F0816E;
}
.TagClassName
{
border-color: #F0816E;
}
</style>