Shades of Salmon #F38977
Tints of Salmon #F38977
RGB
CMYK
RGB Variations
Color information
#F38977 (or 0xF38977) is known color: Salmon. HEX triplet: F3, 89 and 77. RGB value is (243,137,119). Sum of RGB (Red+Green+Blue) = 243+137+119=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F38977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38977 is #0C7688. Grayscale: #A6A6A6. Windows color (decimal): -816777 or 7834099. OLE color: 7834099.
HSL color Cylindrical-coordinate representation of color #F38977: hue angle of 8.71º degrees, saturation: 0.84, 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 #F38977 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 119 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.05 |
| HSL | 8.71º | 0.84% | 0.71% | - |
| HSV(B) | 8.71º | 0.51% | 0.95% | - |
| XYZ | 49.24 | 38.28 | 22.25 | - |
| YUV | 166.64 | 101.12 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 119 | 0 | 0.44 | 0.51 | 0.05 | 8.71 | 0.84 | 0.71 |
| Hex | F3 | 89 | 77 | 0 | 2C | 33 | 5 | 9 | 54 | 47 |
| Octal | 363 | 211 | 167 | 0 | 54 | 63 | 5 | 11 | 124 | 107 |
| Binary | 11110011 | 10001001 | 1110111 | 0 | 101100 | 110011 | 101 | 1001 | 1010100 | 1000111 |
Color Harmonies of #F38977
Complementary color
Monochromatic Colors of #F38977
Black with #F38977
Text Example
Text Example
White with #F38977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38977; }
p { color: rgb(243,137,119); }
H1.HeaderClassName
{
color: #F38977;
}
.AnyTagClassName
{
color: #F38977;
}
</style>
background-color css
<style>
a { background-color: #F38977; }
a { background-color: rgb(243,137,119); }
div.DivClassName
{
background-color: #F38977;
}
.BgClassName
{
background-color: #F38977;
}
</style>
border-color css
<style>
span { border-color: #F38977; }
span { border-color: rgb(243,137,119); }
td.TdClassName
{
border-color: #F38977;
}
.TagClassName
{
border-color: #F38977;
}
</style>