Shades of Salmon #F48C7A
Tints of Salmon #F48C7A
RGB
CMYK
RGB Variations
Color information
#F48C7A (or 0xF48C7A) is known color: Salmon. HEX triplet: F4, 8C and 7A. RGB value is (244,140,122). Sum of RGB (Red+Green+Blue) = 244+140+122=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48C7A is #0B7385. Grayscale: #A9A9A9. Windows color (decimal): -750470 or 8031476. OLE color: 8031476.
HSL color Cylindrical-coordinate representation of color #F48C7A: hue angle of 8.85º 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 #F48C7A is Cyan = 0, Magento = 0.43, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 140 | 122 | - |
| CMYK | 0 | 0.43 | 0.5 | 0.04 |
| HSL | 8.85º | 0.85% | 0.72% | - |
| HSV(B) | 8.85º | 0.5% | 0.96% | - |
| XYZ | 50.2 | 39.39 | 23.37 | - |
| YUV | 169.04 | 101.46 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 140 | 122 | 0 | 0.43 | 0.5 | 0.04 | 8.85 | 0.85 | 0.72 |
| Hex | F4 | 8C | 7A | 0 | 2B | 32 | 4 | 9 | 55 | 48 |
| Octal | 364 | 214 | 172 | 0 | 53 | 62 | 4 | 11 | 125 | 110 |
| Binary | 11110100 | 10001100 | 1111010 | 0 | 101011 | 110010 | 100 | 1001 | 1010101 | 1001000 |
Color Harmonies of #F48C7A
Complementary color
Monochromatic Colors of #F48C7A
Black with #F48C7A
Text Example
Text Example
White with #F48C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48C7A; }
p { color: rgb(244,140,122); }
H1.HeaderClassName
{
color: #F48C7A;
}
.AnyTagClassName
{
color: #F48C7A;
}
</style>
background-color css
<style>
a { background-color: #F48C7A; }
a { background-color: rgb(244,140,122); }
div.DivClassName
{
background-color: #F48C7A;
}
.BgClassName
{
background-color: #F48C7A;
}
</style>
border-color css
<style>
span { border-color: #F48C7A; }
span { border-color: rgb(244,140,122); }
td.TdClassName
{
border-color: #F48C7A;
}
.TagClassName
{
border-color: #F48C7A;
}
</style>