Shades of Salmon #F5736C
Tints of Salmon #F5736C
RGB
CMYK
RGB Variations
Color information
#F5736C (or 0xF5736C) is known color: Salmon. HEX triplet: F5, 73 and 6C. RGB value is (245,115,108). Sum of RGB (Red+Green+Blue) = 245+115+108=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F5736C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5736C is #0A8C93. Grayscale: #999999. Windows color (decimal): -691348 or 7107573. OLE color: 7107573.
HSL color Cylindrical-coordinate representation of color #F5736C: hue angle of 3.07º degrees, saturation: 0.87, 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 #F5736C is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 108 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.04 |
| HSL | 3.07º | 0.87% | 0.69% | - |
| HSV(B) | 3.07º | 0.56% | 0.96% | - |
| XYZ | 46.49 | 32.76 | 18.06 | - |
| YUV | 153.07 | 102.57 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 108 | 0 | 0.53 | 0.56 | 0.04 | 3.07 | 0.87 | 0.69 |
| Hex | F5 | 73 | 6C | 0 | 35 | 38 | 4 | 3 | 57 | 45 |
| Octal | 365 | 163 | 154 | 0 | 65 | 70 | 4 | 3 | 127 | 105 |
| Binary | 11110101 | 1110011 | 1101100 | 0 | 110101 | 111000 | 100 | 11 | 1010111 | 1000101 |
Color Harmonies of #F5736C
Complementary color
Monochromatic Colors of #F5736C
Black with #F5736C
Text Example
Text Example
White with #F5736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5736C; }
p { color: rgb(245,115,108); }
H1.HeaderClassName
{
color: #F5736C;
}
.AnyTagClassName
{
color: #F5736C;
}
</style>
background-color css
<style>
a { background-color: #F5736C; }
a { background-color: rgb(245,115,108); }
div.DivClassName
{
background-color: #F5736C;
}
.BgClassName
{
background-color: #F5736C;
}
</style>
border-color css
<style>
span { border-color: #F5736C; }
span { border-color: rgb(245,115,108); }
td.TdClassName
{
border-color: #F5736C;
}
.TagClassName
{
border-color: #F5736C;
}
</style>