Shades of Salmon #F58B7B
Tints of Salmon #F58B7B
RGB
CMYK
RGB Variations
Color information
#F58B7B (or 0xF58B7B) is known color: Salmon. HEX triplet: F5, 8B and 7B. RGB value is (245,139,123). Sum of RGB (Red+Green+Blue) = 245+139+123=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F58B7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58B7B is #0A7484. Grayscale: #A9A9A9. Windows color (decimal): -685189 or 8096757. OLE color: 8096757.
HSL color Cylindrical-coordinate representation of color #F58B7B: hue angle of 7.87º 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 #F58B7B is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 123 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.04 |
| HSL | 7.87º | 0.86% | 0.72% | - |
| HSV(B) | 7.87º | 0.5% | 0.96% | - |
| XYZ | 50.46 | 39.31 | 23.67 | - |
| YUV | 168.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 123 | 0 | 0.43 | 0.50 | 0.04 | 7.87 | 0.86 | 0.72 |
| Hex | F5 | 8B | 7B | 0 | 2B | 32 | 4 | 8 | 56 | 48 |
| Octal | 365 | 213 | 173 | 0 | 53 | 62 | 4 | 10 | 126 | 110 |
| Binary | 11110101 | 10001011 | 1111011 | 0 | 101011 | 110010 | 100 | 1000 | 1010110 | 1001000 |
Color Harmonies of #F58B7B
Complementary color
Monochromatic Colors of #F58B7B
Black with #F58B7B
Text Example
Text Example
White with #F58B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58B7B; }
p { color: rgb(245,139,123); }
H1.HeaderClassName
{
color: #F58B7B;
}
.AnyTagClassName
{
color: #F58B7B;
}
</style>
background-color css
<style>
a { background-color: #F58B7B; }
a { background-color: rgb(245,139,123); }
div.DivClassName
{
background-color: #F58B7B;
}
.BgClassName
{
background-color: #F58B7B;
}
</style>
border-color css
<style>
span { border-color: #F58B7B; }
span { border-color: rgb(245,139,123); }
td.TdClassName
{
border-color: #F58B7B;
}
.TagClassName
{
border-color: #F58B7B;
}
</style>