Shades of Salmon #F38873
Tints of Salmon #F38873
RGB
CMYK
RGB Variations
Color information
#F38873 (or 0xF38873) is known color: Salmon. HEX triplet: F3, 88 and 73. RGB value is (243,136,115). Sum of RGB (Red+Green+Blue) = 243+136+115=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F38873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38873 is #0C778C. Grayscale: #A5A5A5. Windows color (decimal): -817037 or 7571699. OLE color: 7571699.
HSL color Cylindrical-coordinate representation of color #F38873: hue angle of 9.84º 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 #F38873 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 115 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.05 |
| HSL | 9.84º | 0.84% | 0.7% | - |
| HSV(B) | 9.84º | 0.53% | 0.95% | - |
| XYZ | 48.86 | 37.9 | 20.96 | - |
| YUV | 165.6 | 99.45 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 115 | 0 | 0.44 | 0.53 | 0.05 | 9.84 | 0.84 | 0.7 |
| Hex | F3 | 88 | 73 | 0 | 2C | 35 | 5 | A | 54 | 46 |
| Octal | 363 | 210 | 163 | 0 | 54 | 65 | 5 | 12 | 124 | 106 |
| Binary | 11110011 | 10001000 | 1110011 | 0 | 101100 | 110101 | 101 | 1010 | 1010100 | 1000110 |
Color Harmonies of #F38873
Complementary color
Monochromatic Colors of #F38873
Black with #F38873
Text Example
Text Example
White with #F38873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38873; }
p { color: rgb(243,136,115); }
H1.HeaderClassName
{
color: #F38873;
}
.AnyTagClassName
{
color: #F38873;
}
</style>
background-color css
<style>
a { background-color: #F38873; }
a { background-color: rgb(243,136,115); }
div.DivClassName
{
background-color: #F38873;
}
.BgClassName
{
background-color: #F38873;
}
</style>
border-color css
<style>
span { border-color: #F38873; }
span { border-color: rgb(243,136,115); }
td.TdClassName
{
border-color: #F38873;
}
.TagClassName
{
border-color: #F38873;
}
</style>