Shades of Salmon #F4736D
Tints of Salmon #F4736D
RGB
CMYK
RGB Variations
Color information
#F4736D (or 0xF4736D) is known color: Salmon. HEX triplet: F4, 73 and 6D. RGB value is (244,115,109). Sum of RGB (Red+Green+Blue) = 244+115+109=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F4736D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4736D is #0B8C92. Grayscale: #999999. Windows color (decimal): -756883 or 7173108. OLE color: 7173108.
HSL color Cylindrical-coordinate representation of color #F4736D: hue angle of 2.67º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4736D is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 109 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.04 |
| HSL | 2.67º | 0.86% | 0.69% | - |
| HSV(B) | 2.67º | 0.55% | 0.96% | - |
| XYZ | 46.2 | 32.6 | 18.33 | - |
| YUV | 152.89 | 103.24 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 109 | 0 | 0.53 | 0.55 | 0.04 | 2.67 | 0.86 | 0.69 |
| Hex | F4 | 73 | 6D | 0 | 35 | 37 | 4 | 3 | 56 | 45 |
| Octal | 364 | 163 | 155 | 0 | 65 | 67 | 4 | 3 | 126 | 105 |
| Binary | 11110100 | 1110011 | 1101101 | 0 | 110101 | 110111 | 100 | 11 | 1010110 | 1000101 |
Color Harmonies of #F4736D
Complementary color
Monochromatic Colors of #F4736D
Black with #F4736D
Text Example
Text Example
White with #F4736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4736D; }
p { color: rgb(244,115,109); }
H1.HeaderClassName
{
color: #F4736D;
}
.AnyTagClassName
{
color: #F4736D;
}
</style>
background-color css
<style>
a { background-color: #F4736D; }
a { background-color: rgb(244,115,109); }
div.DivClassName
{
background-color: #F4736D;
}
.BgClassName
{
background-color: #F4736D;
}
</style>
border-color css
<style>
span { border-color: #F4736D; }
span { border-color: rgb(244,115,109); }
td.TdClassName
{
border-color: #F4736D;
}
.TagClassName
{
border-color: #F4736D;
}
</style>