Shades of Salmon #F2776F
Tints of Salmon #F2776F
RGB
CMYK
RGB Variations
Color information
#F2776F (or 0xF2776F) is known color: Salmon. HEX triplet: F2, 77 and 6F. RGB value is (242,119,111). Sum of RGB (Red+Green+Blue) = 242+119+111=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2776F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2776F is #0D8890. Grayscale: #9B9B9B. Windows color (decimal): -886929 or 7305202. OLE color: 7305202.
HSL color Cylindrical-coordinate representation of color #F2776F: hue angle of 3.66º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2776F is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 111 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.05 |
| HSL | 3.66º | 0.83% | 0.69% | - |
| HSV(B) | 3.66º | 0.54% | 0.95% | - |
| XYZ | 46.08 | 33.22 | 19.02 | - |
| YUV | 154.87 | 103.25 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 111 | 0 | 0.51 | 0.54 | 0.05 | 3.66 | 0.83 | 0.69 |
| Hex | F2 | 77 | 6F | 0 | 33 | 36 | 5 | 4 | 53 | 45 |
| Octal | 362 | 167 | 157 | 0 | 63 | 66 | 5 | 4 | 123 | 105 |
| Binary | 11110010 | 1110111 | 1101111 | 0 | 110011 | 110110 | 101 | 100 | 1010011 | 1000101 |
Color Harmonies of #F2776F
Complementary color
Monochromatic Colors of #F2776F
Black with #F2776F
Text Example
Text Example
White with #F2776F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2776F; }
p { color: rgb(242,119,111); }
H1.HeaderClassName
{
color: #F2776F;
}
.AnyTagClassName
{
color: #F2776F;
}
</style>
background-color css
<style>
a { background-color: #F2776F; }
a { background-color: rgb(242,119,111); }
div.DivClassName
{
background-color: #F2776F;
}
.BgClassName
{
background-color: #F2776F;
}
</style>
border-color css
<style>
span { border-color: #F2776F; }
span { border-color: rgb(242,119,111); }
td.TdClassName
{
border-color: #F2776F;
}
.TagClassName
{
border-color: #F2776F;
}
</style>