Shades of Salmon #F77271
Tints of Salmon #F77271
RGB
CMYK
RGB Variations
Color information
#F77271 (or 0xF77271) is known color: Salmon. HEX triplet: F7, 72 and 71. RGB value is (247,114,113). Sum of RGB (Red+Green+Blue) = 247+114+113=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F77271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77271 is #088D8E. Grayscale: #999999. Windows color (decimal): -560527 or 7434999. OLE color: 7434999.
HSL color Cylindrical-coordinate representation of color #F77271: 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 #F77271 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 114 | 113 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.03 |
| HSL | 0.45º | 0.89% | 0.71% | - |
| HSV(B) | 0.45º | 0.54% | 0.97% | - |
| XYZ | 47.36 | 33 | 19.5 | - |
| YUV | 153.65 | 105.06 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 113 | 0 | 0.54 | 0.54 | 0.03 | 0.45 | 0.89 | 0.71 |
| Hex | F7 | 72 | 71 | 0 | 36 | 36 | 3 | 0 | 59 | 47 |
| Octal | 367 | 162 | 161 | 0 | 66 | 66 | 3 | 0 | 131 | 107 |
| Binary | 11110111 | 1110010 | 1110001 | 0 | 110110 | 110110 | 11 | 0 | 1011001 | 1000111 |
Color Harmonies of #F77271
Complementary color
Monochromatic Colors of #F77271
Black with #F77271
Text Example
Text Example
White with #F77271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77271; }
p { color: rgb(247,114,113); }
H1.HeaderClassName
{
color: #F77271;
}
.AnyTagClassName
{
color: #F77271;
}
</style>
background-color css
<style>
a { background-color: #F77271; }
a { background-color: rgb(247,114,113); }
div.DivClassName
{
background-color: #F77271;
}
.BgClassName
{
background-color: #F77271;
}
</style>
border-color css
<style>
span { border-color: #F77271; }
span { border-color: rgb(247,114,113); }
td.TdClassName
{
border-color: #F77271;
}
.TagClassName
{
border-color: #F77271;
}
</style>