Shades of Salmon #F7827A
Tints of Salmon #F7827A
RGB
CMYK
RGB Variations
Color information
#F7827A (or 0xF7827A) is known color: Salmon. HEX triplet: F7, 82 and 7A. RGB value is (247,130,122). Sum of RGB (Red+Green+Blue) = 247+130+122=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F7827A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7827A is #087D85. Grayscale: #A4A4A4. Windows color (decimal): -556422 or 8028919. OLE color: 8028919.
HSL color Cylindrical-coordinate representation of color #F7827A: hue angle of 3.84º 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 #F7827A is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 122 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.03 |
| HSL | 3.84º | 0.89% | 0.72% | - |
| HSV(B) | 3.84º | 0.51% | 0.97% | - |
| XYZ | 49.85 | 37.14 | 22.95 | - |
| YUV | 164.07 | 104.26 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 122 | 0 | 0.47 | 0.51 | 0.03 | 3.84 | 0.89 | 0.72 |
| Hex | F7 | 82 | 7A | 0 | 2F | 33 | 3 | 4 | 59 | 48 |
| Octal | 367 | 202 | 172 | 0 | 57 | 63 | 3 | 4 | 131 | 110 |
| Binary | 11110111 | 10000010 | 1111010 | 0 | 101111 | 110011 | 11 | 100 | 1011001 | 1001000 |
Color Harmonies of #F7827A
Complementary color
Monochromatic Colors of #F7827A
Black with #F7827A
Text Example
Text Example
White with #F7827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7827A; }
p { color: rgb(247,130,122); }
H1.HeaderClassName
{
color: #F7827A;
}
.AnyTagClassName
{
color: #F7827A;
}
</style>
background-color css
<style>
a { background-color: #F7827A; }
a { background-color: rgb(247,130,122); }
div.DivClassName
{
background-color: #F7827A;
}
.BgClassName
{
background-color: #F7827A;
}
</style>
border-color css
<style>
span { border-color: #F7827A; }
span { border-color: rgb(247,130,122); }
td.TdClassName
{
border-color: #F7827A;
}
.TagClassName
{
border-color: #F7827A;
}
</style>