Shades of Salmon #F78A6A
Tints of Salmon #F78A6A
RGB
CMYK
RGB Variations
Color information
#F78A6A (or 0xF78A6A) is known color: Salmon. HEX triplet: F7, 8A and 6A. RGB value is (247,138,106). Sum of RGB (Red+Green+Blue) = 247+138+106=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F78A6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78A6A is #087595. Grayscale: #A7A7A7. Windows color (decimal): -554390 or 6982391. OLE color: 6982391.
HSL color Cylindrical-coordinate representation of color #F78A6A: hue angle of 13.62º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F78A6A is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 138 | 106 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.03 |
| HSL | 13.62º | 0.9% | 0.69% | - |
| HSV(B) | 13.62º | 0.57% | 0.97% | - |
| XYZ | 50.05 | 38.99 | 18.52 | - |
| YUV | 166.94 | 93.61 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 138 | 106 | 0 | 0.44 | 0.57 | 0.03 | 13.62 | 0.9 | 0.69 |
| Hex | F7 | 8A | 6A | 0 | 2C | 39 | 3 | E | 5A | 45 |
| Octal | 367 | 212 | 152 | 0 | 54 | 71 | 3 | 16 | 132 | 105 |
| Binary | 11110111 | 10001010 | 1101010 | 0 | 101100 | 111001 | 11 | 1110 | 1011010 | 1000101 |
Color Harmonies of #F78A6A
Complementary color
Monochromatic Colors of #F78A6A
Black with #F78A6A
Text Example
Text Example
White with #F78A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78A6A; }
p { color: rgb(247,138,106); }
H1.HeaderClassName
{
color: #F78A6A;
}
.AnyTagClassName
{
color: #F78A6A;
}
</style>
background-color css
<style>
a { background-color: #F78A6A; }
a { background-color: rgb(247,138,106); }
div.DivClassName
{
background-color: #F78A6A;
}
.BgClassName
{
background-color: #F78A6A;
}
</style>
border-color css
<style>
span { border-color: #F78A6A; }
span { border-color: rgb(247,138,106); }
td.TdClassName
{
border-color: #F78A6A;
}
.TagClassName
{
border-color: #F78A6A;
}
</style>