Shades of Dark Salmon #F2936D
Tints of Dark Salmon #F2936D
RGB
CMYK
RGB Variations
Color information
#F2936D (or 0xF2936D) is known color: Dark Salmon. HEX triplet: F2, 93 and 6D. RGB value is (242,147,109). Sum of RGB (Red+Green+Blue) = 242+147+109=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2936D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2936D is #0D6C92. Grayscale: #ABABAB. Windows color (decimal): -879763 or 7181298. OLE color: 7181298.
HSL color Cylindrical-coordinate representation of color #F2936D: hue angle of 17.14º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2936D is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 109 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.05 |
| HSL | 17.14º | 0.84% | 0.69% | - |
| HSV(B) | 17.14º | 0.55% | 0.95% | - |
| XYZ | 49.81 | 40.85 | 19.73 | - |
| YUV | 171.07 | 92.97 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 109 | 0 | 0.39 | 0.55 | 0.05 | 17.14 | 0.84 | 0.69 |
| Hex | F2 | 93 | 6D | 0 | 27 | 37 | 5 | 11 | 54 | 45 |
| Octal | 362 | 223 | 155 | 0 | 47 | 67 | 5 | 21 | 124 | 105 |
| Binary | 11110010 | 10010011 | 1101101 | 0 | 100111 | 110111 | 101 | 10001 | 1010100 | 1000101 |
Color Harmonies of #F2936D
Complementary color
Monochromatic Colors of #F2936D
Black with #F2936D
Text Example
Text Example
White with #F2936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2936D; }
p { color: rgb(242,147,109); }
H1.HeaderClassName
{
color: #F2936D;
}
.AnyTagClassName
{
color: #F2936D;
}
</style>
background-color css
<style>
a { background-color: #F2936D; }
a { background-color: rgb(242,147,109); }
div.DivClassName
{
background-color: #F2936D;
}
.BgClassName
{
background-color: #F2936D;
}
</style>
border-color css
<style>
span { border-color: #F2936D; }
span { border-color: rgb(242,147,109); }
td.TdClassName
{
border-color: #F2936D;
}
.TagClassName
{
border-color: #F2936D;
}
</style>