Shades of Salmon #F0816A
Tints of Salmon #F0816A
RGB
CMYK
RGB Variations
Color information
#F0816A (or 0xF0816A) is known color: Salmon. HEX triplet: F0, 81 and 6A. RGB value is (240,129,106). Sum of RGB (Red+Green+Blue) = 240+129+106=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F0816A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0816A is #0F7E95. Grayscale: #9F9F9F. Windows color (decimal): -1015446 or 6980080. OLE color: 6980080.
HSL color Cylindrical-coordinate representation of color #F0816A: hue angle of 10.3º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0816A is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 106 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.06 |
| HSL | 10.3º | 0.82% | 0.68% | - |
| HSV(B) | 10.3º | 0.56% | 0.94% | - |
| XYZ | 46.39 | 35.27 | 18 | - |
| YUV | 159.57 | 97.77 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 106 | 0 | 0.46 | 0.56 | 0.06 | 10.3 | 0.82 | 0.68 |
| Hex | F0 | 81 | 6A | 0 | 2E | 38 | 6 | A | 52 | 44 |
| Octal | 360 | 201 | 152 | 0 | 56 | 70 | 6 | 12 | 122 | 104 |
| Binary | 11110000 | 10000001 | 1101010 | 0 | 101110 | 111000 | 110 | 1010 | 1010010 | 1000100 |
Color Harmonies of #F0816A
Complementary color
Monochromatic Colors of #F0816A
Black with #F0816A
Text Example
Text Example
White with #F0816A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0816A; }
p { color: rgb(240,129,106); }
H1.HeaderClassName
{
color: #F0816A;
}
.AnyTagClassName
{
color: #F0816A;
}
</style>
background-color css
<style>
a { background-color: #F0816A; }
a { background-color: rgb(240,129,106); }
div.DivClassName
{
background-color: #F0816A;
}
.BgClassName
{
background-color: #F0816A;
}
</style>
border-color css
<style>
span { border-color: #F0816A; }
span { border-color: rgb(240,129,106); }
td.TdClassName
{
border-color: #F0816A;
}
.TagClassName
{
border-color: #F0816A;
}
</style>