Shades of Dark Salmon #F4947B
Tints of Dark Salmon #F4947B
RGB
CMYK
RGB Variations
Color information
#F4947B (or 0xF4947B) is known color: Dark Salmon. HEX triplet: F4, 94 and 7B. RGB value is (244,148,123). Sum of RGB (Red+Green+Blue) = 244+148+123=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F4947B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4947B is #0B6B84. Grayscale: #AEAEAE. Windows color (decimal): -748421 or 8099060. OLE color: 8099060.
HSL color Cylindrical-coordinate representation of color #F4947B: hue angle of 12.4º 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 #F4947B is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 148 | 123 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.04 |
| HSL | 12.4º | 0.85% | 0.72% | - |
| HSV(B) | 12.4º | 0.5% | 0.96% | - |
| XYZ | 51.47 | 41.84 | 24.1 | - |
| YUV | 173.85 | 99.3 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 148 | 123 | 0 | 0.39 | 0.50 | 0.04 | 12.4 | 0.85 | 0.72 |
| Hex | F4 | 94 | 7B | 0 | 27 | 32 | 4 | C | 55 | 48 |
| Octal | 364 | 224 | 173 | 0 | 47 | 62 | 4 | 14 | 125 | 110 |
| Binary | 11110100 | 10010100 | 1111011 | 0 | 100111 | 110010 | 100 | 1100 | 1010101 | 1001000 |
Color Harmonies of #F4947B
Complementary color
Monochromatic Colors of #F4947B
Black with #F4947B
Text Example
Text Example
White with #F4947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4947B; }
p { color: rgb(244,148,123); }
H1.HeaderClassName
{
color: #F4947B;
}
.AnyTagClassName
{
color: #F4947B;
}
</style>
background-color css
<style>
a { background-color: #F4947B; }
a { background-color: rgb(244,148,123); }
div.DivClassName
{
background-color: #F4947B;
}
.BgClassName
{
background-color: #F4947B;
}
</style>
border-color css
<style>
span { border-color: #F4947B; }
span { border-color: rgb(244,148,123); }
td.TdClassName
{
border-color: #F4947B;
}
.TagClassName
{
border-color: #F4947B;
}
</style>