Shades of Dark Salmon #F4927C
Tints of Dark Salmon #F4927C
RGB
CMYK
RGB Variations
Color information
#F4927C (or 0xF4927C) is known color: Dark Salmon. HEX triplet: F4, 92 and 7C. RGB value is (244,146,124). Sum of RGB (Red+Green+Blue) = 244+146+124=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 244 - color contains mainly: red. Hex color #F4927C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4927C is #0B6D83. Grayscale: #ACACAC. Windows color (decimal): -748932 or 8164084. OLE color: 8164084.
HSL color Cylindrical-coordinate representation of color #F4927C: hue angle of 11º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F4927C is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 124 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.04 |
| HSL | 11º | 0.85% | 0.72% | - |
| HSV(B) | 11º | 0.49% | 0.96% | - |
| XYZ | 51.23 | 41.25 | 24.33 | - |
| YUV | 172.79 | 100.47 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 124 | 0 | 0.40 | 0.49 | 0.04 | 11 | 0.85 | 0.72 |
| Hex | F4 | 92 | 7C | 0 | 28 | 31 | 4 | B | 55 | 48 |
| Octal | 364 | 222 | 174 | 0 | 50 | 61 | 4 | 13 | 125 | 110 |
| Binary | 11110100 | 10010010 | 1111100 | 0 | 101000 | 110001 | 100 | 1011 | 1010101 | 1001000 |
Color Harmonies of #F4927C
Complementary color
Monochromatic Colors of #F4927C
Black with #F4927C
Text Example
Text Example
White with #F4927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4927C; }
p { color: rgb(244,146,124); }
H1.HeaderClassName
{
color: #F4927C;
}
.AnyTagClassName
{
color: #F4927C;
}
</style>
background-color css
<style>
a { background-color: #F4927C; }
a { background-color: rgb(244,146,124); }
div.DivClassName
{
background-color: #F4927C;
}
.BgClassName
{
background-color: #F4927C;
}
</style>
border-color css
<style>
span { border-color: #F4927C; }
span { border-color: rgb(244,146,124); }
td.TdClassName
{
border-color: #F4927C;
}
.TagClassName
{
border-color: #F4927C;
}
</style>