Shades of Salmon #F0806B
Tints of Salmon #F0806B
RGB
CMYK
RGB Variations
Color information
#F0806B (or 0xF0806B) is known color: Salmon. HEX triplet: F0, 80 and 6B. RGB value is (240,128,107). Sum of RGB (Red+Green+Blue) = 240+128+107=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F0806B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0806B is #0F7F94. Grayscale: #9F9F9F. Windows color (decimal): -1015701 or 7045360. OLE color: 7045360.
HSL color Cylindrical-coordinate representation of color #F0806B: hue angle of 9.47º degrees, saturation: 0.82, 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 #F0806B is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 107 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.06 |
| HSL | 9.47º | 0.82% | 0.68% | - |
| HSV(B) | 9.47º | 0.55% | 0.94% | - |
| XYZ | 46.31 | 35.03 | 18.23 | - |
| YUV | 159.09 | 98.61 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 107 | 0 | 0.47 | 0.55 | 0.06 | 9.47 | 0.82 | 0.68 |
| Hex | F0 | 80 | 6B | 0 | 2F | 37 | 6 | 9 | 52 | 44 |
| Octal | 360 | 200 | 153 | 0 | 57 | 67 | 6 | 11 | 122 | 104 |
| Binary | 11110000 | 10000000 | 1101011 | 0 | 101111 | 110111 | 110 | 1001 | 1010010 | 1000100 |
Color Harmonies of #F0806B
Complementary color
Monochromatic Colors of #F0806B
Black with #F0806B
Text Example
Text Example
White with #F0806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0806B; }
p { color: rgb(240,128,107); }
H1.HeaderClassName
{
color: #F0806B;
}
.AnyTagClassName
{
color: #F0806B;
}
</style>
background-color css
<style>
a { background-color: #F0806B; }
a { background-color: rgb(240,128,107); }
div.DivClassName
{
background-color: #F0806B;
}
.BgClassName
{
background-color: #F0806B;
}
</style>
border-color css
<style>
span { border-color: #F0806B; }
span { border-color: rgb(240,128,107); }
td.TdClassName
{
border-color: #F0806B;
}
.TagClassName
{
border-color: #F0806B;
}
</style>