Shades of Salmon #F68472
Tints of Salmon #F68472
RGB
CMYK
RGB Variations
Color information
#F68472 (or 0xF68472) is known color: Salmon. HEX triplet: F6, 84 and 72. RGB value is (246,132,114). Sum of RGB (Red+Green+Blue) = 246+132+114=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F68472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68472 is #097B8D. Grayscale: #A4A4A4. Windows color (decimal): -621454 or 7505142. OLE color: 7505142.
HSL color Cylindrical-coordinate representation of color #F68472: hue angle of 8.18º 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 #F68472 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 114 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.04 |
| HSL | 8.18º | 0.88% | 0.71% | - |
| HSV(B) | 8.18º | 0.54% | 0.96% | - |
| XYZ | 49.29 | 37.31 | 20.52 | - |
| YUV | 164.03 | 99.77 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 114 | 0 | 0.46 | 0.54 | 0.04 | 8.18 | 0.88 | 0.71 |
| Hex | F6 | 84 | 72 | 0 | 2E | 36 | 4 | 8 | 58 | 47 |
| Octal | 366 | 204 | 162 | 0 | 56 | 66 | 4 | 10 | 130 | 107 |
| Binary | 11110110 | 10000100 | 1110010 | 0 | 101110 | 110110 | 100 | 1000 | 1011000 | 1000111 |
Color Harmonies of #F68472
Complementary color
Monochromatic Colors of #F68472
Black with #F68472
Text Example
Text Example
White with #F68472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68472; }
p { color: rgb(246,132,114); }
H1.HeaderClassName
{
color: #F68472;
}
.AnyTagClassName
{
color: #F68472;
}
</style>
background-color css
<style>
a { background-color: #F68472; }
a { background-color: rgb(246,132,114); }
div.DivClassName
{
background-color: #F68472;
}
.BgClassName
{
background-color: #F68472;
}
</style>
border-color css
<style>
span { border-color: #F68472; }
span { border-color: rgb(246,132,114); }
td.TdClassName
{
border-color: #F68472;
}
.TagClassName
{
border-color: #F68472;
}
</style>