Shades of Salmon #F48A79
Tints of Salmon #F48A79
RGB
CMYK
RGB Variations
Color information
#F48A79 (or 0xF48A79) is known color: Salmon. HEX triplet: F4, 8A and 79. RGB value is (244,138,121). Sum of RGB (Red+Green+Blue) = 244+138+121=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 244 - color contains mainly: red. Hex color #F48A79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48A79 is #0B7586. Grayscale: #A7A7A7. Windows color (decimal): -750983 or 7965428. OLE color: 7965428.
HSL color Cylindrical-coordinate representation of color #F48A79: hue angle of 8.29º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F48A79 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 138 | 121 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.04 |
| HSL | 8.29º | 0.85% | 0.72% | - |
| HSV(B) | 8.29º | 0.5% | 0.96% | - |
| XYZ | 49.85 | 38.79 | 22.95 | - |
| YUV | 167.76 | 101.62 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 138 | 121 | 0 | 0.43 | 0.50 | 0.04 | 8.29 | 0.85 | 0.72 |
| Hex | F4 | 8A | 79 | 0 | 2B | 32 | 4 | 8 | 55 | 48 |
| Octal | 364 | 212 | 171 | 0 | 53 | 62 | 4 | 10 | 125 | 110 |
| Binary | 11110100 | 10001010 | 1111001 | 0 | 101011 | 110010 | 100 | 1000 | 1010101 | 1001000 |
Color Harmonies of #F48A79
Complementary color
Monochromatic Colors of #F48A79
Black with #F48A79
Text Example
Text Example
White with #F48A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48A79; }
p { color: rgb(244,138,121); }
H1.HeaderClassName
{
color: #F48A79;
}
.AnyTagClassName
{
color: #F48A79;
}
</style>
background-color css
<style>
a { background-color: #F48A79; }
a { background-color: rgb(244,138,121); }
div.DivClassName
{
background-color: #F48A79;
}
.BgClassName
{
background-color: #F48A79;
}
</style>
border-color css
<style>
span { border-color: #F48A79; }
span { border-color: rgb(244,138,121); }
td.TdClassName
{
border-color: #F48A79;
}
.TagClassName
{
border-color: #F48A79;
}
</style>