Shades of Salmon #F37B73
Tints of Salmon #F37B73
RGB
CMYK
RGB Variations
Color information
#F37B73 (or 0xF37B73) is known color: Salmon. HEX triplet: F3, 7B and 73. RGB value is (243,123,115). Sum of RGB (Red+Green+Blue) = 243+123+115=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F37B73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37B73 is #0C848C. Grayscale: #9E9E9E. Windows color (decimal): -820365 or 7568371. OLE color: 7568371.
HSL color Cylindrical-coordinate representation of color #F37B73: hue angle of 3.75º 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 #F37B73 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 115 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.05 |
| HSL | 3.75º | 0.84% | 0.7% | - |
| HSV(B) | 3.75º | 0.53% | 0.95% | - |
| XYZ | 47.14 | 34.46 | 20.39 | - |
| YUV | 157.97 | 103.76 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 115 | 0 | 0.49 | 0.53 | 0.05 | 3.75 | 0.84 | 0.7 |
| Hex | F3 | 7B | 73 | 0 | 31 | 35 | 5 | 4 | 54 | 46 |
| Octal | 363 | 173 | 163 | 0 | 61 | 65 | 5 | 4 | 124 | 106 |
| Binary | 11110011 | 1111011 | 1110011 | 0 | 110001 | 110101 | 101 | 100 | 1010100 | 1000110 |
Color Harmonies of #F37B73
Complementary color
Monochromatic Colors of #F37B73
Black with #F37B73
Text Example
Text Example
White with #F37B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37B73; }
p { color: rgb(243,123,115); }
H1.HeaderClassName
{
color: #F37B73;
}
.AnyTagClassName
{
color: #F37B73;
}
</style>
background-color css
<style>
a { background-color: #F37B73; }
a { background-color: rgb(243,123,115); }
div.DivClassName
{
background-color: #F37B73;
}
.BgClassName
{
background-color: #F37B73;
}
</style>
border-color css
<style>
span { border-color: #F37B73; }
span { border-color: rgb(243,123,115); }
td.TdClassName
{
border-color: #F37B73;
}
.TagClassName
{
border-color: #F37B73;
}
</style>