Shades of Dark Salmon #F3947F
Tints of Dark Salmon #F3947F
RGB
CMYK
RGB Variations
Color information
#F3947F (or 0xF3947F) is known color: Dark Salmon. HEX triplet: F3, 94 and 7F. RGB value is (243,148,127). Sum of RGB (Red+Green+Blue) = 243+148+127=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F3947F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3947F is #0C6B80. Grayscale: #AEAEAE. Windows color (decimal): -813953 or 8361203. OLE color: 8361203.
HSL color Cylindrical-coordinate representation of color #F3947F: hue angle of 10.86º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F3947F is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 148 | 127 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.05 |
| HSL | 10.86º | 0.83% | 0.73% | - |
| HSV(B) | 10.86º | 0.48% | 0.95% | - |
| XYZ | 51.38 | 41.77 | 25.43 | - |
| YUV | 174.01 | 101.47 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 148 | 127 | 0 | 0.39 | 0.48 | 0.05 | 10.86 | 0.83 | 0.73 |
| Hex | F3 | 94 | 7F | 0 | 27 | 30 | 5 | B | 53 | 49 |
| Octal | 363 | 224 | 177 | 0 | 47 | 60 | 5 | 13 | 123 | 111 |
| Binary | 11110011 | 10010100 | 1111111 | 0 | 100111 | 110000 | 101 | 1011 | 1010011 | 1001001 |
Color Harmonies of #F3947F
Complementary color
Monochromatic Colors of #F3947F
Black with #F3947F
Text Example
Text Example
White with #F3947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3947F; }
p { color: rgb(243,148,127); }
H1.HeaderClassName
{
color: #F3947F;
}
.AnyTagClassName
{
color: #F3947F;
}
</style>
background-color css
<style>
a { background-color: #F3947F; }
a { background-color: rgb(243,148,127); }
div.DivClassName
{
background-color: #F3947F;
}
.BgClassName
{
background-color: #F3947F;
}
</style>
border-color css
<style>
span { border-color: #F3947F; }
span { border-color: rgb(243,148,127); }
td.TdClassName
{
border-color: #F3947F;
}
.TagClassName
{
border-color: #F3947F;
}
</style>