Shades of Salmon #F68174
Tints of Salmon #F68174
RGB
CMYK
RGB Variations
Color information
#F68174 (or 0xF68174) is known color: Salmon. HEX triplet: F6, 81 and 74. RGB value is (246,129,116). Sum of RGB (Red+Green+Blue) = 246+129+116=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F68174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68174 is #097E8B. Grayscale: #A2A2A2. Windows color (decimal): -622220 or 7635446. OLE color: 7635446.
HSL color Cylindrical-coordinate representation of color #F68174: hue angle of 6º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F68174 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 116 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.04 |
| HSL | 6º | 0.88% | 0.71% | - |
| HSV(B) | 6º | 0.53% | 0.96% | - |
| XYZ | 49.01 | 36.55 | 21 | - |
| YUV | 162.5 | 101.76 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 116 | 0 | 0.48 | 0.53 | 0.04 | 6 | 0.88 | 0.71 |
| Hex | F6 | 81 | 74 | 0 | 30 | 35 | 4 | 6 | 58 | 47 |
| Octal | 366 | 201 | 164 | 0 | 60 | 65 | 4 | 6 | 130 | 107 |
| Binary | 11110110 | 10000001 | 1110100 | 0 | 110000 | 110101 | 100 | 110 | 1011000 | 1000111 |
Color Harmonies of #F68174
Complementary color
Monochromatic Colors of #F68174
Black with #F68174
Text Example
Text Example
White with #F68174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68174; }
p { color: rgb(246,129,116); }
H1.HeaderClassName
{
color: #F68174;
}
.AnyTagClassName
{
color: #F68174;
}
</style>
background-color css
<style>
a { background-color: #F68174; }
a { background-color: rgb(246,129,116); }
div.DivClassName
{
background-color: #F68174;
}
.BgClassName
{
background-color: #F68174;
}
</style>
border-color css
<style>
span { border-color: #F68174; }
span { border-color: rgb(246,129,116); }
td.TdClassName
{
border-color: #F68174;
}
.TagClassName
{
border-color: #F68174;
}
</style>