Shades of Salmon #F68B72
Tints of Salmon #F68B72
RGB
CMYK
RGB Variations
Color information
#F68B72 (or 0xF68B72) is known color: Salmon. HEX triplet: F6, 8B and 72. RGB value is (246,139,114). Sum of RGB (Red+Green+Blue) = 246+139+114=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F68B72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68B72 is #09748D. Grayscale: #A8A8A8. Windows color (decimal): -619662 or 7506934. OLE color: 7506934.
HSL color Cylindrical-coordinate representation of color #F68B72: hue angle of 11.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 #F68B72 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 114 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.04 |
| HSL | 11.36º | 0.88% | 0.71% | - |
| HSV(B) | 11.36º | 0.54% | 0.96% | - |
| XYZ | 50.28 | 39.27 | 20.85 | - |
| YUV | 168.14 | 97.45 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 114 | 0 | 0.43 | 0.54 | 0.04 | 11.36 | 0.88 | 0.71 |
| Hex | F6 | 8B | 72 | 0 | 2B | 36 | 4 | B | 58 | 47 |
| Octal | 366 | 213 | 162 | 0 | 53 | 66 | 4 | 13 | 130 | 107 |
| Binary | 11110110 | 10001011 | 1110010 | 0 | 101011 | 110110 | 100 | 1011 | 1011000 | 1000111 |
Color Harmonies of #F68B72
Complementary color
Monochromatic Colors of #F68B72
Black with #F68B72
Text Example
Text Example
White with #F68B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68B72; }
p { color: rgb(246,139,114); }
H1.HeaderClassName
{
color: #F68B72;
}
.AnyTagClassName
{
color: #F68B72;
}
</style>
background-color css
<style>
a { background-color: #F68B72; }
a { background-color: rgb(246,139,114); }
div.DivClassName
{
background-color: #F68B72;
}
.BgClassName
{
background-color: #F68B72;
}
</style>
border-color css
<style>
span { border-color: #F68B72; }
span { border-color: rgb(246,139,114); }
td.TdClassName
{
border-color: #F68B72;
}
.TagClassName
{
border-color: #F68B72;
}
</style>