Shades of Salmon #F0816C
Tints of Salmon #F0816C
RGB
CMYK
RGB Variations
Color information
#F0816C (or 0xF0816C) is known color: Salmon. HEX triplet: F0, 81 and 6C. RGB value is (240,129,108). Sum of RGB (Red+Green+Blue) = 240+129+108=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F0816C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0816C is #0F7E93. Grayscale: #9F9F9F. Windows color (decimal): -1015444 or 7111152. OLE color: 7111152.
HSL color Cylindrical-coordinate representation of color #F0816C: hue angle of 9.55º 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 #F0816C is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 108 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.06 |
| HSL | 9.55º | 0.81% | 0.68% | - |
| HSV(B) | 9.55º | 0.55% | 0.94% | - |
| XYZ | 46.49 | 35.31 | 18.55 | - |
| YUV | 159.8 | 98.77 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 108 | 0 | 0.46 | 0.55 | 0.06 | 9.55 | 0.81 | 0.68 |
| Hex | F0 | 81 | 6C | 0 | 2E | 37 | 6 | A | 51 | 44 |
| Octal | 360 | 201 | 154 | 0 | 56 | 67 | 6 | 12 | 121 | 104 |
| Binary | 11110000 | 10000001 | 1101100 | 0 | 101110 | 110111 | 110 | 1010 | 1010001 | 1000100 |
Color Harmonies of #F0816C
Complementary color
Monochromatic Colors of #F0816C
Black with #F0816C
Text Example
Text Example
White with #F0816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0816C; }
p { color: rgb(240,129,108); }
H1.HeaderClassName
{
color: #F0816C;
}
.AnyTagClassName
{
color: #F0816C;
}
</style>
background-color css
<style>
a { background-color: #F0816C; }
a { background-color: rgb(240,129,108); }
div.DivClassName
{
background-color: #F0816C;
}
.BgClassName
{
background-color: #F0816C;
}
</style>
border-color css
<style>
span { border-color: #F0816C; }
span { border-color: rgb(240,129,108); }
td.TdClassName
{
border-color: #F0816C;
}
.TagClassName
{
border-color: #F0816C;
}
</style>