Shades of Dark Salmon #F48D75
Tints of Dark Salmon #F48D75
RGB
CMYK
RGB Variations
Color information
#F48D75 (or 0xF48D75) is known color: Dark Salmon. HEX triplet: F4, 8D and 75. RGB value is (244,141,117). Sum of RGB (Red+Green+Blue) = 244+141+117=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F48D75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48D75 is #0B728A. Grayscale: #A9A9A9. Windows color (decimal): -750219 or 7704052. OLE color: 7704052.
HSL color Cylindrical-coordinate representation of color #F48D75: hue angle of 11.34º 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 #F48D75 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 141 | 117 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.04 |
| HSL | 11.34º | 0.85% | 0.71% | - |
| HSV(B) | 11.34º | 0.52% | 0.96% | - |
| XYZ | 50.04 | 39.57 | 21.83 | - |
| YUV | 169.06 | 98.62 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 141 | 117 | 0 | 0.42 | 0.52 | 0.04 | 11.34 | 0.85 | 0.71 |
| Hex | F4 | 8D | 75 | 0 | 2A | 34 | 4 | B | 55 | 47 |
| Octal | 364 | 215 | 165 | 0 | 52 | 64 | 4 | 13 | 125 | 107 |
| Binary | 11110100 | 10001101 | 1110101 | 0 | 101010 | 110100 | 100 | 1011 | 1010101 | 1000111 |
Color Harmonies of #F48D75
Complementary color
Monochromatic Colors of #F48D75
Black with #F48D75
Text Example
Text Example
White with #F48D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48D75; }
p { color: rgb(244,141,117); }
H1.HeaderClassName
{
color: #F48D75;
}
.AnyTagClassName
{
color: #F48D75;
}
</style>
background-color css
<style>
a { background-color: #F48D75; }
a { background-color: rgb(244,141,117); }
div.DivClassName
{
background-color: #F48D75;
}
.BgClassName
{
background-color: #F48D75;
}
</style>
border-color css
<style>
span { border-color: #F48D75; }
span { border-color: rgb(244,141,117); }
td.TdClassName
{
border-color: #F48D75;
}
.TagClassName
{
border-color: #F48D75;
}
</style>