Shades of Dark Salmon #F0936F
Tints of Dark Salmon #F0936F
RGB
CMYK
RGB Variations
Color information
#F0936F (or 0xF0936F) is known color: Dark Salmon. HEX triplet: F0, 93 and 6F. RGB value is (240,147,111). Sum of RGB (Red+Green+Blue) = 240+147+111=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0936F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0936F is #0F6C90. Grayscale: #AAAAAA. Windows color (decimal): -1010833 or 7312368. OLE color: 7312368.
HSL color Cylindrical-coordinate representation of color #F0936F: hue angle of 16.74º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0936F is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 111 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.06 |
| HSL | 16.74º | 0.81% | 0.69% | - |
| HSV(B) | 16.74º | 0.54% | 0.94% | - |
| XYZ | 49.24 | 40.54 | 20.27 | - |
| YUV | 170.7 | 94.31 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 111 | 0 | 0.39 | 0.54 | 0.06 | 16.74 | 0.81 | 0.69 |
| Hex | F0 | 93 | 6F | 0 | 27 | 36 | 6 | 11 | 51 | 45 |
| Octal | 360 | 223 | 157 | 0 | 47 | 66 | 6 | 21 | 121 | 105 |
| Binary | 11110000 | 10010011 | 1101111 | 0 | 100111 | 110110 | 110 | 10001 | 1010001 | 1000101 |
Color Harmonies of #F0936F
Complementary color
Monochromatic Colors of #F0936F
Black with #F0936F
Text Example
Text Example
White with #F0936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0936F; }
p { color: rgb(240,147,111); }
H1.HeaderClassName
{
color: #F0936F;
}
.AnyTagClassName
{
color: #F0936F;
}
</style>
background-color css
<style>
a { background-color: #F0936F; }
a { background-color: rgb(240,147,111); }
div.DivClassName
{
background-color: #F0936F;
}
.BgClassName
{
background-color: #F0936F;
}
</style>
border-color css
<style>
span { border-color: #F0936F; }
span { border-color: rgb(240,147,111); }
td.TdClassName
{
border-color: #F0936F;
}
.TagClassName
{
border-color: #F0936F;
}
</style>