Shades of Dark Salmon #F38D78
Tints of Dark Salmon #F38D78
RGB
CMYK
RGB Variations
Color information
#F38D78 (or 0xF38D78) is known color: Dark Salmon. HEX triplet: F3, 8D and 78. RGB value is (243,141,120). Sum of RGB (Red+Green+Blue) = 243+141+120=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38D78 is #0C7287. Grayscale: #A9A9A9. Windows color (decimal): -815752 or 7900659. OLE color: 7900659.
HSL color Cylindrical-coordinate representation of color #F38D78: hue angle of 10.24º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F38D78 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 120 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.05 |
| HSL | 10.24º | 0.84% | 0.71% | - |
| HSV(B) | 10.24º | 0.51% | 0.95% | - |
| XYZ | 49.88 | 39.46 | 22.76 | - |
| YUV | 169.1 | 100.29 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 120 | 0 | 0.42 | 0.51 | 0.05 | 10.24 | 0.84 | 0.71 |
| Hex | F3 | 8D | 78 | 0 | 2A | 33 | 5 | A | 54 | 47 |
| Octal | 363 | 215 | 170 | 0 | 52 | 63 | 5 | 12 | 124 | 107 |
| Binary | 11110011 | 10001101 | 1111000 | 0 | 101010 | 110011 | 101 | 1010 | 1010100 | 1000111 |
Color Harmonies of #F38D78
Complementary color
Monochromatic Colors of #F38D78
Black with #F38D78
Text Example
Text Example
White with #F38D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D78; }
p { color: rgb(243,141,120); }
H1.HeaderClassName
{
color: #F38D78;
}
.AnyTagClassName
{
color: #F38D78;
}
</style>
background-color css
<style>
a { background-color: #F38D78; }
a { background-color: rgb(243,141,120); }
div.DivClassName
{
background-color: #F38D78;
}
.BgClassName
{
background-color: #F38D78;
}
</style>
border-color css
<style>
span { border-color: #F38D78; }
span { border-color: rgb(243,141,120); }
td.TdClassName
{
border-color: #F38D78;
}
.TagClassName
{
border-color: #F38D78;
}
</style>