Shades of Salmon #F5756F
Tints of Salmon #F5756F
RGB
CMYK
RGB Variations
Color information
#F5756F (or 0xF5756F) is known color: Salmon. HEX triplet: F5, 75 and 6F. RGB value is (245,117,111). Sum of RGB (Red+Green+Blue) = 245+117+111=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F5756F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5756F is #0A8A90. Grayscale: #9A9A9A. Windows color (decimal): -690833 or 7304693. OLE color: 7304693.
HSL color Cylindrical-coordinate representation of color #F5756F: hue angle of 2.69º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5756F is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 111 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.04 |
| HSL | 2.69º | 0.87% | 0.7% | - |
| HSV(B) | 2.69º | 0.55% | 0.96% | - |
| XYZ | 46.89 | 33.28 | 18.99 | - |
| YUV | 154.59 | 103.41 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 111 | 0 | 0.52 | 0.55 | 0.04 | 2.69 | 0.87 | 0.7 |
| Hex | F5 | 75 | 6F | 0 | 34 | 37 | 4 | 3 | 57 | 46 |
| Octal | 365 | 165 | 157 | 0 | 64 | 67 | 4 | 3 | 127 | 106 |
| Binary | 11110101 | 1110101 | 1101111 | 0 | 110100 | 110111 | 100 | 11 | 1010111 | 1000110 |
Color Harmonies of #F5756F
Complementary color
Monochromatic Colors of #F5756F
Black with #F5756F
Text Example
Text Example
White with #F5756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5756F; }
p { color: rgb(245,117,111); }
H1.HeaderClassName
{
color: #F5756F;
}
.AnyTagClassName
{
color: #F5756F;
}
</style>
background-color css
<style>
a { background-color: #F5756F; }
a { background-color: rgb(245,117,111); }
div.DivClassName
{
background-color: #F5756F;
}
.BgClassName
{
background-color: #F5756F;
}
</style>
border-color css
<style>
span { border-color: #F5756F; }
span { border-color: rgb(245,117,111); }
td.TdClassName
{
border-color: #F5756F;
}
.TagClassName
{
border-color: #F5756F;
}
</style>