Shades of Light Salmon #F7A07A
Tints of Light Salmon #F7A07A
RGB
CMYK
RGB Variations
Color information
#F7A07A (or 0xF7A07A) is known color: Light Salmon. HEX triplet: F7, A0 and 7A. RGB value is (247,160,122). Sum of RGB (Red+Green+Blue) = 247+160+122=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A07A is #085F85. Grayscale: #B5B5B5. Windows color (decimal): -548742 or 8036599. OLE color: 8036599.
HSL color Cylindrical-coordinate representation of color #F7A07A: hue angle of 18.24º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F7A07A is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 122 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.03 |
| HSL | 18.24º | 0.89% | 0.72% | - |
| HSV(B) | 18.24º | 0.51% | 0.97% | - |
| XYZ | 54.44 | 46.32 | 24.48 | - |
| YUV | 181.68 | 94.32 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 122 | 0 | 0.35 | 0.51 | 0.03 | 18.24 | 0.89 | 0.72 |
| Hex | F7 | A0 | 7A | 0 | 23 | 33 | 3 | 12 | 59 | 48 |
| Octal | 367 | 240 | 172 | 0 | 43 | 63 | 3 | 22 | 131 | 110 |
| Binary | 11110111 | 10100000 | 1111010 | 0 | 100011 | 110011 | 11 | 10010 | 1011001 | 1001000 |
Color Harmonies of #F7A07A
Complementary color
Monochromatic Colors of #F7A07A
Black with #F7A07A
Text Example
Text Example
White with #F7A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A07A; }
p { color: rgb(247,160,122); }
H1.HeaderClassName
{
color: #F7A07A;
}
.AnyTagClassName
{
color: #F7A07A;
}
</style>
background-color css
<style>
a { background-color: #F7A07A; }
a { background-color: rgb(247,160,122); }
div.DivClassName
{
background-color: #F7A07A;
}
.BgClassName
{
background-color: #F7A07A;
}
</style>
border-color css
<style>
span { border-color: #F7A07A; }
span { border-color: rgb(247,160,122); }
td.TdClassName
{
border-color: #F7A07A;
}
.TagClassName
{
border-color: #F7A07A;
}
</style>