Shades of Dark Salmon #F3987C
Tints of Dark Salmon #F3987C
RGB
CMYK
RGB Variations
Color information
#F3987C (or 0xF3987C) is known color: Dark Salmon. HEX triplet: F3, 98 and 7C. RGB value is (243,152,124). Sum of RGB (Red+Green+Blue) = 243+152+124=519 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.82% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 243 - color contains mainly: red. Hex color #F3987C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3987C is #0C6783. Grayscale: #B0B0B0. Windows color (decimal): -812932 or 8165619. OLE color: 8165619.
HSL color Cylindrical-coordinate representation of color #F3987C: hue angle of 14.12º 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 #F3987C is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 152 | 124 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.05 |
| HSL | 14.12º | 0.83% | 0.72% | - |
| HSV(B) | 14.12º | 0.49% | 0.95% | - |
| XYZ | 51.83 | 42.97 | 24.63 | - |
| YUV | 176.02 | 98.65 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 152 | 124 | 0 | 0.37 | 0.49 | 0.05 | 14.12 | 0.83 | 0.72 |
| Hex | F3 | 98 | 7C | 0 | 25 | 31 | 5 | E | 53 | 48 |
| Octal | 363 | 230 | 174 | 0 | 45 | 61 | 5 | 16 | 123 | 110 |
| Binary | 11110011 | 10011000 | 1111100 | 0 | 100101 | 110001 | 101 | 1110 | 1010011 | 1001000 |
Color Harmonies of #F3987C
Complementary color
Monochromatic Colors of #F3987C
Black with #F3987C
Text Example
Text Example
White with #F3987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3987C; }
p { color: rgb(243,152,124); }
H1.HeaderClassName
{
color: #F3987C;
}
.AnyTagClassName
{
color: #F3987C;
}
</style>
background-color css
<style>
a { background-color: #F3987C; }
a { background-color: rgb(243,152,124); }
div.DivClassName
{
background-color: #F3987C;
}
.BgClassName
{
background-color: #F3987C;
}
</style>
border-color css
<style>
span { border-color: #F3987C; }
span { border-color: rgb(243,152,124); }
td.TdClassName
{
border-color: #F3987C;
}
.TagClassName
{
border-color: #F3987C;
}
</style>