Shades of Salmon #F2776A
Tints of Salmon #F2776A
RGB
CMYK
RGB Variations
Color information
#F2776A (or 0xF2776A) is known color: Salmon. HEX triplet: F2, 77 and 6A. RGB value is (242,119,106). Sum of RGB (Red+Green+Blue) = 242+119+106=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2776A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2776A is #0D8895. Grayscale: #9A9A9A. Windows color (decimal): -886934 or 6977522. OLE color: 6977522.
HSL color Cylindrical-coordinate representation of color #F2776A: hue angle of 5.74º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2776A is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 106 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.05 |
| HSL | 5.74º | 0.84% | 0.68% | - |
| HSV(B) | 5.74º | 0.56% | 0.95% | - |
| XYZ | 45.82 | 33.11 | 17.61 | - |
| YUV | 154.3 | 100.75 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 106 | 0 | 0.51 | 0.56 | 0.05 | 5.74 | 0.84 | 0.68 |
| Hex | F2 | 77 | 6A | 0 | 33 | 38 | 5 | 6 | 54 | 44 |
| Octal | 362 | 167 | 152 | 0 | 63 | 70 | 5 | 6 | 124 | 104 |
| Binary | 11110010 | 1110111 | 1101010 | 0 | 110011 | 111000 | 101 | 110 | 1010100 | 1000100 |
Color Harmonies of #F2776A
Complementary color
Monochromatic Colors of #F2776A
Black with #F2776A
Text Example
Text Example
White with #F2776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2776A; }
p { color: rgb(242,119,106); }
H1.HeaderClassName
{
color: #F2776A;
}
.AnyTagClassName
{
color: #F2776A;
}
</style>
background-color css
<style>
a { background-color: #F2776A; }
a { background-color: rgb(242,119,106); }
div.DivClassName
{
background-color: #F2776A;
}
.BgClassName
{
background-color: #F2776A;
}
</style>
border-color css
<style>
span { border-color: #F2776A; }
span { border-color: rgb(242,119,106); }
td.TdClassName
{
border-color: #F2776A;
}
.TagClassName
{
border-color: #F2776A;
}
</style>