Shades of Salmon #F38976
Tints of Salmon #F38976
RGB
CMYK
RGB Variations
Color information
#F38976 (or 0xF38976) is known color: Salmon. HEX triplet: F3, 89 and 76. RGB value is (243,137,118). Sum of RGB (Red+Green+Blue) = 243+137+118=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 243 - color contains mainly: red. Hex color #F38976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38976 is #0C7689. Grayscale: #A6A6A6. Windows color (decimal): -816778 or 7768563. OLE color: 7768563.
HSL color Cylindrical-coordinate representation of color #F38976: hue angle of 9.12º 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 #F38976 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 118 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.05 |
| HSL | 9.12º | 0.84% | 0.71% | - |
| HSV(B) | 9.12º | 0.51% | 0.95% | - |
| XYZ | 49.18 | 38.25 | 21.93 | - |
| YUV | 166.53 | 100.62 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 118 | 0 | 0.44 | 0.51 | 0.05 | 9.12 | 0.84 | 0.71 |
| Hex | F3 | 89 | 76 | 0 | 2C | 33 | 5 | 9 | 54 | 47 |
| Octal | 363 | 211 | 166 | 0 | 54 | 63 | 5 | 11 | 124 | 107 |
| Binary | 11110011 | 10001001 | 1110110 | 0 | 101100 | 110011 | 101 | 1001 | 1010100 | 1000111 |
Color Harmonies of #F38976
Complementary color
Monochromatic Colors of #F38976
Black with #F38976
Text Example
Text Example
White with #F38976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38976; }
p { color: rgb(243,137,118); }
H1.HeaderClassName
{
color: #F38976;
}
.AnyTagClassName
{
color: #F38976;
}
</style>
background-color css
<style>
a { background-color: #F38976; }
a { background-color: rgb(243,137,118); }
div.DivClassName
{
background-color: #F38976;
}
.BgClassName
{
background-color: #F38976;
}
</style>
border-color css
<style>
span { border-color: #F38976; }
span { border-color: rgb(243,137,118); }
td.TdClassName
{
border-color: #F38976;
}
.TagClassName
{
border-color: #F38976;
}
</style>