Shades of Dark Salmon #F2937B
Tints of Dark Salmon #F2937B
RGB
CMYK
RGB Variations
Color information
#F2937B (or 0xF2937B) is known color: Dark Salmon. HEX triplet: F2, 93 and 7B. RGB value is (242,147,123). Sum of RGB (Red+Green+Blue) = 242+147+123=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2937B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2937B is #0D6C84. Grayscale: #ACACAC. Windows color (decimal): -879749 or 8098802. OLE color: 8098802.
HSL color Cylindrical-coordinate representation of color #F2937B: hue angle of 12.1º 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 #F2937B is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 123 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.05 |
| HSL | 12.1º | 0.82% | 0.72% | - |
| HSV(B) | 12.1º | 0.49% | 0.95% | - |
| XYZ | 50.63 | 41.17 | 24.02 | - |
| YUV | 172.67 | 99.97 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 123 | 0 | 0.39 | 0.49 | 0.05 | 12.1 | 0.82 | 0.72 |
| Hex | F2 | 93 | 7B | 0 | 27 | 31 | 5 | C | 52 | 48 |
| Octal | 362 | 223 | 173 | 0 | 47 | 61 | 5 | 14 | 122 | 110 |
| Binary | 11110010 | 10010011 | 1111011 | 0 | 100111 | 110001 | 101 | 1100 | 1010010 | 1001000 |
Color Harmonies of #F2937B
Complementary color
Monochromatic Colors of #F2937B
Black with #F2937B
Text Example
Text Example
White with #F2937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2937B; }
p { color: rgb(242,147,123); }
H1.HeaderClassName
{
color: #F2937B;
}
.AnyTagClassName
{
color: #F2937B;
}
</style>
background-color css
<style>
a { background-color: #F2937B; }
a { background-color: rgb(242,147,123); }
div.DivClassName
{
background-color: #F2937B;
}
.BgClassName
{
background-color: #F2937B;
}
</style>
border-color css
<style>
span { border-color: #F2937B; }
span { border-color: rgb(242,147,123); }
td.TdClassName
{
border-color: #F2937B;
}
.TagClassName
{
border-color: #F2937B;
}
</style>