Shades of Salmon #F2766D
Tints of Salmon #F2766D
RGB
CMYK
RGB Variations
Color information
#F2766D (or 0xF2766D) is known color: Salmon. HEX triplet: F2, 76 and 6D. RGB value is (242,118,109). Sum of RGB (Red+Green+Blue) = 242+118+109=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2766D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2766D is #0D8992. Grayscale: #9A9A9A. Windows color (decimal): -887187 or 7173874. OLE color: 7173874.
HSL color Cylindrical-coordinate representation of color #F2766D: hue angle of 4.06º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2766D is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 109 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.05 |
| HSL | 4.06º | 0.84% | 0.69% | - |
| HSV(B) | 4.06º | 0.55% | 0.95% | - |
| XYZ | 45.86 | 32.94 | 18.41 | - |
| YUV | 154.05 | 102.58 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 109 | 0 | 0.51 | 0.55 | 0.05 | 4.06 | 0.84 | 0.69 |
| Hex | F2 | 76 | 6D | 0 | 33 | 37 | 5 | 4 | 54 | 45 |
| Octal | 362 | 166 | 155 | 0 | 63 | 67 | 5 | 4 | 124 | 105 |
| Binary | 11110010 | 1110110 | 1101101 | 0 | 110011 | 110111 | 101 | 100 | 1010100 | 1000101 |
Color Harmonies of #F2766D
Complementary color
Monochromatic Colors of #F2766D
Black with #F2766D
Text Example
Text Example
White with #F2766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2766D; }
p { color: rgb(242,118,109); }
H1.HeaderClassName
{
color: #F2766D;
}
.AnyTagClassName
{
color: #F2766D;
}
</style>
background-color css
<style>
a { background-color: #F2766D; }
a { background-color: rgb(242,118,109); }
div.DivClassName
{
background-color: #F2766D;
}
.BgClassName
{
background-color: #F2766D;
}
</style>
border-color css
<style>
span { border-color: #F2766D; }
span { border-color: rgb(242,118,109); }
td.TdClassName
{
border-color: #F2766D;
}
.TagClassName
{
border-color: #F2766D;
}
</style>