Shades of Salmon #F68274
Tints of Salmon #F68274
RGB
CMYK
RGB Variations
Color information
#F68274 (or 0xF68274) is known color: Salmon. HEX triplet: F6, 82 and 74. RGB value is (246,130,116). Sum of RGB (Red+Green+Blue) = 246+130+116=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F68274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68274 is #097D8B. Grayscale: #A3A3A3. Windows color (decimal): -621964 or 7635702. OLE color: 7635702.
HSL color Cylindrical-coordinate representation of color #F68274: hue angle of 6.46º 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 #F68274 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 116 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.04 |
| HSL | 6.46º | 0.88% | 0.71% | - |
| HSV(B) | 6.46º | 0.53% | 0.96% | - |
| XYZ | 49.14 | 36.82 | 21.04 | - |
| YUV | 163.09 | 101.43 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 116 | 0 | 0.47 | 0.53 | 0.04 | 6.46 | 0.88 | 0.71 |
| Hex | F6 | 82 | 74 | 0 | 2F | 35 | 4 | 6 | 58 | 47 |
| Octal | 366 | 202 | 164 | 0 | 57 | 65 | 4 | 6 | 130 | 107 |
| Binary | 11110110 | 10000010 | 1110100 | 0 | 101111 | 110101 | 100 | 110 | 1011000 | 1000111 |
Color Harmonies of #F68274
Complementary color
Monochromatic Colors of #F68274
Black with #F68274
Text Example
Text Example
White with #F68274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68274; }
p { color: rgb(246,130,116); }
H1.HeaderClassName
{
color: #F68274;
}
.AnyTagClassName
{
color: #F68274;
}
</style>
background-color css
<style>
a { background-color: #F68274; }
a { background-color: rgb(246,130,116); }
div.DivClassName
{
background-color: #F68274;
}
.BgClassName
{
background-color: #F68274;
}
</style>
border-color css
<style>
span { border-color: #F68274; }
span { border-color: rgb(246,130,116); }
td.TdClassName
{
border-color: #F68274;
}
.TagClassName
{
border-color: #F68274;
}
</style>