Shades of Dark Salmon #F2937F
Tints of Dark Salmon #F2937F
RGB
CMYK
RGB Variations
Color information
#F2937F (or 0xF2937F) is known color: Dark Salmon. HEX triplet: F2, 93 and 7F. RGB value is (242,147,127). Sum of RGB (Red+Green+Blue) = 242+147+127=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2937F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2937F is #0D6C80. Grayscale: #ADADAD. Windows color (decimal): -879745 or 8360946. OLE color: 8360946.
HSL color Cylindrical-coordinate representation of color #F2937F: hue angle of 10.43º 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 #F2937F is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 127 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.05 |
| HSL | 10.43º | 0.82% | 0.72% | - |
| HSV(B) | 10.43º | 0.48% | 0.95% | - |
| XYZ | 50.88 | 41.28 | 25.36 | - |
| YUV | 173.13 | 101.97 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 127 | 0 | 0.39 | 0.48 | 0.05 | 10.43 | 0.82 | 0.72 |
| Hex | F2 | 93 | 7F | 0 | 27 | 30 | 5 | A | 52 | 48 |
| Octal | 362 | 223 | 177 | 0 | 47 | 60 | 5 | 12 | 122 | 110 |
| Binary | 11110010 | 10010011 | 1111111 | 0 | 100111 | 110000 | 101 | 1010 | 1010010 | 1001000 |
Color Harmonies of #F2937F
Complementary color
Monochromatic Colors of #F2937F
Black with #F2937F
Text Example
Text Example
White with #F2937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2937F; }
p { color: rgb(242,147,127); }
H1.HeaderClassName
{
color: #F2937F;
}
.AnyTagClassName
{
color: #F2937F;
}
</style>
background-color css
<style>
a { background-color: #F2937F; }
a { background-color: rgb(242,147,127); }
div.DivClassName
{
background-color: #F2937F;
}
.BgClassName
{
background-color: #F2937F;
}
</style>
border-color css
<style>
span { border-color: #F2937F; }
span { border-color: rgb(242,147,127); }
td.TdClassName
{
border-color: #F2937F;
}
.TagClassName
{
border-color: #F2937F;
}
</style>