Shades of Dark Salmon #F3906F
Tints of Dark Salmon #F3906F
RGB
CMYK
RGB Variations
Color information
#F3906F (or 0xF3906F) is known color: Dark Salmon. HEX triplet: F3, 90 and 6F. RGB value is (243,144,111). Sum of RGB (Red+Green+Blue) = 243+144+111=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 243 - color contains mainly: red. Hex color #F3906F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3906F is #0C6F90. Grayscale: #AAAAAA. Windows color (decimal): -814993 or 7311603. OLE color: 7311603.
HSL color Cylindrical-coordinate representation of color #F3906F: hue angle of 15º degrees, saturation: 0.85, 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 #F3906F is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 111 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.05 |
| HSL | 15º | 0.85% | 0.69% | - |
| HSV(B) | 15º | 0.54% | 0.95% | - |
| XYZ | 49.8 | 40.15 | 20.16 | - |
| YUV | 169.84 | 94.8 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 111 | 0 | 0.41 | 0.54 | 0.05 | 15 | 0.85 | 0.69 |
| Hex | F3 | 90 | 6F | 0 | 29 | 36 | 5 | F | 55 | 45 |
| Octal | 363 | 220 | 157 | 0 | 51 | 66 | 5 | 17 | 125 | 105 |
| Binary | 11110011 | 10010000 | 1101111 | 0 | 101001 | 110110 | 101 | 1111 | 1010101 | 1000101 |
Color Harmonies of #F3906F
Complementary color
Monochromatic Colors of #F3906F
Black with #F3906F
Text Example
Text Example
White with #F3906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3906F; }
p { color: rgb(243,144,111); }
H1.HeaderClassName
{
color: #F3906F;
}
.AnyTagClassName
{
color: #F3906F;
}
</style>
background-color css
<style>
a { background-color: #F3906F; }
a { background-color: rgb(243,144,111); }
div.DivClassName
{
background-color: #F3906F;
}
.BgClassName
{
background-color: #F3906F;
}
</style>
border-color css
<style>
span { border-color: #F3906F; }
span { border-color: rgb(243,144,111); }
td.TdClassName
{
border-color: #F3906F;
}
.TagClassName
{
border-color: #F3906F;
}
</style>