Shades of Salmon #F77372
Tints of Salmon #F77372
RGB
CMYK
RGB Variations
Color information
#F77372 (or 0xF77372) is known color: Salmon. HEX triplet: F7, 73 and 72. RGB value is (247,115,114). Sum of RGB (Red+Green+Blue) = 247+115+114=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F77372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77372 is #088C8D. Grayscale: #9A9A9A. Windows color (decimal): -560270 or 7500791. OLE color: 7500791.
HSL color Cylindrical-coordinate representation of color #F77372: hue angle of 0.45º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F77372 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 114 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.03 |
| HSL | 0.45º | 0.89% | 0.71% | - |
| HSV(B) | 0.45º | 0.54% | 0.97% | - |
| XYZ | 47.53 | 33.25 | 19.83 | - |
| YUV | 154.35 | 105.23 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 114 | 0 | 0.53 | 0.54 | 0.03 | 0.45 | 0.89 | 0.71 |
| Hex | F7 | 73 | 72 | 0 | 35 | 36 | 3 | 0 | 59 | 47 |
| Octal | 367 | 163 | 162 | 0 | 65 | 66 | 3 | 0 | 131 | 107 |
| Binary | 11110111 | 1110011 | 1110010 | 0 | 110101 | 110110 | 11 | 0 | 1011001 | 1000111 |
Color Harmonies of #F77372
Complementary color
Monochromatic Colors of #F77372
Black with #F77372
Text Example
Text Example
White with #F77372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77372; }
p { color: rgb(247,115,114); }
H1.HeaderClassName
{
color: #F77372;
}
.AnyTagClassName
{
color: #F77372;
}
</style>
background-color css
<style>
a { background-color: #F77372; }
a { background-color: rgb(247,115,114); }
div.DivClassName
{
background-color: #F77372;
}
.BgClassName
{
background-color: #F77372;
}
</style>
border-color css
<style>
span { border-color: #F77372; }
span { border-color: rgb(247,115,114); }
td.TdClassName
{
border-color: #F77372;
}
.TagClassName
{
border-color: #F77372;
}
</style>