Shades of Salmon #F2796D
Tints of Salmon #F2796D
RGB
CMYK
RGB Variations
Color information
#F2796D (or 0xF2796D) is known color: Salmon. HEX triplet: F2, 79 and 6D. RGB value is (242,121,109). Sum of RGB (Red+Green+Blue) = 242+121+109=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2796D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2796D is #0D8692. Grayscale: #9B9B9B. Windows color (decimal): -886419 or 7174642. OLE color: 7174642.
HSL color Cylindrical-coordinate representation of color #F2796D: hue angle of 5.41º 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 #F2796D is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 109 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.05 |
| HSL | 5.41º | 0.84% | 0.69% | - |
| HSV(B) | 5.41º | 0.55% | 0.95% | - |
| XYZ | 46.22 | 33.66 | 18.53 | - |
| YUV | 155.81 | 101.59 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 109 | 0 | 0.50 | 0.55 | 0.05 | 5.41 | 0.84 | 0.69 |
| Hex | F2 | 79 | 6D | 0 | 32 | 37 | 5 | 5 | 54 | 45 |
| Octal | 362 | 171 | 155 | 0 | 62 | 67 | 5 | 5 | 124 | 105 |
| Binary | 11110010 | 1111001 | 1101101 | 0 | 110010 | 110111 | 101 | 101 | 1010100 | 1000101 |
Color Harmonies of #F2796D
Complementary color
Monochromatic Colors of #F2796D
Black with #F2796D
Text Example
Text Example
White with #F2796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2796D; }
p { color: rgb(242,121,109); }
H1.HeaderClassName
{
color: #F2796D;
}
.AnyTagClassName
{
color: #F2796D;
}
</style>
background-color css
<style>
a { background-color: #F2796D; }
a { background-color: rgb(242,121,109); }
div.DivClassName
{
background-color: #F2796D;
}
.BgClassName
{
background-color: #F2796D;
}
</style>
border-color css
<style>
span { border-color: #F2796D; }
span { border-color: rgb(242,121,109); }
td.TdClassName
{
border-color: #F2796D;
}
.TagClassName
{
border-color: #F2796D;
}
</style>