Shades of Salmon #F38971
Tints of Salmon #F38971
RGB
CMYK
RGB Variations
Color information
#F38971 (or 0xF38971) is known color: Salmon. HEX triplet: F3, 89 and 71. RGB value is (243,137,113). Sum of RGB (Red+Green+Blue) = 243+137+113=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F38971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38971 is #0C768E. Grayscale: #A6A6A6. Windows color (decimal): -816783 or 7440883. OLE color: 7440883.
HSL color Cylindrical-coordinate representation of color #F38971: hue angle of 11.08º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F38971 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 113 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.05 |
| HSL | 11.08º | 0.84% | 0.7% | - |
| HSV(B) | 11.08º | 0.53% | 0.95% | - |
| XYZ | 48.89 | 38.14 | 20.41 | - |
| YUV | 165.96 | 98.12 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 113 | 0 | 0.44 | 0.53 | 0.05 | 11.08 | 0.84 | 0.7 |
| Hex | F3 | 89 | 71 | 0 | 2C | 35 | 5 | B | 54 | 46 |
| Octal | 363 | 211 | 161 | 0 | 54 | 65 | 5 | 13 | 124 | 106 |
| Binary | 11110011 | 10001001 | 1110001 | 0 | 101100 | 110101 | 101 | 1011 | 1010100 | 1000110 |
Color Harmonies of #F38971
Complementary color
Monochromatic Colors of #F38971
Black with #F38971
Text Example
Text Example
White with #F38971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38971; }
p { color: rgb(243,137,113); }
H1.HeaderClassName
{
color: #F38971;
}
.AnyTagClassName
{
color: #F38971;
}
</style>
background-color css
<style>
a { background-color: #F38971; }
a { background-color: rgb(243,137,113); }
div.DivClassName
{
background-color: #F38971;
}
.BgClassName
{
background-color: #F38971;
}
</style>
border-color css
<style>
span { border-color: #F38971; }
span { border-color: rgb(243,137,113); }
td.TdClassName
{
border-color: #F38971;
}
.TagClassName
{
border-color: #F38971;
}
</style>