Shades of Salmon #F68372
Tints of Salmon #F68372
RGB
CMYK
RGB Variations
Color information
#F68372 (or 0xF68372) is known color: Salmon. HEX triplet: F6, 83 and 72. RGB value is (246,131,114). Sum of RGB (Red+Green+Blue) = 246+131+114=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F68372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68372 is #097C8D. Grayscale: #A3A3A3. Windows color (decimal): -621710 or 7504886. OLE color: 7504886.
HSL color Cylindrical-coordinate representation of color #F68372: hue angle of 7.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 #F68372 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 114 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.04 |
| HSL | 7.73º | 0.88% | 0.71% | - |
| HSV(B) | 7.73º | 0.54% | 0.96% | - |
| XYZ | 49.16 | 37.04 | 20.48 | - |
| YUV | 163.45 | 100.1 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 114 | 0 | 0.47 | 0.54 | 0.04 | 7.73 | 0.88 | 0.71 |
| Hex | F6 | 83 | 72 | 0 | 2F | 36 | 4 | 8 | 58 | 47 |
| Octal | 366 | 203 | 162 | 0 | 57 | 66 | 4 | 10 | 130 | 107 |
| Binary | 11110110 | 10000011 | 1110010 | 0 | 101111 | 110110 | 100 | 1000 | 1011000 | 1000111 |
Color Harmonies of #F68372
Complementary color
Monochromatic Colors of #F68372
Black with #F68372
Text Example
Text Example
White with #F68372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68372; }
p { color: rgb(246,131,114); }
H1.HeaderClassName
{
color: #F68372;
}
.AnyTagClassName
{
color: #F68372;
}
</style>
background-color css
<style>
a { background-color: #F68372; }
a { background-color: rgb(246,131,114); }
div.DivClassName
{
background-color: #F68372;
}
.BgClassName
{
background-color: #F68372;
}
</style>
border-color css
<style>
span { border-color: #F68372; }
span { border-color: rgb(246,131,114); }
td.TdClassName
{
border-color: #F68372;
}
.TagClassName
{
border-color: #F68372;
}
</style>