Shades of Salmon #F77967
Tints of Salmon #F77967
RGB
CMYK
RGB Variations
Color information
#F77967 (or 0xF77967) is known color: Salmon. HEX triplet: F7, 79 and 67. RGB value is (247,121,103). Sum of RGB (Red+Green+Blue) = 247+121+103=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F77967 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77967 is #088698. Grayscale: #9C9C9C. Windows color (decimal): -558745 or 6781431. OLE color: 6781431.
HSL color Cylindrical-coordinate representation of color #F77967: hue angle of 7.5º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F77967 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 121 | 103 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.03 |
| HSL | 7.5º | 0.9% | 0.69% | - |
| HSV(B) | 7.5º | 0.58% | 0.97% | - |
| XYZ | 47.64 | 34.43 | 16.97 | - |
| YUV | 156.62 | 97.74 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 121 | 103 | 0 | 0.51 | 0.58 | 0.03 | 7.5 | 0.9 | 0.69 |
| Hex | F7 | 79 | 67 | 0 | 33 | 3A | 3 | 8 | 5A | 45 |
| Octal | 367 | 171 | 147 | 0 | 63 | 72 | 3 | 10 | 132 | 105 |
| Binary | 11110111 | 1111001 | 1100111 | 0 | 110011 | 111010 | 11 | 1000 | 1011010 | 1000101 |
Color Harmonies of #F77967
Complementary color
Monochromatic Colors of #F77967
Black with #F77967
Text Example
Text Example
White with #F77967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77967; }
p { color: rgb(247,121,103); }
H1.HeaderClassName
{
color: #F77967;
}
.AnyTagClassName
{
color: #F77967;
}
</style>
background-color css
<style>
a { background-color: #F77967; }
a { background-color: rgb(247,121,103); }
div.DivClassName
{
background-color: #F77967;
}
.BgClassName
{
background-color: #F77967;
}
</style>
border-color css
<style>
span { border-color: #F77967; }
span { border-color: rgb(247,121,103); }
td.TdClassName
{
border-color: #F77967;
}
.TagClassName
{
border-color: #F77967;
}
</style>