Shades of Salmon #F4756C
Tints of Salmon #F4756C
RGB
CMYK
RGB Variations
Color information
#F4756C (or 0xF4756C) is known color: Salmon. HEX triplet: F4, 75 and 6C. RGB value is (244,117,108). Sum of RGB (Red+Green+Blue) = 244+117+108=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F4756C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4756C is #0B8A93. Grayscale: #9A9A9A. Windows color (decimal): -756372 or 7108084. OLE color: 7108084.
HSL color Cylindrical-coordinate representation of color #F4756C: hue angle of 3.97º 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 #F4756C is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 117 | 108 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.04 |
| HSL | 3.97º | 0.86% | 0.69% | - |
| HSV(B) | 3.97º | 0.56% | 0.96% | - |
| XYZ | 46.38 | 33.04 | 18.12 | - |
| YUV | 153.95 | 102.08 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 117 | 108 | 0 | 0.52 | 0.56 | 0.04 | 3.97 | 0.86 | 0.69 |
| Hex | F4 | 75 | 6C | 0 | 34 | 38 | 4 | 4 | 56 | 45 |
| Octal | 364 | 165 | 154 | 0 | 64 | 70 | 4 | 4 | 126 | 105 |
| Binary | 11110100 | 1110101 | 1101100 | 0 | 110100 | 111000 | 100 | 100 | 1010110 | 1000101 |
Color Harmonies of #F4756C
Complementary color
Monochromatic Colors of #F4756C
Black with #F4756C
Text Example
Text Example
White with #F4756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4756C; }
p { color: rgb(244,117,108); }
H1.HeaderClassName
{
color: #F4756C;
}
.AnyTagClassName
{
color: #F4756C;
}
</style>
background-color css
<style>
a { background-color: #F4756C; }
a { background-color: rgb(244,117,108); }
div.DivClassName
{
background-color: #F4756C;
}
.BgClassName
{
background-color: #F4756C;
}
</style>
border-color css
<style>
span { border-color: #F4756C; }
span { border-color: rgb(244,117,108); }
td.TdClassName
{
border-color: #F4756C;
}
.TagClassName
{
border-color: #F4756C;
}
</style>