Shades of Dark Salmon #F2947D
Tints of Dark Salmon #F2947D
RGB
CMYK
RGB Variations
Color information
#F2947D (or 0xF2947D) is known color: Dark Salmon. HEX triplet: F2, 94 and 7D. RGB value is (242,148,125). Sum of RGB (Red+Green+Blue) = 242+148+125=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2947D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2947D is #0D6B82. Grayscale: #ADADAD. Windows color (decimal): -879491 or 8230130. OLE color: 8230130.
HSL color Cylindrical-coordinate representation of color #F2947D: hue angle of 11.79º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2947D is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 125 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.05 |
| HSL | 11.79º | 0.82% | 0.72% | - |
| HSV(B) | 11.79º | 0.48% | 0.95% | - |
| XYZ | 50.91 | 41.54 | 24.74 | - |
| YUV | 173.48 | 100.64 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 125 | 0 | 0.39 | 0.48 | 0.05 | 11.79 | 0.82 | 0.72 |
| Hex | F2 | 94 | 7D | 0 | 27 | 30 | 5 | C | 52 | 48 |
| Octal | 362 | 224 | 175 | 0 | 47 | 60 | 5 | 14 | 122 | 110 |
| Binary | 11110010 | 10010100 | 1111101 | 0 | 100111 | 110000 | 101 | 1100 | 1010010 | 1001000 |
Color Harmonies of #F2947D
Complementary color
Monochromatic Colors of #F2947D
Black with #F2947D
Text Example
Text Example
White with #F2947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2947D; }
p { color: rgb(242,148,125); }
H1.HeaderClassName
{
color: #F2947D;
}
.AnyTagClassName
{
color: #F2947D;
}
</style>
background-color css
<style>
a { background-color: #F2947D; }
a { background-color: rgb(242,148,125); }
div.DivClassName
{
background-color: #F2947D;
}
.BgClassName
{
background-color: #F2947D;
}
</style>
border-color css
<style>
span { border-color: #F2947D; }
span { border-color: rgb(242,148,125); }
td.TdClassName
{
border-color: #F2947D;
}
.TagClassName
{
border-color: #F2947D;
}
</style>