Shades of Salmon #F4736F
Tints of Salmon #F4736F
RGB
CMYK
RGB Variations
Color information
#F4736F (or 0xF4736F) is known color: Salmon. HEX triplet: F4, 73 and 6F. RGB value is (244,115,111). Sum of RGB (Red+Green+Blue) = 244+115+111=470 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.91% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 244 - color contains mainly: red. Hex color #F4736F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4736F is #0B8C90. Grayscale: #999999. Windows color (decimal): -756881 or 7304180. OLE color: 7304180.
HSL color Cylindrical-coordinate representation of color #F4736F: hue angle of 1.8º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4736F is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 111 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.04 |
| HSL | 1.8º | 0.86% | 0.7% | - |
| HSV(B) | 1.8º | 0.55% | 0.96% | - |
| XYZ | 46.31 | 32.64 | 18.9 | - |
| YUV | 153.12 | 104.24 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 111 | 0 | 0.53 | 0.55 | 0.04 | 1.8 | 0.86 | 0.7 |
| Hex | F4 | 73 | 6F | 0 | 35 | 37 | 4 | 2 | 56 | 46 |
| Octal | 364 | 163 | 157 | 0 | 65 | 67 | 4 | 2 | 126 | 106 |
| Binary | 11110100 | 1110011 | 1101111 | 0 | 110101 | 110111 | 100 | 10 | 1010110 | 1000110 |
Color Harmonies of #F4736F
Complementary color
Monochromatic Colors of #F4736F
Black with #F4736F
Text Example
Text Example
White with #F4736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4736F; }
p { color: rgb(244,115,111); }
H1.HeaderClassName
{
color: #F4736F;
}
.AnyTagClassName
{
color: #F4736F;
}
</style>
background-color css
<style>
a { background-color: #F4736F; }
a { background-color: rgb(244,115,111); }
div.DivClassName
{
background-color: #F4736F;
}
.BgClassName
{
background-color: #F4736F;
}
</style>
border-color css
<style>
span { border-color: #F4736F; }
span { border-color: rgb(244,115,111); }
td.TdClassName
{
border-color: #F4736F;
}
.TagClassName
{
border-color: #F4736F;
}
</style>