Shades of Salmon #F48074
Tints of Salmon #F48074
RGB
CMYK
RGB Variations
Color information
#F48074 (or 0xF48074) is known color: Salmon. HEX triplet: F4, 80 and 74. RGB value is (244,128,116). Sum of RGB (Red+Green+Blue) = 244+128+116=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F48074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48074 is #0B7F8B. Grayscale: #A1A1A1. Windows color (decimal): -753548 or 7635188. OLE color: 7635188.
HSL color Cylindrical-coordinate representation of color #F48074: hue angle of 5.62º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F48074 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 128 | 116 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.04 |
| HSL | 5.63º | 0.85% | 0.71% | - |
| HSV(B) | 5.63º | 0.52% | 0.96% | - |
| XYZ | 48.18 | 35.93 | 20.92 | - |
| YUV | 161.32 | 102.43 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 128 | 116 | 0 | 0.48 | 0.52 | 0.04 | 5.63 | 0.85 | 0.71 |
| Hex | F4 | 80 | 74 | 0 | 30 | 34 | 4 | 6 | 55 | 47 |
| Octal | 364 | 200 | 164 | 0 | 60 | 64 | 4 | 6 | 125 | 107 |
| Binary | 11110100 | 10000000 | 1110100 | 0 | 110000 | 110100 | 100 | 110 | 1010101 | 1000111 |
Color Harmonies of #F48074
Complementary color
Monochromatic Colors of #F48074
Black with #F48074
Text Example
Text Example
White with #F48074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48074; }
p { color: rgb(244,128,116); }
H1.HeaderClassName
{
color: #F48074;
}
.AnyTagClassName
{
color: #F48074;
}
</style>
background-color css
<style>
a { background-color: #F48074; }
a { background-color: rgb(244,128,116); }
div.DivClassName
{
background-color: #F48074;
}
.BgClassName
{
background-color: #F48074;
}
</style>
border-color css
<style>
span { border-color: #F48074; }
span { border-color: rgb(244,128,116); }
td.TdClassName
{
border-color: #F48074;
}
.TagClassName
{
border-color: #F48074;
}
</style>