Shades of Salmon #F2796B
Tints of Salmon #F2796B
RGB
CMYK
RGB Variations
Color information
#F2796B (or 0xF2796B) is known color: Salmon. HEX triplet: F2, 79 and 6B. RGB value is (242,121,107). Sum of RGB (Red+Green+Blue) = 242+121+107=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2796B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2796B is #0D8694. Grayscale: #9B9B9B. Windows color (decimal): -886421 or 7043570. OLE color: 7043570.
HSL color Cylindrical-coordinate representation of color #F2796B: hue angle of 6.22º 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 #F2796B is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 107 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.05 |
| HSL | 6.22º | 0.84% | 0.68% | - |
| HSV(B) | 6.22º | 0.56% | 0.95% | - |
| XYZ | 46.11 | 33.61 | 17.97 | - |
| YUV | 155.58 | 100.59 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 107 | 0 | 0.50 | 0.56 | 0.05 | 6.22 | 0.84 | 0.68 |
| Hex | F2 | 79 | 6B | 0 | 32 | 38 | 5 | 6 | 54 | 44 |
| Octal | 362 | 171 | 153 | 0 | 62 | 70 | 5 | 6 | 124 | 104 |
| Binary | 11110010 | 1111001 | 1101011 | 0 | 110010 | 111000 | 101 | 110 | 1010100 | 1000100 |
Color Harmonies of #F2796B
Complementary color
Monochromatic Colors of #F2796B
Black with #F2796B
Text Example
Text Example
White with #F2796B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2796B; }
p { color: rgb(242,121,107); }
H1.HeaderClassName
{
color: #F2796B;
}
.AnyTagClassName
{
color: #F2796B;
}
</style>
background-color css
<style>
a { background-color: #F2796B; }
a { background-color: rgb(242,121,107); }
div.DivClassName
{
background-color: #F2796B;
}
.BgClassName
{
background-color: #F2796B;
}
</style>
border-color css
<style>
span { border-color: #F2796B; }
span { border-color: rgb(242,121,107); }
td.TdClassName
{
border-color: #F2796B;
}
.TagClassName
{
border-color: #F2796B;
}
</style>