Shades of Dark Salmon #F2947C
Tints of Dark Salmon #F2947C
RGB
CMYK
RGB Variations
Color information
#F2947C (or 0xF2947C) is known color: Dark Salmon. HEX triplet: F2, 94 and 7C. RGB value is (242,148,124). Sum of RGB (Red+Green+Blue) = 242+148+124=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2947C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2947C is #0D6B83. Grayscale: #ADADAD. Windows color (decimal): -879492 or 8164594. OLE color: 8164594.
HSL color Cylindrical-coordinate representation of color #F2947C: hue angle of 12.2º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2947C is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 124 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.05 |
| HSL | 12.2º | 0.82% | 0.72% | - |
| HSV(B) | 12.2º | 0.49% | 0.95% | - |
| XYZ | 50.85 | 41.51 | 24.4 | - |
| YUV | 173.37 | 100.14 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 124 | 0 | 0.39 | 0.49 | 0.05 | 12.2 | 0.82 | 0.72 |
| Hex | F2 | 94 | 7C | 0 | 27 | 31 | 5 | C | 52 | 48 |
| Octal | 362 | 224 | 174 | 0 | 47 | 61 | 5 | 14 | 122 | 110 |
| Binary | 11110010 | 10010100 | 1111100 | 0 | 100111 | 110001 | 101 | 1100 | 1010010 | 1001000 |
Color Harmonies of #F2947C
Complementary color
Monochromatic Colors of #F2947C
Black with #F2947C
Text Example
Text Example
White with #F2947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2947C; }
p { color: rgb(242,148,124); }
H1.HeaderClassName
{
color: #F2947C;
}
.AnyTagClassName
{
color: #F2947C;
}
</style>
background-color css
<style>
a { background-color: #F2947C; }
a { background-color: rgb(242,148,124); }
div.DivClassName
{
background-color: #F2947C;
}
.BgClassName
{
background-color: #F2947C;
}
</style>
border-color css
<style>
span { border-color: #F2947C; }
span { border-color: rgb(242,148,124); }
td.TdClassName
{
border-color: #F2947C;
}
.TagClassName
{
border-color: #F2947C;
}
</style>