Shades of Salmon #F68E72
Tints of Salmon #F68E72
RGB
CMYK
RGB Variations
Color information
#F68E72 (or 0xF68E72) is known color: Salmon. HEX triplet: F6, 8E and 72. RGB value is (246,142,114). Sum of RGB (Red+Green+Blue) = 246+142+114=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F68E72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68E72 is #09718D. Grayscale: #AAAAAA. Windows color (decimal): -618894 or 7507702. OLE color: 7507702.
HSL color Cylindrical-coordinate representation of color #F68E72: hue angle of 12.73º 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 #F68E72 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 114 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.04 |
| HSL | 12.73º | 0.88% | 0.71% | - |
| HSV(B) | 12.73º | 0.54% | 0.96% | - |
| XYZ | 50.72 | 40.15 | 21 | - |
| YUV | 169.9 | 96.46 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 114 | 0 | 0.42 | 0.54 | 0.04 | 12.73 | 0.88 | 0.71 |
| Hex | F6 | 8E | 72 | 0 | 2A | 36 | 4 | D | 58 | 47 |
| Octal | 366 | 216 | 162 | 0 | 52 | 66 | 4 | 15 | 130 | 107 |
| Binary | 11110110 | 10001110 | 1110010 | 0 | 101010 | 110110 | 100 | 1101 | 1011000 | 1000111 |
Color Harmonies of #F68E72
Complementary color
Monochromatic Colors of #F68E72
Black with #F68E72
Text Example
Text Example
White with #F68E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68E72; }
p { color: rgb(246,142,114); }
H1.HeaderClassName
{
color: #F68E72;
}
.AnyTagClassName
{
color: #F68E72;
}
</style>
background-color css
<style>
a { background-color: #F68E72; }
a { background-color: rgb(246,142,114); }
div.DivClassName
{
background-color: #F68E72;
}
.BgClassName
{
background-color: #F68E72;
}
</style>
border-color css
<style>
span { border-color: #F68E72; }
span { border-color: rgb(246,142,114); }
td.TdClassName
{
border-color: #F68E72;
}
.TagClassName
{
border-color: #F68E72;
}
</style>