Shades of Salmon #F78A78
Tints of Salmon #F78A78
RGB
CMYK
RGB Variations
Color information
#F78A78 (or 0xF78A78) is known color: Salmon. HEX triplet: F7, 8A and 78. RGB value is (247,138,120). Sum of RGB (Red+Green+Blue) = 247+138+120=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F78A78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78A78 is #087587. Grayscale: #A8A8A8. Windows color (decimal): -554376 or 7899895. OLE color: 7899895.
HSL color Cylindrical-coordinate representation of color #F78A78: hue angle of 8.5º 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 #F78A78 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 138 | 120 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.03 |
| HSL | 8.5º | 0.89% | 0.72% | - |
| HSV(B) | 8.5º | 0.51% | 0.97% | - |
| XYZ | 50.84 | 39.31 | 22.68 | - |
| YUV | 168.54 | 100.61 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 138 | 120 | 0 | 0.44 | 0.51 | 0.03 | 8.5 | 0.89 | 0.72 |
| Hex | F7 | 8A | 78 | 0 | 2C | 33 | 3 | 9 | 59 | 48 |
| Octal | 367 | 212 | 170 | 0 | 54 | 63 | 3 | 11 | 131 | 110 |
| Binary | 11110111 | 10001010 | 1111000 | 0 | 101100 | 110011 | 11 | 1001 | 1011001 | 1001000 |
Color Harmonies of #F78A78
Complementary color
Monochromatic Colors of #F78A78
Black with #F78A78
Text Example
Text Example
White with #F78A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78A78; }
p { color: rgb(247,138,120); }
H1.HeaderClassName
{
color: #F78A78;
}
.AnyTagClassName
{
color: #F78A78;
}
</style>
background-color css
<style>
a { background-color: #F78A78; }
a { background-color: rgb(247,138,120); }
div.DivClassName
{
background-color: #F78A78;
}
.BgClassName
{
background-color: #F78A78;
}
</style>
border-color css
<style>
span { border-color: #F78A78; }
span { border-color: rgb(247,138,120); }
td.TdClassName
{
border-color: #F78A78;
}
.TagClassName
{
border-color: #F78A78;
}
</style>