Shades of Salmon #F2776D
Tints of Salmon #F2776D
RGB
CMYK
RGB Variations
Color information
#F2776D (or 0xF2776D) is known color: Salmon. HEX triplet: F2, 77 and 6D. RGB value is (242,119,109). Sum of RGB (Red+Green+Blue) = 242+119+109=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2776D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2776D is #0D8892. Grayscale: #9A9A9A. Windows color (decimal): -886931 or 7174130. OLE color: 7174130.
HSL color Cylindrical-coordinate representation of color #F2776D: hue angle of 4.51º 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 #F2776D is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 109 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.05 |
| HSL | 4.51º | 0.84% | 0.69% | - |
| HSV(B) | 4.51º | 0.55% | 0.95% | - |
| XYZ | 45.98 | 33.18 | 18.45 | - |
| YUV | 154.64 | 102.25 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 109 | 0 | 0.51 | 0.55 | 0.05 | 4.51 | 0.84 | 0.69 |
| Hex | F2 | 77 | 6D | 0 | 33 | 37 | 5 | 5 | 54 | 45 |
| Octal | 362 | 167 | 155 | 0 | 63 | 67 | 5 | 5 | 124 | 105 |
| Binary | 11110010 | 1110111 | 1101101 | 0 | 110011 | 110111 | 101 | 101 | 1010100 | 1000101 |
Color Harmonies of #F2776D
Complementary color
Monochromatic Colors of #F2776D
Black with #F2776D
Text Example
Text Example
White with #F2776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2776D; }
p { color: rgb(242,119,109); }
H1.HeaderClassName
{
color: #F2776D;
}
.AnyTagClassName
{
color: #F2776D;
}
</style>
background-color css
<style>
a { background-color: #F2776D; }
a { background-color: rgb(242,119,109); }
div.DivClassName
{
background-color: #F2776D;
}
.BgClassName
{
background-color: #F2776D;
}
</style>
border-color css
<style>
span { border-color: #F2776D; }
span { border-color: rgb(242,119,109); }
td.TdClassName
{
border-color: #F2776D;
}
.TagClassName
{
border-color: #F2776D;
}
</style>