Shades of Dark Salmon #F2936F
Tints of Dark Salmon #F2936F
RGB
CMYK
RGB Variations
Color information
#F2936F (or 0xF2936F) is known color: Dark Salmon. HEX triplet: F2, 93 and 6F. RGB value is (242,147,111). Sum of RGB (Red+Green+Blue) = 242+147+111=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2936F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2936F is #0D6C90. Grayscale: #ABABAB. Windows color (decimal): -879761 or 7312370. OLE color: 7312370.
HSL color Cylindrical-coordinate representation of color #F2936F: hue angle of 16.49º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2936F is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 111 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.05 |
| HSL | 16.49º | 0.83% | 0.69% | - |
| HSV(B) | 16.49º | 0.54% | 0.95% | - |
| XYZ | 49.92 | 40.89 | 20.3 | - |
| YUV | 171.3 | 93.97 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 111 | 0 | 0.39 | 0.54 | 0.05 | 16.49 | 0.83 | 0.69 |
| Hex | F2 | 93 | 6F | 0 | 27 | 36 | 5 | 10 | 53 | 45 |
| Octal | 362 | 223 | 157 | 0 | 47 | 66 | 5 | 20 | 123 | 105 |
| Binary | 11110010 | 10010011 | 1101111 | 0 | 100111 | 110110 | 101 | 10000 | 1010011 | 1000101 |
Color Harmonies of #F2936F
Complementary color
Monochromatic Colors of #F2936F
Black with #F2936F
Text Example
Text Example
White with #F2936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2936F; }
p { color: rgb(242,147,111); }
H1.HeaderClassName
{
color: #F2936F;
}
.AnyTagClassName
{
color: #F2936F;
}
</style>
background-color css
<style>
a { background-color: #F2936F; }
a { background-color: rgb(242,147,111); }
div.DivClassName
{
background-color: #F2936F;
}
.BgClassName
{
background-color: #F2936F;
}
</style>
border-color css
<style>
span { border-color: #F2936F; }
span { border-color: rgb(242,147,111); }
td.TdClassName
{
border-color: #F2936F;
}
.TagClassName
{
border-color: #F2936F;
}
</style>