Shades of Dark Salmon #F58F7A
Tints of Dark Salmon #F58F7A
RGB
CMYK
RGB Variations
Color information
#F58F7A (or 0xF58F7A) is known color: Dark Salmon. HEX triplet: F5, 8F and 7A. RGB value is (245,143,122). Sum of RGB (Red+Green+Blue) = 245+143+122=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58F7A is #0A7085. Grayscale: #ABABAB. Windows color (decimal): -684166 or 8032245. OLE color: 8032245.
HSL color Cylindrical-coordinate representation of color #F58F7A: hue angle of 10.24º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F58F7A is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 122 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.04 |
| HSL | 10.24º | 0.86% | 0.72% | - |
| HSV(B) | 10.24º | 0.5% | 0.96% | - |
| XYZ | 50.99 | 40.46 | 23.53 | - |
| YUV | 171.1 | 100.29 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 122 | 0 | 0.42 | 0.50 | 0.04 | 10.24 | 0.86 | 0.72 |
| Hex | F5 | 8F | 7A | 0 | 2A | 32 | 4 | A | 56 | 48 |
| Octal | 365 | 217 | 172 | 0 | 52 | 62 | 4 | 12 | 126 | 110 |
| Binary | 11110101 | 10001111 | 1111010 | 0 | 101010 | 110010 | 100 | 1010 | 1010110 | 1001000 |
Color Harmonies of #F58F7A
Complementary color
Monochromatic Colors of #F58F7A
Black with #F58F7A
Text Example
Text Example
White with #F58F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F7A; }
p { color: rgb(245,143,122); }
H1.HeaderClassName
{
color: #F58F7A;
}
.AnyTagClassName
{
color: #F58F7A;
}
</style>
background-color css
<style>
a { background-color: #F58F7A; }
a { background-color: rgb(245,143,122); }
div.DivClassName
{
background-color: #F58F7A;
}
.BgClassName
{
background-color: #F58F7A;
}
</style>
border-color css
<style>
span { border-color: #F58F7A; }
span { border-color: rgb(245,143,122); }
td.TdClassName
{
border-color: #F58F7A;
}
.TagClassName
{
border-color: #F58F7A;
}
</style>