Shades of Dark Salmon #F3907B
Tints of Dark Salmon #F3907B
RGB
CMYK
RGB Variations
Color information
#F3907B (or 0xF3907B) is known color: Dark Salmon. HEX triplet: F3, 90 and 7B. RGB value is (243,144,123). Sum of RGB (Red+Green+Blue) = 243+144+123=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F3907B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3907B is #0C6F84. Grayscale: #ABABAB. Windows color (decimal): -814981 or 8098035. OLE color: 8098035.
HSL color Cylindrical-coordinate representation of color #F3907B: hue angle of 10.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F3907B is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 123 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.05 |
| HSL | 10.5º | 0.83% | 0.72% | - |
| HSV(B) | 10.5º | 0.49% | 0.95% | - |
| XYZ | 50.51 | 40.43 | 23.88 | - |
| YUV | 171.21 | 100.8 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 123 | 0 | 0.41 | 0.49 | 0.05 | 10.5 | 0.83 | 0.72 |
| Hex | F3 | 90 | 7B | 0 | 29 | 31 | 5 | A | 53 | 48 |
| Octal | 363 | 220 | 173 | 0 | 51 | 61 | 5 | 12 | 123 | 110 |
| Binary | 11110011 | 10010000 | 1111011 | 0 | 101001 | 110001 | 101 | 1010 | 1010011 | 1001000 |
Color Harmonies of #F3907B
Complementary color
Monochromatic Colors of #F3907B
Black with #F3907B
Text Example
Text Example
White with #F3907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3907B; }
p { color: rgb(243,144,123); }
H1.HeaderClassName
{
color: #F3907B;
}
.AnyTagClassName
{
color: #F3907B;
}
</style>
background-color css
<style>
a { background-color: #F3907B; }
a { background-color: rgb(243,144,123); }
div.DivClassName
{
background-color: #F3907B;
}
.BgClassName
{
background-color: #F3907B;
}
</style>
border-color css
<style>
span { border-color: #F3907B; }
span { border-color: rgb(243,144,123); }
td.TdClassName
{
border-color: #F3907B;
}
.TagClassName
{
border-color: #F3907B;
}
</style>