Shades of Salmon #F67F67
Tints of Salmon #F67F67
RGB
CMYK
RGB Variations
Color information
#F67F67 (or 0xF67F67) is known color: Salmon. HEX triplet: F6, 7F and 67. RGB value is (246,127,103). Sum of RGB (Red+Green+Blue) = 246+127+103=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67F67 is #098098. Grayscale: #A0A0A0. Windows color (decimal): -622745 or 6782966. OLE color: 6782966.
HSL color Cylindrical-coordinate representation of color #F67F67: hue angle of 10.07º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F67F67 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 127 | 103 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.04 |
| HSL | 10.07º | 0.89% | 0.68% | - |
| HSV(B) | 10.07º | 0.58% | 0.96% | - |
| XYZ | 48.04 | 35.75 | 17.2 | - |
| YUV | 159.85 | 95.92 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 127 | 103 | 0 | 0.48 | 0.58 | 0.04 | 10.07 | 0.89 | 0.68 |
| Hex | F6 | 7F | 67 | 0 | 30 | 3A | 4 | A | 59 | 44 |
| Octal | 366 | 177 | 147 | 0 | 60 | 72 | 4 | 12 | 131 | 104 |
| Binary | 11110110 | 1111111 | 1100111 | 0 | 110000 | 111010 | 100 | 1010 | 1011001 | 1000100 |
Color Harmonies of #F67F67
Complementary color
Monochromatic Colors of #F67F67
Black with #F67F67
Text Example
Text Example
White with #F67F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67F67; }
p { color: rgb(246,127,103); }
H1.HeaderClassName
{
color: #F67F67;
}
.AnyTagClassName
{
color: #F67F67;
}
</style>
background-color css
<style>
a { background-color: #F67F67; }
a { background-color: rgb(246,127,103); }
div.DivClassName
{
background-color: #F67F67;
}
.BgClassName
{
background-color: #F67F67;
}
</style>
border-color css
<style>
span { border-color: #F67F67; }
span { border-color: rgb(246,127,103); }
td.TdClassName
{
border-color: #F67F67;
}
.TagClassName
{
border-color: #F67F67;
}
</style>