Shades of Salmon #F28977
Tints of Salmon #F28977
RGB
CMYK
RGB Variations
Color information
#F28977 (or 0xF28977) is known color: Salmon. HEX triplet: F2, 89 and 77. RGB value is (242,137,119). Sum of RGB (Red+Green+Blue) = 242+137+119=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F28977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28977 is #0D7688. Grayscale: #A6A6A6. Windows color (decimal): -882313 or 7834098. OLE color: 7834098.
HSL color Cylindrical-coordinate representation of color #F28977: hue angle of 8.78º 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 #F28977 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 119 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.05 |
| HSL | 8.78º | 0.83% | 0.71% | - |
| HSV(B) | 8.78º | 0.51% | 0.95% | - |
| XYZ | 48.89 | 38.1 | 22.23 | - |
| YUV | 166.34 | 101.29 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 119 | 0 | 0.43 | 0.51 | 0.05 | 8.78 | 0.83 | 0.71 |
| Hex | F2 | 89 | 77 | 0 | 2B | 33 | 5 | 9 | 53 | 47 |
| Octal | 362 | 211 | 167 | 0 | 53 | 63 | 5 | 11 | 123 | 107 |
| Binary | 11110010 | 10001001 | 1110111 | 0 | 101011 | 110011 | 101 | 1001 | 1010011 | 1000111 |
Color Harmonies of #F28977
Complementary color
Monochromatic Colors of #F28977
Black with #F28977
Text Example
Text Example
White with #F28977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28977; }
p { color: rgb(242,137,119); }
H1.HeaderClassName
{
color: #F28977;
}
.AnyTagClassName
{
color: #F28977;
}
</style>
background-color css
<style>
a { background-color: #F28977; }
a { background-color: rgb(242,137,119); }
div.DivClassName
{
background-color: #F28977;
}
.BgClassName
{
background-color: #F28977;
}
</style>
border-color css
<style>
span { border-color: #F28977; }
span { border-color: rgb(242,137,119); }
td.TdClassName
{
border-color: #F28977;
}
.TagClassName
{
border-color: #F28977;
}
</style>