Shades of Salmon #F67675
Tints of Salmon #F67675
RGB
CMYK
RGB Variations
Color information
#F67675 (or 0xF67675) is known color: Salmon. HEX triplet: F6, 76 and 75. RGB value is (246,118,117). Sum of RGB (Red+Green+Blue) = 246+118+117=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F67675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67675 is #09898A. Grayscale: #9C9C9C. Windows color (decimal): -625035 or 7698166. OLE color: 7698166.
HSL color Cylindrical-coordinate representation of color #F67675: hue angle of 0.47º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F67675 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 118 | 117 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.04 |
| HSL | 0.47º | 0.88% | 0.71% | - |
| HSV(B) | 0.47º | 0.52% | 0.96% | - |
| XYZ | 47.7 | 33.83 | 20.85 | - |
| YUV | 156.16 | 105.91 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 118 | 117 | 0 | 0.52 | 0.52 | 0.04 | 0.47 | 0.88 | 0.71 |
| Hex | F6 | 76 | 75 | 0 | 34 | 34 | 4 | 0 | 58 | 47 |
| Octal | 366 | 166 | 165 | 0 | 64 | 64 | 4 | 0 | 130 | 107 |
| Binary | 11110110 | 1110110 | 1110101 | 0 | 110100 | 110100 | 100 | 0 | 1011000 | 1000111 |
Color Harmonies of #F67675
Complementary color
Monochromatic Colors of #F67675
Black with #F67675
Text Example
Text Example
White with #F67675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67675; }
p { color: rgb(246,118,117); }
H1.HeaderClassName
{
color: #F67675;
}
.AnyTagClassName
{
color: #F67675;
}
</style>
background-color css
<style>
a { background-color: #F67675; }
a { background-color: rgb(246,118,117); }
div.DivClassName
{
background-color: #F67675;
}
.BgClassName
{
background-color: #F67675;
}
</style>
border-color css
<style>
span { border-color: #F67675; }
span { border-color: rgb(246,118,117); }
td.TdClassName
{
border-color: #F67675;
}
.TagClassName
{
border-color: #F67675;
}
</style>