Shades of Salmon #F67F65
Tints of Salmon #F67F65
RGB
CMYK
RGB Variations
Color information
#F67F65 (or 0xF67F65) is known color: Salmon. HEX triplet: F6, 7F and 65. RGB value is (246,127,101). Sum of RGB (Red+Green+Blue) = 246+127+101=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67F65 is #09809A. Grayscale: #9F9F9F. Windows color (decimal): -622747 or 6651894. OLE color: 6651894.
HSL color Cylindrical-coordinate representation of color #F67F65: hue angle of 10.76º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F67F65 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 127 | 101 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.04 |
| HSL | 10.76º | 0.89% | 0.68% | - |
| HSV(B) | 10.76º | 0.59% | 0.96% | - |
| XYZ | 47.94 | 35.71 | 16.68 | - |
| YUV | 159.62 | 94.92 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 127 | 101 | 0 | 0.48 | 0.59 | 0.04 | 10.76 | 0.89 | 0.68 |
| Hex | F6 | 7F | 65 | 0 | 30 | 3B | 4 | B | 59 | 44 |
| Octal | 366 | 177 | 145 | 0 | 60 | 73 | 4 | 13 | 131 | 104 |
| Binary | 11110110 | 1111111 | 1100101 | 0 | 110000 | 111011 | 100 | 1011 | 1011001 | 1000100 |
Color Harmonies of #F67F65
Complementary color
Monochromatic Colors of #F67F65
Black with #F67F65
Text Example
Text Example
White with #F67F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67F65; }
p { color: rgb(246,127,101); }
H1.HeaderClassName
{
color: #F67F65;
}
.AnyTagClassName
{
color: #F67F65;
}
</style>
background-color css
<style>
a { background-color: #F67F65; }
a { background-color: rgb(246,127,101); }
div.DivClassName
{
background-color: #F67F65;
}
.BgClassName
{
background-color: #F67F65;
}
</style>
border-color css
<style>
span { border-color: #F67F65; }
span { border-color: rgb(246,127,101); }
td.TdClassName
{
border-color: #F67F65;
}
.TagClassName
{
border-color: #F67F65;
}
</style>