Shades of Salmon #F28976
Tints of Salmon #F28976
RGB
CMYK
RGB Variations
Color information
#F28976 (or 0xF28976) is known color: Salmon. HEX triplet: F2, 89 and 76. RGB value is (242,137,118). Sum of RGB (Red+Green+Blue) = 242+137+118=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F28976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28976 is #0D7689. Grayscale: #A6A6A6. Windows color (decimal): -882314 or 7768562. OLE color: 7768562.
HSL color Cylindrical-coordinate representation of color #F28976: hue angle of 9.19º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F28976 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 118 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.05 |
| HSL | 9.19º | 0.83% | 0.71% | - |
| HSV(B) | 9.19º | 0.51% | 0.95% | - |
| XYZ | 48.83 | 38.08 | 21.92 | - |
| YUV | 166.23 | 100.79 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 118 | 0 | 0.43 | 0.51 | 0.05 | 9.19 | 0.83 | 0.71 |
| Hex | F2 | 89 | 76 | 0 | 2B | 33 | 5 | 9 | 53 | 47 |
| Octal | 362 | 211 | 166 | 0 | 53 | 63 | 5 | 11 | 123 | 107 |
| Binary | 11110010 | 10001001 | 1110110 | 0 | 101011 | 110011 | 101 | 1001 | 1010011 | 1000111 |
Color Harmonies of #F28976
Complementary color
Monochromatic Colors of #F28976
Black with #F28976
Text Example
Text Example
White with #F28976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28976; }
p { color: rgb(242,137,118); }
H1.HeaderClassName
{
color: #F28976;
}
.AnyTagClassName
{
color: #F28976;
}
</style>
background-color css
<style>
a { background-color: #F28976; }
a { background-color: rgb(242,137,118); }
div.DivClassName
{
background-color: #F28976;
}
.BgClassName
{
background-color: #F28976;
}
</style>
border-color css
<style>
span { border-color: #F28976; }
span { border-color: rgb(242,137,118); }
td.TdClassName
{
border-color: #F28976;
}
.TagClassName
{
border-color: #F28976;
}
</style>