Shades of Dark Salmon #F3997D
Tints of Dark Salmon #F3997D
RGB
CMYK
RGB Variations
Color information
#F3997D (or 0xF3997D) is known color: Dark Salmon. HEX triplet: F3, 99 and 7D. RGB value is (243,153,125). Sum of RGB (Red+Green+Blue) = 243+153+125=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F3997D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3997D is #0C6682. Grayscale: #B0B0B0. Windows color (decimal): -812675 or 8231411. OLE color: 8231411.
HSL color Cylindrical-coordinate representation of color #F3997D: hue angle of 14.24º 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 #F3997D is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 153 | 125 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.05 |
| HSL | 14.24º | 0.83% | 0.72% | - |
| HSV(B) | 14.24º | 0.49% | 0.95% | - |
| XYZ | 52.06 | 43.32 | 25.02 | - |
| YUV | 176.72 | 98.82 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 153 | 125 | 0 | 0.37 | 0.49 | 0.05 | 14.24 | 0.83 | 0.72 |
| Hex | F3 | 99 | 7D | 0 | 25 | 31 | 5 | E | 53 | 48 |
| Octal | 363 | 231 | 175 | 0 | 45 | 61 | 5 | 16 | 123 | 110 |
| Binary | 11110011 | 10011001 | 1111101 | 0 | 100101 | 110001 | 101 | 1110 | 1010011 | 1001000 |
Color Harmonies of #F3997D
Complementary color
Monochromatic Colors of #F3997D
Black with #F3997D
Text Example
Text Example
White with #F3997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3997D; }
p { color: rgb(243,153,125); }
H1.HeaderClassName
{
color: #F3997D;
}
.AnyTagClassName
{
color: #F3997D;
}
</style>
background-color css
<style>
a { background-color: #F3997D; }
a { background-color: rgb(243,153,125); }
div.DivClassName
{
background-color: #F3997D;
}
.BgClassName
{
background-color: #F3997D;
}
</style>
border-color css
<style>
span { border-color: #F3997D; }
span { border-color: rgb(243,153,125); }
td.TdClassName
{
border-color: #F3997D;
}
.TagClassName
{
border-color: #F3997D;
}
</style>