Shades of Salmon #F37D6B
Tints of Salmon #F37D6B
RGB
CMYK
RGB Variations
Color information
#F37D6B (or 0xF37D6B) is known color: Salmon. HEX triplet: F3, 7D and 6B. RGB value is (243,125,107). Sum of RGB (Red+Green+Blue) = 243+125+107=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F37D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37D6B is #0C8294. Grayscale: #9E9E9E. Windows color (decimal): -819861 or 7044595. OLE color: 7044595.
HSL color Cylindrical-coordinate representation of color #F37D6B: hue angle of 7.94º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F37D6B is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 107 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.05 |
| HSL | 7.94º | 0.85% | 0.69% | - |
| HSV(B) | 7.94º | 0.56% | 0.95% | - |
| XYZ | 46.95 | 34.78 | 18.15 | - |
| YUV | 158.23 | 99.09 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 107 | 0 | 0.49 | 0.56 | 0.05 | 7.94 | 0.85 | 0.69 |
| Hex | F3 | 7D | 6B | 0 | 31 | 38 | 5 | 8 | 55 | 45 |
| Octal | 363 | 175 | 153 | 0 | 61 | 70 | 5 | 10 | 125 | 105 |
| Binary | 11110011 | 1111101 | 1101011 | 0 | 110001 | 111000 | 101 | 1000 | 1010101 | 1000101 |
Color Harmonies of #F37D6B
Complementary color
Monochromatic Colors of #F37D6B
Black with #F37D6B
Text Example
Text Example
White with #F37D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37D6B; }
p { color: rgb(243,125,107); }
H1.HeaderClassName
{
color: #F37D6B;
}
.AnyTagClassName
{
color: #F37D6B;
}
</style>
background-color css
<style>
a { background-color: #F37D6B; }
a { background-color: rgb(243,125,107); }
div.DivClassName
{
background-color: #F37D6B;
}
.BgClassName
{
background-color: #F37D6B;
}
</style>
border-color css
<style>
span { border-color: #F37D6B; }
span { border-color: rgb(243,125,107); }
td.TdClassName
{
border-color: #F37D6B;
}
.TagClassName
{
border-color: #F37D6B;
}
</style>