Shades of Salmon #F37C74
Tints of Salmon #F37C74
RGB
CMYK
RGB Variations
Color information
#F37C74 (or 0xF37C74) is known color: Salmon. HEX triplet: F3, 7C and 74. RGB value is (243,124,116). Sum of RGB (Red+Green+Blue) = 243+124+116=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37C74 is #0C838B. Grayscale: #9E9E9E. Windows color (decimal): -820108 or 7634163. OLE color: 7634163.
HSL color Cylindrical-coordinate representation of color #F37C74: hue angle of 3.78º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F37C74 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 116 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.05 |
| HSL | 3.78º | 0.84% | 0.7% | - |
| HSV(B) | 3.78º | 0.52% | 0.95% | - |
| XYZ | 47.32 | 34.73 | 20.73 | - |
| YUV | 158.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 116 | 0 | 0.49 | 0.52 | 0.05 | 3.78 | 0.84 | 0.7 |
| Hex | F3 | 7C | 74 | 0 | 31 | 34 | 5 | 4 | 54 | 46 |
| Octal | 363 | 174 | 164 | 0 | 61 | 64 | 5 | 4 | 124 | 106 |
| Binary | 11110011 | 1111100 | 1110100 | 0 | 110001 | 110100 | 101 | 100 | 1010100 | 1000110 |
Color Harmonies of #F37C74
Complementary color
Monochromatic Colors of #F37C74
Black with #F37C74
Text Example
Text Example
White with #F37C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37C74; }
p { color: rgb(243,124,116); }
H1.HeaderClassName
{
color: #F37C74;
}
.AnyTagClassName
{
color: #F37C74;
}
</style>
background-color css
<style>
a { background-color: #F37C74; }
a { background-color: rgb(243,124,116); }
div.DivClassName
{
background-color: #F37C74;
}
.BgClassName
{
background-color: #F37C74;
}
</style>
border-color css
<style>
span { border-color: #F37C74; }
span { border-color: rgb(243,124,116); }
td.TdClassName
{
border-color: #F37C74;
}
.TagClassName
{
border-color: #F37C74;
}
</style>