Shades of Salmon #F37D63
Tints of Salmon #F37D63
RGB
CMYK
RGB Variations
Color information
#F37D63 (or 0xF37D63) is known color: Salmon. HEX triplet: F3, 7D and 63. RGB value is (243,125,99). Sum of RGB (Red+Green+Blue) = 243+125+99=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F37D63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37D63 is #0C829C. Grayscale: #9D9D9D. Windows color (decimal): -819869 or 6520307. OLE color: 6520307.
HSL color Cylindrical-coordinate representation of color #F37D63: hue angle of 10.83º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F37D63 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 99 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.05 |
| HSL | 10.83º | 0.86% | 0.67% | - |
| HSV(B) | 10.83º | 0.59% | 0.95% | - |
| XYZ | 46.55 | 34.62 | 16.03 | - |
| YUV | 157.32 | 95.09 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 99 | 0 | 0.49 | 0.59 | 0.05 | 10.83 | 0.86 | 0.67 |
| Hex | F3 | 7D | 63 | 0 | 31 | 3B | 5 | B | 56 | 43 |
| Octal | 363 | 175 | 143 | 0 | 61 | 73 | 5 | 13 | 126 | 103 |
| Binary | 11110011 | 1111101 | 1100011 | 0 | 110001 | 111011 | 101 | 1011 | 1010110 | 1000011 |
Color Harmonies of #F37D63
Complementary color
Monochromatic Colors of #F37D63
Black with #F37D63
Text Example
Text Example
White with #F37D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37D63; }
p { color: rgb(243,125,99); }
H1.HeaderClassName
{
color: #F37D63;
}
.AnyTagClassName
{
color: #F37D63;
}
</style>
background-color css
<style>
a { background-color: #F37D63; }
a { background-color: rgb(243,125,99); }
div.DivClassName
{
background-color: #F37D63;
}
.BgClassName
{
background-color: #F37D63;
}
</style>
border-color css
<style>
span { border-color: #F37D63; }
span { border-color: rgb(243,125,99); }
td.TdClassName
{
border-color: #F37D63;
}
.TagClassName
{
border-color: #F37D63;
}
</style>