Shades of Salmon #F48B7B
Tints of Salmon #F48B7B
RGB
CMYK
RGB Variations
Color information
#F48B7B (or 0xF48B7B) is known color: Salmon. HEX triplet: F4, 8B and 7B. RGB value is (244,139,123). Sum of RGB (Red+Green+Blue) = 244+139+123=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F48B7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48B7B is #0B7484. Grayscale: #A8A8A8. Windows color (decimal): -750725 or 8096756. OLE color: 8096756.
HSL color Cylindrical-coordinate representation of color #F48B7B: hue angle of 7.93º 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 #F48B7B is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 139 | 123 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.04 |
| HSL | 7.93º | 0.85% | 0.72% | - |
| HSV(B) | 7.93º | 0.5% | 0.96% | - |
| XYZ | 50.12 | 39.13 | 23.65 | - |
| YUV | 168.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 139 | 123 | 0 | 0.43 | 0.50 | 0.04 | 7.93 | 0.85 | 0.72 |
| Hex | F4 | 8B | 7B | 0 | 2B | 32 | 4 | 8 | 55 | 48 |
| Octal | 364 | 213 | 173 | 0 | 53 | 62 | 4 | 10 | 125 | 110 |
| Binary | 11110100 | 10001011 | 1111011 | 0 | 101011 | 110010 | 100 | 1000 | 1010101 | 1001000 |
Color Harmonies of #F48B7B
Complementary color
Monochromatic Colors of #F48B7B
Black with #F48B7B
Text Example
Text Example
White with #F48B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48B7B; }
p { color: rgb(244,139,123); }
H1.HeaderClassName
{
color: #F48B7B;
}
.AnyTagClassName
{
color: #F48B7B;
}
</style>
background-color css
<style>
a { background-color: #F48B7B; }
a { background-color: rgb(244,139,123); }
div.DivClassName
{
background-color: #F48B7B;
}
.BgClassName
{
background-color: #F48B7B;
}
</style>
border-color css
<style>
span { border-color: #F48B7B; }
span { border-color: rgb(244,139,123); }
td.TdClassName
{
border-color: #F48B7B;
}
.TagClassName
{
border-color: #F48B7B;
}
</style>