Shades of Salmon #F4756B
Tints of Salmon #F4756B
RGB
CMYK
RGB Variations
Color information
#F4756B (or 0xF4756B) is known color: Salmon. HEX triplet: F4, 75 and 6B. RGB value is (244,117,107). Sum of RGB (Red+Green+Blue) = 244+117+107=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F4756B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4756B is #0B8A94. Grayscale: #9A9A9A. Windows color (decimal): -756373 or 7042548. OLE color: 7042548.
HSL color Cylindrical-coordinate representation of color #F4756B: hue angle of 4.38º 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 #F4756B is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 117 | 107 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.04 |
| HSL | 4.38º | 0.86% | 0.69% | - |
| HSV(B) | 4.38º | 0.56% | 0.96% | - |
| XYZ | 46.32 | 33.02 | 17.84 | - |
| YUV | 153.83 | 101.58 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 117 | 107 | 0 | 0.52 | 0.56 | 0.04 | 4.38 | 0.86 | 0.69 |
| Hex | F4 | 75 | 6B | 0 | 34 | 38 | 4 | 4 | 56 | 45 |
| Octal | 364 | 165 | 153 | 0 | 64 | 70 | 4 | 4 | 126 | 105 |
| Binary | 11110100 | 1110101 | 1101011 | 0 | 110100 | 111000 | 100 | 100 | 1010110 | 1000101 |
Color Harmonies of #F4756B
Complementary color
Monochromatic Colors of #F4756B
Black with #F4756B
Text Example
Text Example
White with #F4756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4756B; }
p { color: rgb(244,117,107); }
H1.HeaderClassName
{
color: #F4756B;
}
.AnyTagClassName
{
color: #F4756B;
}
</style>
background-color css
<style>
a { background-color: #F4756B; }
a { background-color: rgb(244,117,107); }
div.DivClassName
{
background-color: #F4756B;
}
.BgClassName
{
background-color: #F4756B;
}
</style>
border-color css
<style>
span { border-color: #F4756B; }
span { border-color: rgb(244,117,107); }
td.TdClassName
{
border-color: #F4756B;
}
.TagClassName
{
border-color: #F4756B;
}
</style>