Shades of Salmon #F2896B
Tints of Salmon #F2896B
RGB
CMYK
RGB Variations
Color information
#F2896B (or 0xF2896B) is known color: Salmon. HEX triplet: F2, 89 and 6B. RGB value is (242,137,107). Sum of RGB (Red+Green+Blue) = 242+137+107=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 107 (42.19% from 255 or 22.02% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2896B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2896B is #0D7694. Grayscale: #A5A5A5. Windows color (decimal): -882325 or 7047666. OLE color: 7047666.
HSL color Cylindrical-coordinate representation of color #F2896B: hue angle of 13.33º 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 #F2896B is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 107 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.05 |
| HSL | 13.33º | 0.84% | 0.68% | - |
| HSV(B) | 13.33º | 0.56% | 0.95% | - |
| XYZ | 48.22 | 37.83 | 18.67 | - |
| YUV | 164.98 | 95.29 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 107 | 0 | 0.43 | 0.56 | 0.05 | 13.33 | 0.84 | 0.68 |
| Hex | F2 | 89 | 6B | 0 | 2B | 38 | 5 | D | 54 | 44 |
| Octal | 362 | 211 | 153 | 0 | 53 | 70 | 5 | 15 | 124 | 104 |
| Binary | 11110010 | 10001001 | 1101011 | 0 | 101011 | 111000 | 101 | 1101 | 1010100 | 1000100 |
Color Harmonies of #F2896B
Complementary color
Monochromatic Colors of #F2896B
Black with #F2896B
Text Example
Text Example
White with #F2896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2896B; }
p { color: rgb(242,137,107); }
H1.HeaderClassName
{
color: #F2896B;
}
.AnyTagClassName
{
color: #F2896B;
}
</style>
background-color css
<style>
a { background-color: #F2896B; }
a { background-color: rgb(242,137,107); }
div.DivClassName
{
background-color: #F2896B;
}
.BgClassName
{
background-color: #F2896B;
}
</style>
border-color css
<style>
span { border-color: #F2896B; }
span { border-color: rgb(242,137,107); }
td.TdClassName
{
border-color: #F2896B;
}
.TagClassName
{
border-color: #F2896B;
}
</style>