Shades of Salmon #F48978
Tints of Salmon #F48978
RGB
CMYK
RGB Variations
Color information
#F48978 (or 0xF48978) is known color: Salmon. HEX triplet: F4, 89 and 78. RGB value is (244,137,120). Sum of RGB (Red+Green+Blue) = 244+137+120=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F48978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48978 is #0B7687. Grayscale: #A7A7A7. Windows color (decimal): -751240 or 7899636. OLE color: 7899636.
HSL color Cylindrical-coordinate representation of color #F48978: hue angle of 8.23º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F48978 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 137 | 120 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.04 |
| HSL | 8.23º | 0.85% | 0.71% | - |
| HSV(B) | 8.23º | 0.51% | 0.96% | - |
| XYZ | 49.64 | 38.48 | 22.58 | - |
| YUV | 167.06 | 101.45 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 137 | 120 | 0 | 0.44 | 0.51 | 0.04 | 8.23 | 0.85 | 0.71 |
| Hex | F4 | 89 | 78 | 0 | 2C | 33 | 4 | 8 | 55 | 47 |
| Octal | 364 | 211 | 170 | 0 | 54 | 63 | 4 | 10 | 125 | 107 |
| Binary | 11110100 | 10001001 | 1111000 | 0 | 101100 | 110011 | 100 | 1000 | 1010101 | 1000111 |
Color Harmonies of #F48978
Complementary color
Monochromatic Colors of #F48978
Black with #F48978
Text Example
Text Example
White with #F48978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48978; }
p { color: rgb(244,137,120); }
H1.HeaderClassName
{
color: #F48978;
}
.AnyTagClassName
{
color: #F48978;
}
</style>
background-color css
<style>
a { background-color: #F48978; }
a { background-color: rgb(244,137,120); }
div.DivClassName
{
background-color: #F48978;
}
.BgClassName
{
background-color: #F48978;
}
</style>
border-color css
<style>
span { border-color: #F48978; }
span { border-color: rgb(244,137,120); }
td.TdClassName
{
border-color: #F48978;
}
.TagClassName
{
border-color: #F48978;
}
</style>