Shades of Salmon #F4897A
Tints of Salmon #F4897A
RGB
CMYK
RGB Variations
Color information
#F4897A (or 0xF4897A) is known color: Salmon. HEX triplet: F4, 89 and 7A. RGB value is (244,137,122). Sum of RGB (Red+Green+Blue) = 244+137+122=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 244 - color contains mainly: red. Hex color #F4897A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4897A is #0B7685. Grayscale: #A7A7A7. Windows color (decimal): -751238 or 8030708. OLE color: 8030708.
HSL color Cylindrical-coordinate representation of color #F4897A: hue angle of 7.38º 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 #F4897A is Cyan = 0, Magento = 0.44, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 137 | 122 | - |
| CMYK | 0 | 0.44 | 0.5 | 0.04 |
| HSL | 7.38º | 0.85% | 0.72% | - |
| HSV(B) | 7.38º | 0.5% | 0.96% | - |
| XYZ | 49.77 | 38.53 | 23.23 | - |
| YUV | 167.28 | 102.45 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 137 | 122 | 0 | 0.44 | 0.5 | 0.04 | 7.38 | 0.85 | 0.72 |
| Hex | F4 | 89 | 7A | 0 | 2C | 32 | 4 | 7 | 55 | 48 |
| Octal | 364 | 211 | 172 | 0 | 54 | 62 | 4 | 7 | 125 | 110 |
| Binary | 11110100 | 10001001 | 1111010 | 0 | 101100 | 110010 | 100 | 111 | 1010101 | 1001000 |
Color Harmonies of #F4897A
Complementary color
Monochromatic Colors of #F4897A
Black with #F4897A
Text Example
Text Example
White with #F4897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4897A; }
p { color: rgb(244,137,122); }
H1.HeaderClassName
{
color: #F4897A;
}
.AnyTagClassName
{
color: #F4897A;
}
</style>
background-color css
<style>
a { background-color: #F4897A; }
a { background-color: rgb(244,137,122); }
div.DivClassName
{
background-color: #F4897A;
}
.BgClassName
{
background-color: #F4897A;
}
</style>
border-color css
<style>
span { border-color: #F4897A; }
span { border-color: rgb(244,137,122); }
td.TdClassName
{
border-color: #F4897A;
}
.TagClassName
{
border-color: #F4897A;
}
</style>