Shades of Salmon #F5756A
Tints of Salmon #F5756A
RGB
CMYK
RGB Variations
Color information
#F5756A (or 0xF5756A) is known color: Salmon. HEX triplet: F5, 75 and 6A. RGB value is (245,117,106). Sum of RGB (Red+Green+Blue) = 245+117+106=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F5756A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5756A is #0A8A95. Grayscale: #9A9A9A. Windows color (decimal): -690838 or 6977013. OLE color: 6977013.
HSL color Cylindrical-coordinate representation of color #F5756A: hue angle of 4.75º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F5756A is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 106 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.04 |
| HSL | 4.75º | 0.87% | 0.69% | - |
| HSV(B) | 4.75º | 0.57% | 0.96% | - |
| XYZ | 46.62 | 33.18 | 17.58 | - |
| YUV | 154.02 | 100.91 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 106 | 0 | 0.52 | 0.57 | 0.04 | 4.75 | 0.87 | 0.69 |
| Hex | F5 | 75 | 6A | 0 | 34 | 39 | 4 | 5 | 57 | 45 |
| Octal | 365 | 165 | 152 | 0 | 64 | 71 | 4 | 5 | 127 | 105 |
| Binary | 11110101 | 1110101 | 1101010 | 0 | 110100 | 111001 | 100 | 101 | 1010111 | 1000101 |
Color Harmonies of #F5756A
Complementary color
Monochromatic Colors of #F5756A
Black with #F5756A
Text Example
Text Example
White with #F5756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5756A; }
p { color: rgb(245,117,106); }
H1.HeaderClassName
{
color: #F5756A;
}
.AnyTagClassName
{
color: #F5756A;
}
</style>
background-color css
<style>
a { background-color: #F5756A; }
a { background-color: rgb(245,117,106); }
div.DivClassName
{
background-color: #F5756A;
}
.BgClassName
{
background-color: #F5756A;
}
</style>
border-color css
<style>
span { border-color: #F5756A; }
span { border-color: rgb(245,117,106); }
td.TdClassName
{
border-color: #F5756A;
}
.TagClassName
{
border-color: #F5756A;
}
</style>