Shades of Salmon #F78278
Tints of Salmon #F78278
RGB
CMYK
RGB Variations
Color information
#F78278 (or 0xF78278) is known color: Salmon. HEX triplet: F7, 82 and 78. RGB value is (247,130,120). Sum of RGB (Red+Green+Blue) = 247+130+120=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F78278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78278 is #087D87. Grayscale: #A4A4A4. Windows color (decimal): -556424 or 7897847. OLE color: 7897847.
HSL color Cylindrical-coordinate representation of color #F78278: hue angle of 4.72º 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 #F78278 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 120 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.03 |
| HSL | 4.72º | 0.89% | 0.72% | - |
| HSV(B) | 4.72º | 0.51% | 0.97% | - |
| XYZ | 49.73 | 37.1 | 22.31 | - |
| YUV | 163.84 | 103.26 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 120 | 0 | 0.47 | 0.51 | 0.03 | 4.72 | 0.89 | 0.72 |
| Hex | F7 | 82 | 78 | 0 | 2F | 33 | 3 | 5 | 59 | 48 |
| Octal | 367 | 202 | 170 | 0 | 57 | 63 | 3 | 5 | 131 | 110 |
| Binary | 11110111 | 10000010 | 1111000 | 0 | 101111 | 110011 | 11 | 101 | 1011001 | 1001000 |
Color Harmonies of #F78278
Complementary color
Monochromatic Colors of #F78278
Black with #F78278
Text Example
Text Example
White with #F78278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78278; }
p { color: rgb(247,130,120); }
H1.HeaderClassName
{
color: #F78278;
}
.AnyTagClassName
{
color: #F78278;
}
</style>
background-color css
<style>
a { background-color: #F78278; }
a { background-color: rgb(247,130,120); }
div.DivClassName
{
background-color: #F78278;
}
.BgClassName
{
background-color: #F78278;
}
</style>
border-color css
<style>
span { border-color: #F78278; }
span { border-color: rgb(247,130,120); }
td.TdClassName
{
border-color: #F78278;
}
.TagClassName
{
border-color: #F78278;
}
</style>