Shades of Salmon #FF736E
Tints of Salmon #FF736E
RGB
CMYK
RGB Variations
Color information
#FF736E (or 0xFF736E) is known color: Salmon. HEX triplet: FF, 73 and 6E. RGB value is (255,115,110). Sum of RGB (Red+Green+Blue) = 255+115+110=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF736E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF736E is #008C91. Grayscale: #9C9C9C. Windows color (decimal): -35986 or 7238655. OLE color: 7238655.
HSL color Cylindrical-coordinate representation of color #FF736E: hue angle of 2.07º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF736E is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 110 | - |
| CMYK | 0 | 0.55 | 0.57 | 0 |
| HSL | 2.07º | 1% | 0.72% | - |
| HSV(B) | 2.07º | 0.57% | 1% | - |
| XYZ | 50.19 | 34.65 | 18.79 | - |
| YUV | 156.29 | 101.88 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 110 | 0 | 0.55 | 0.57 | 0 | 2.07 | 1 | 0.72 |
| Hex | FF | 73 | 6E | 0 | 37 | 39 | 0 | 2 | 64 | 48 |
| Octal | 377 | 163 | 156 | 0 | 67 | 71 | 0 | 2 | 144 | 110 |
| Binary | 11111111 | 1110011 | 1101110 | 0 | 110111 | 111001 | 0 | 10 | 1100100 | 1001000 |
Color Harmonies of #FF736E
Complementary color
Monochromatic Colors of #FF736E
Black with #FF736E
Text Example
Text Example
White with #FF736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF736E; }
p { color: rgb(255,115,110); }
H1.HeaderClassName
{
color: #FF736E;
}
.AnyTagClassName
{
color: #FF736E;
}
</style>
background-color css
<style>
a { background-color: #FF736E; }
a { background-color: rgb(255,115,110); }
div.DivClassName
{
background-color: #FF736E;
}
.BgClassName
{
background-color: #FF736E;
}
</style>
border-color css
<style>
span { border-color: #FF736E; }
span { border-color: rgb(255,115,110); }
td.TdClassName
{
border-color: #FF736E;
}
.TagClassName
{
border-color: #FF736E;
}
</style>