Shades of Dark Salmon #F4937B
Tints of Dark Salmon #F4937B
RGB
CMYK
RGB Variations
Color information
#F4937B (or 0xF4937B) is known color: Dark Salmon. HEX triplet: F4, 93 and 7B. RGB value is (244,147,123). Sum of RGB (Red+Green+Blue) = 244+147+123=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 244 - color contains mainly: red. Hex color #F4937B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4937B is #0B6C84. Grayscale: #ADADAD. Windows color (decimal): -748677 or 8098804. OLE color: 8098804.
HSL color Cylindrical-coordinate representation of color #F4937B: hue angle of 11.9º 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 #F4937B is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 123 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.04 |
| HSL | 11.9º | 0.85% | 0.72% | - |
| HSV(B) | 11.9º | 0.5% | 0.96% | - |
| XYZ | 51.32 | 41.53 | 24.05 | - |
| YUV | 173.27 | 99.64 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 123 | 0 | 0.40 | 0.50 | 0.04 | 11.9 | 0.85 | 0.72 |
| Hex | F4 | 93 | 7B | 0 | 28 | 32 | 4 | C | 55 | 48 |
| Octal | 364 | 223 | 173 | 0 | 50 | 62 | 4 | 14 | 125 | 110 |
| Binary | 11110100 | 10010011 | 1111011 | 0 | 101000 | 110010 | 100 | 1100 | 1010101 | 1001000 |
Color Harmonies of #F4937B
Complementary color
Monochromatic Colors of #F4937B
Black with #F4937B
Text Example
Text Example
White with #F4937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4937B; }
p { color: rgb(244,147,123); }
H1.HeaderClassName
{
color: #F4937B;
}
.AnyTagClassName
{
color: #F4937B;
}
</style>
background-color css
<style>
a { background-color: #F4937B; }
a { background-color: rgb(244,147,123); }
div.DivClassName
{
background-color: #F4937B;
}
.BgClassName
{
background-color: #F4937B;
}
</style>
border-color css
<style>
span { border-color: #F4937B; }
span { border-color: rgb(244,147,123); }
td.TdClassName
{
border-color: #F4937B;
}
.TagClassName
{
border-color: #F4937B;
}
</style>