Shades of Dark Salmon #F2937D
Tints of Dark Salmon #F2937D
RGB
CMYK
RGB Variations
Color information
#F2937D (or 0xF2937D) is known color: Dark Salmon. HEX triplet: F2, 93 and 7D. RGB value is (242,147,125). Sum of RGB (Red+Green+Blue) = 242+147+125=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2937D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2937D is #0D6C82. Grayscale: #ADADAD. Windows color (decimal): -879747 or 8229874. OLE color: 8229874.
HSL color Cylindrical-coordinate representation of color #F2937D: hue angle of 11.28º 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 #F2937D is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 125 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.05 |
| HSL | 11.28º | 0.82% | 0.72% | - |
| HSV(B) | 11.28º | 0.48% | 0.95% | - |
| XYZ | 50.75 | 41.23 | 24.68 | - |
| YUV | 172.9 | 100.97 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 125 | 0 | 0.39 | 0.48 | 0.05 | 11.28 | 0.82 | 0.72 |
| Hex | F2 | 93 | 7D | 0 | 27 | 30 | 5 | B | 52 | 48 |
| Octal | 362 | 223 | 175 | 0 | 47 | 60 | 5 | 13 | 122 | 110 |
| Binary | 11110010 | 10010011 | 1111101 | 0 | 100111 | 110000 | 101 | 1011 | 1010010 | 1001000 |
Color Harmonies of #F2937D
Complementary color
Monochromatic Colors of #F2937D
Black with #F2937D
Text Example
Text Example
White with #F2937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2937D; }
p { color: rgb(242,147,125); }
H1.HeaderClassName
{
color: #F2937D;
}
.AnyTagClassName
{
color: #F2937D;
}
</style>
background-color css
<style>
a { background-color: #F2937D; }
a { background-color: rgb(242,147,125); }
div.DivClassName
{
background-color: #F2937D;
}
.BgClassName
{
background-color: #F2937D;
}
</style>
border-color css
<style>
span { border-color: #F2937D; }
span { border-color: rgb(242,147,125); }
td.TdClassName
{
border-color: #F2937D;
}
.TagClassName
{
border-color: #F2937D;
}
</style>