Shades of Salmon #F4736B
Tints of Salmon #F4736B
RGB
CMYK
RGB Variations
Color information
#F4736B (or 0xF4736B) is known color: Salmon. HEX triplet: F4, 73 and 6B. RGB value is (244,115,107). Sum of RGB (Red+Green+Blue) = 244+115+107=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F4736B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4736B is #0B8C94. Grayscale: #989898. Windows color (decimal): -756885 or 7042036. OLE color: 7042036.
HSL color Cylindrical-coordinate representation of color #F4736B: hue angle of 3.5º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F4736B is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 107 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.04 |
| HSL | 3.5º | 0.86% | 0.69% | - |
| HSV(B) | 3.5º | 0.56% | 0.96% | - |
| XYZ | 46.09 | 32.56 | 17.76 | - |
| YUV | 152.66 | 102.24 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 107 | 0 | 0.53 | 0.56 | 0.04 | 3.5 | 0.86 | 0.69 |
| Hex | F4 | 73 | 6B | 0 | 35 | 38 | 4 | 4 | 56 | 45 |
| Octal | 364 | 163 | 153 | 0 | 65 | 70 | 4 | 4 | 126 | 105 |
| Binary | 11110100 | 1110011 | 1101011 | 0 | 110101 | 111000 | 100 | 100 | 1010110 | 1000101 |
Color Harmonies of #F4736B
Complementary color
Monochromatic Colors of #F4736B
Black with #F4736B
Text Example
Text Example
White with #F4736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4736B; }
p { color: rgb(244,115,107); }
H1.HeaderClassName
{
color: #F4736B;
}
.AnyTagClassName
{
color: #F4736B;
}
</style>
background-color css
<style>
a { background-color: #F4736B; }
a { background-color: rgb(244,115,107); }
div.DivClassName
{
background-color: #F4736B;
}
.BgClassName
{
background-color: #F4736B;
}
</style>
border-color css
<style>
span { border-color: #F4736B; }
span { border-color: rgb(244,115,107); }
td.TdClassName
{
border-color: #F4736B;
}
.TagClassName
{
border-color: #F4736B;
}
</style>