Shades of Dark Salmon #F3977C
Tints of Dark Salmon #F3977C
RGB
CMYK
RGB Variations
Color information
#F3977C (or 0xF3977C) is known color: Dark Salmon. HEX triplet: F3, 97 and 7C. RGB value is (243,151,124). Sum of RGB (Red+Green+Blue) = 243+151+124=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F3977C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3977C is #0C6883. Grayscale: #AFAFAF. Windows color (decimal): -813188 or 8165363. OLE color: 8165363.
HSL color Cylindrical-coordinate representation of color #F3977C: hue angle of 13.61º 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 #F3977C is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 151 | 124 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.05 |
| HSL | 13.61º | 0.83% | 0.72% | - |
| HSV(B) | 13.61º | 0.49% | 0.95% | - |
| XYZ | 51.67 | 42.64 | 24.58 | - |
| YUV | 175.43 | 98.98 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 151 | 124 | 0 | 0.38 | 0.49 | 0.05 | 13.61 | 0.83 | 0.72 |
| Hex | F3 | 97 | 7C | 0 | 26 | 31 | 5 | E | 53 | 48 |
| Octal | 363 | 227 | 174 | 0 | 46 | 61 | 5 | 16 | 123 | 110 |
| Binary | 11110011 | 10010111 | 1111100 | 0 | 100110 | 110001 | 101 | 1110 | 1010011 | 1001000 |
Color Harmonies of #F3977C
Complementary color
Monochromatic Colors of #F3977C
Black with #F3977C
Text Example
Text Example
White with #F3977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3977C; }
p { color: rgb(243,151,124); }
H1.HeaderClassName
{
color: #F3977C;
}
.AnyTagClassName
{
color: #F3977C;
}
</style>
background-color css
<style>
a { background-color: #F3977C; }
a { background-color: rgb(243,151,124); }
div.DivClassName
{
background-color: #F3977C;
}
.BgClassName
{
background-color: #F3977C;
}
</style>
border-color css
<style>
span { border-color: #F3977C; }
span { border-color: rgb(243,151,124); }
td.TdClassName
{
border-color: #F3977C;
}
.TagClassName
{
border-color: #F3977C;
}
</style>