Shades of Dark Salmon #F48E7A
Tints of Dark Salmon #F48E7A
RGB
CMYK
RGB Variations
Color information
#F48E7A (or 0xF48E7A) is known color: Dark Salmon. HEX triplet: F4, 8E and 7A. RGB value is (244,142,122). Sum of RGB (Red+Green+Blue) = 244+142+122=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F48E7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48E7A is #0B7185. Grayscale: #AAAAAA. Windows color (decimal): -749958 or 8031988. OLE color: 8031988.
HSL color Cylindrical-coordinate representation of color #F48E7A: hue angle of 9.84º 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 #F48E7A is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 142 | 122 | - |
| CMYK | 0 | 0.42 | 0.5 | 0.04 |
| HSL | 9.84º | 0.85% | 0.72% | - |
| HSV(B) | 9.84º | 0.5% | 0.96% | - |
| XYZ | 50.49 | 39.98 | 23.47 | - |
| YUV | 170.22 | 100.79 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 142 | 122 | 0 | 0.42 | 0.5 | 0.04 | 9.84 | 0.85 | 0.72 |
| Hex | F4 | 8E | 7A | 0 | 2A | 32 | 4 | A | 55 | 48 |
| Octal | 364 | 216 | 172 | 0 | 52 | 62 | 4 | 12 | 125 | 110 |
| Binary | 11110100 | 10001110 | 1111010 | 0 | 101010 | 110010 | 100 | 1010 | 1010101 | 1001000 |
Color Harmonies of #F48E7A
Complementary color
Monochromatic Colors of #F48E7A
Black with #F48E7A
Text Example
Text Example
White with #F48E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48E7A; }
p { color: rgb(244,142,122); }
H1.HeaderClassName
{
color: #F48E7A;
}
.AnyTagClassName
{
color: #F48E7A;
}
</style>
background-color css
<style>
a { background-color: #F48E7A; }
a { background-color: rgb(244,142,122); }
div.DivClassName
{
background-color: #F48E7A;
}
.BgClassName
{
background-color: #F48E7A;
}
</style>
border-color css
<style>
span { border-color: #F48E7A; }
span { border-color: rgb(244,142,122); }
td.TdClassName
{
border-color: #F48E7A;
}
.TagClassName
{
border-color: #F48E7A;
}
</style>