Shades of Dark Salmon #F2937A
Tints of Dark Salmon #F2937A
RGB
CMYK
RGB Variations
Color information
#F2937A (or 0xF2937A) is known color: Dark Salmon. HEX triplet: F2, 93 and 7A. RGB value is (242,147,122). Sum of RGB (Red+Green+Blue) = 242+147+122=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2937A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2937A is #0D6C85. Grayscale: #ACACAC. Windows color (decimal): -879750 or 8033266. OLE color: 8033266.
HSL color Cylindrical-coordinate representation of color #F2937A: hue angle of 12.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2937A is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 122 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.05 |
| HSL | 12.5º | 0.82% | 0.71% | - |
| HSV(B) | 12.5º | 0.5% | 0.95% | - |
| XYZ | 50.56 | 41.15 | 23.69 | - |
| YUV | 172.56 | 99.47 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 122 | 0 | 0.39 | 0.50 | 0.05 | 12.5 | 0.82 | 0.71 |
| Hex | F2 | 93 | 7A | 0 | 27 | 32 | 5 | C | 52 | 47 |
| Octal | 362 | 223 | 172 | 0 | 47 | 62 | 5 | 14 | 122 | 107 |
| Binary | 11110010 | 10010011 | 1111010 | 0 | 100111 | 110010 | 101 | 1100 | 1010010 | 1000111 |
Color Harmonies of #F2937A
Complementary color
Monochromatic Colors of #F2937A
Black with #F2937A
Text Example
Text Example
White with #F2937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2937A; }
p { color: rgb(242,147,122); }
H1.HeaderClassName
{
color: #F2937A;
}
.AnyTagClassName
{
color: #F2937A;
}
</style>
background-color css
<style>
a { background-color: #F2937A; }
a { background-color: rgb(242,147,122); }
div.DivClassName
{
background-color: #F2937A;
}
.BgClassName
{
background-color: #F2937A;
}
</style>
border-color css
<style>
span { border-color: #F2937A; }
span { border-color: rgb(242,147,122); }
td.TdClassName
{
border-color: #F2937A;
}
.TagClassName
{
border-color: #F2937A;
}
</style>