Shades of Salmon #F2896D
Tints of Salmon #F2896D
RGB
CMYK
RGB Variations
Color information
#F2896D (or 0xF2896D) is known color: Salmon. HEX triplet: F2, 89 and 6D. RGB value is (242,137,109). Sum of RGB (Red+Green+Blue) = 242+137+109=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2896D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2896D is #0D7692. Grayscale: #A5A5A5. Windows color (decimal): -882323 or 7178738. OLE color: 7178738.
HSL color Cylindrical-coordinate representation of color #F2896D: hue angle of 12.63º 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 #F2896D is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 109 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.05 |
| HSL | 12.63º | 0.84% | 0.69% | - |
| HSV(B) | 12.63º | 0.55% | 0.95% | - |
| XYZ | 48.32 | 37.87 | 19.23 | - |
| YUV | 165.2 | 96.29 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 109 | 0 | 0.43 | 0.55 | 0.05 | 12.63 | 0.84 | 0.69 |
| Hex | F2 | 89 | 6D | 0 | 2B | 37 | 5 | D | 54 | 45 |
| Octal | 362 | 211 | 155 | 0 | 53 | 67 | 5 | 15 | 124 | 105 |
| Binary | 11110010 | 10001001 | 1101101 | 0 | 101011 | 110111 | 101 | 1101 | 1010100 | 1000101 |
Color Harmonies of #F2896D
Complementary color
Monochromatic Colors of #F2896D
Black with #F2896D
Text Example
Text Example
White with #F2896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2896D; }
p { color: rgb(242,137,109); }
H1.HeaderClassName
{
color: #F2896D;
}
.AnyTagClassName
{
color: #F2896D;
}
</style>
background-color css
<style>
a { background-color: #F2896D; }
a { background-color: rgb(242,137,109); }
div.DivClassName
{
background-color: #F2896D;
}
.BgClassName
{
background-color: #F2896D;
}
</style>
border-color css
<style>
span { border-color: #F2896D; }
span { border-color: rgb(242,137,109); }
td.TdClassName
{
border-color: #F2896D;
}
.TagClassName
{
border-color: #F2896D;
}
</style>