Shades of Salmon #F68072
Tints of Salmon #F68072
RGB
CMYK
RGB Variations
Color information
#F68072 (or 0xF68072) is known color: Salmon. HEX triplet: F6, 80 and 72. RGB value is (246,128,114). Sum of RGB (Red+Green+Blue) = 246+128+114=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F68072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68072 is #097F8D. Grayscale: #A1A1A1. Windows color (decimal): -622478 or 7504118. OLE color: 7504118.
HSL color Cylindrical-coordinate representation of color #F68072: hue angle of 6.36º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F68072 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 114 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.04 |
| HSL | 6.36º | 0.88% | 0.71% | - |
| HSV(B) | 6.36º | 0.54% | 0.96% | - |
| XYZ | 48.76 | 36.25 | 20.35 | - |
| YUV | 161.69 | 101.09 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 114 | 0 | 0.48 | 0.54 | 0.04 | 6.36 | 0.88 | 0.71 |
| Hex | F6 | 80 | 72 | 0 | 30 | 36 | 4 | 6 | 58 | 47 |
| Octal | 366 | 200 | 162 | 0 | 60 | 66 | 4 | 6 | 130 | 107 |
| Binary | 11110110 | 10000000 | 1110010 | 0 | 110000 | 110110 | 100 | 110 | 1011000 | 1000111 |
Color Harmonies of #F68072
Complementary color
Monochromatic Colors of #F68072
Black with #F68072
Text Example
Text Example
White with #F68072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68072; }
p { color: rgb(246,128,114); }
H1.HeaderClassName
{
color: #F68072;
}
.AnyTagClassName
{
color: #F68072;
}
</style>
background-color css
<style>
a { background-color: #F68072; }
a { background-color: rgb(246,128,114); }
div.DivClassName
{
background-color: #F68072;
}
.BgClassName
{
background-color: #F68072;
}
</style>
border-color css
<style>
span { border-color: #F68072; }
span { border-color: rgb(246,128,114); }
td.TdClassName
{
border-color: #F68072;
}
.TagClassName
{
border-color: #F68072;
}
</style>