Shades of Dark Salmon #F3957A
Tints of Dark Salmon #F3957A
RGB
CMYK
RGB Variations
Color information
#F3957A (or 0xF3957A) is known color: Dark Salmon. HEX triplet: F3, 95 and 7A. RGB value is (243,149,122). Sum of RGB (Red+Green+Blue) = 243+149+122=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F3957A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3957A is #0C6A85. Grayscale: #AEAEAE. Windows color (decimal): -813702 or 8033779. OLE color: 8033779.
HSL color Cylindrical-coordinate representation of color #F3957A: hue angle of 13.39º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F3957A is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 149 | 122 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.05 |
| HSL | 13.39º | 0.83% | 0.72% | - |
| HSV(B) | 13.39º | 0.5% | 0.95% | - |
| XYZ | 51.22 | 41.95 | 23.81 | - |
| YUV | 174.03 | 98.64 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 149 | 122 | 0 | 0.39 | 0.50 | 0.05 | 13.39 | 0.83 | 0.72 |
| Hex | F3 | 95 | 7A | 0 | 27 | 32 | 5 | D | 53 | 48 |
| Octal | 363 | 225 | 172 | 0 | 47 | 62 | 5 | 15 | 123 | 110 |
| Binary | 11110011 | 10010101 | 1111010 | 0 | 100111 | 110010 | 101 | 1101 | 1010011 | 1001000 |
Color Harmonies of #F3957A
Complementary color
Monochromatic Colors of #F3957A
Black with #F3957A
Text Example
Text Example
White with #F3957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3957A; }
p { color: rgb(243,149,122); }
H1.HeaderClassName
{
color: #F3957A;
}
.AnyTagClassName
{
color: #F3957A;
}
</style>
background-color css
<style>
a { background-color: #F3957A; }
a { background-color: rgb(243,149,122); }
div.DivClassName
{
background-color: #F3957A;
}
.BgClassName
{
background-color: #F3957A;
}
</style>
border-color css
<style>
span { border-color: #F3957A; }
span { border-color: rgb(243,149,122); }
td.TdClassName
{
border-color: #F3957A;
}
.TagClassName
{
border-color: #F3957A;
}
</style>