Shades of Dark Salmon #F3906D
Tints of Dark Salmon #F3906D
RGB
CMYK
RGB Variations
Color information
#F3906D (or 0xF3906D) is known color: Dark Salmon. HEX triplet: F3, 90 and 6D. RGB value is (243,144,109). Sum of RGB (Red+Green+Blue) = 243+144+109=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F3906D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3906D is #0C6F92. Grayscale: #A9A9A9. Windows color (decimal): -814995 or 7180531. OLE color: 7180531.
HSL color Cylindrical-coordinate representation of color #F3906D: hue angle of 15.67º degrees, saturation: 0.85, 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 #F3906D is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 109 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.05 |
| HSL | 15.67º | 0.85% | 0.69% | - |
| HSV(B) | 15.67º | 0.55% | 0.95% | - |
| XYZ | 49.7 | 40.11 | 19.59 | - |
| YUV | 169.61 | 93.8 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 109 | 0 | 0.41 | 0.55 | 0.05 | 15.67 | 0.85 | 0.69 |
| Hex | F3 | 90 | 6D | 0 | 29 | 37 | 5 | 10 | 55 | 45 |
| Octal | 363 | 220 | 155 | 0 | 51 | 67 | 5 | 20 | 125 | 105 |
| Binary | 11110011 | 10010000 | 1101101 | 0 | 101001 | 110111 | 101 | 10000 | 1010101 | 1000101 |
Color Harmonies of #F3906D
Complementary color
Monochromatic Colors of #F3906D
Black with #F3906D
Text Example
Text Example
White with #F3906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3906D; }
p { color: rgb(243,144,109); }
H1.HeaderClassName
{
color: #F3906D;
}
.AnyTagClassName
{
color: #F3906D;
}
</style>
background-color css
<style>
a { background-color: #F3906D; }
a { background-color: rgb(243,144,109); }
div.DivClassName
{
background-color: #F3906D;
}
.BgClassName
{
background-color: #F3906D;
}
</style>
border-color css
<style>
span { border-color: #F3906D; }
span { border-color: rgb(243,144,109); }
td.TdClassName
{
border-color: #F3906D;
}
.TagClassName
{
border-color: #F3906D;
}
</style>