Shades of Salmon #F4736C
Tints of Salmon #F4736C
RGB
CMYK
RGB Variations
Color information
#F4736C (or 0xF4736C) is known color: Salmon. HEX triplet: F4, 73 and 6C. RGB value is (244,115,108). Sum of RGB (Red+Green+Blue) = 244+115+108=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F4736C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4736C is #0B8C93. Grayscale: #989898. Windows color (decimal): -756884 or 7107572. OLE color: 7107572.
HSL color Cylindrical-coordinate representation of color #F4736C: hue angle of 3.09º 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 #F4736C is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 108 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.04 |
| HSL | 3.09º | 0.86% | 0.69% | - |
| HSV(B) | 3.09º | 0.56% | 0.96% | - |
| XYZ | 46.15 | 32.58 | 18.04 | - |
| YUV | 152.77 | 102.74 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 108 | 0 | 0.53 | 0.56 | 0.04 | 3.09 | 0.86 | 0.69 |
| Hex | F4 | 73 | 6C | 0 | 35 | 38 | 4 | 3 | 56 | 45 |
| Octal | 364 | 163 | 154 | 0 | 65 | 70 | 4 | 3 | 126 | 105 |
| Binary | 11110100 | 1110011 | 1101100 | 0 | 110101 | 111000 | 100 | 11 | 1010110 | 1000101 |
Color Harmonies of #F4736C
Complementary color
Monochromatic Colors of #F4736C
Black with #F4736C
Text Example
Text Example
White with #F4736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4736C; }
p { color: rgb(244,115,108); }
H1.HeaderClassName
{
color: #F4736C;
}
.AnyTagClassName
{
color: #F4736C;
}
</style>
background-color css
<style>
a { background-color: #F4736C; }
a { background-color: rgb(244,115,108); }
div.DivClassName
{
background-color: #F4736C;
}
.BgClassName
{
background-color: #F4736C;
}
</style>
border-color css
<style>
span { border-color: #F4736C; }
span { border-color: rgb(244,115,108); }
td.TdClassName
{
border-color: #F4736C;
}
.TagClassName
{
border-color: #F4736C;
}
</style>