Shades of Dark Salmon #F48F7B
Tints of Dark Salmon #F48F7B
RGB
CMYK
RGB Variations
Color information
#F48F7B (or 0xF48F7B) is known color: Dark Salmon. HEX triplet: F4, 8F and 7B. RGB value is (244,143,123). Sum of RGB (Red+Green+Blue) = 244+143+123=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F48F7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48F7B is #0B7084. Grayscale: #ABABAB. Windows color (decimal): -749701 or 8097780. OLE color: 8097780.
HSL color Cylindrical-coordinate representation of color #F48F7B: hue angle of 9.92º 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 #F48F7B is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 143 | 123 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.04 |
| HSL | 9.92º | 0.85% | 0.72% | - |
| HSV(B) | 9.92º | 0.5% | 0.96% | - |
| XYZ | 50.71 | 40.31 | 23.85 | - |
| YUV | 170.92 | 100.96 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 143 | 123 | 0 | 0.41 | 0.50 | 0.04 | 9.92 | 0.85 | 0.72 |
| Hex | F4 | 8F | 7B | 0 | 29 | 32 | 4 | A | 55 | 48 |
| Octal | 364 | 217 | 173 | 0 | 51 | 62 | 4 | 12 | 125 | 110 |
| Binary | 11110100 | 10001111 | 1111011 | 0 | 101001 | 110010 | 100 | 1010 | 1010101 | 1001000 |
Color Harmonies of #F48F7B
Complementary color
Monochromatic Colors of #F48F7B
Black with #F48F7B
Text Example
Text Example
White with #F48F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48F7B; }
p { color: rgb(244,143,123); }
H1.HeaderClassName
{
color: #F48F7B;
}
.AnyTagClassName
{
color: #F48F7B;
}
</style>
background-color css
<style>
a { background-color: #F48F7B; }
a { background-color: rgb(244,143,123); }
div.DivClassName
{
background-color: #F48F7B;
}
.BgClassName
{
background-color: #F48F7B;
}
</style>
border-color css
<style>
span { border-color: #F48F7B; }
span { border-color: rgb(244,143,123); }
td.TdClassName
{
border-color: #F48F7B;
}
.TagClassName
{
border-color: #F48F7B;
}
</style>