Shades of Salmon #F58569
Tints of Salmon #F58569
RGB
CMYK
RGB Variations
Color information
#F58569 (or 0xF58569) is known color: Salmon. HEX triplet: F5, 85 and 69. RGB value is (245,133,105). Sum of RGB (Red+Green+Blue) = 245+133+105=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F58569 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58569 is #0A7A96. Grayscale: #A3A3A3. Windows color (decimal): -686743 or 6915573. OLE color: 6915573.
HSL color Cylindrical-coordinate representation of color #F58569: hue angle of 12º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F58569 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 105 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.04 |
| HSL | 12º | 0.88% | 0.69% | - |
| HSV(B) | 12º | 0.57% | 0.96% | - |
| XYZ | 48.59 | 37.21 | 17.99 | - |
| YUV | 163.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 105 | 0 | 0.46 | 0.57 | 0.04 | 12 | 0.88 | 0.69 |
| Hex | F5 | 85 | 69 | 0 | 2E | 39 | 4 | C | 58 | 45 |
| Octal | 365 | 205 | 151 | 0 | 56 | 71 | 4 | 14 | 130 | 105 |
| Binary | 11110101 | 10000101 | 1101001 | 0 | 101110 | 111001 | 100 | 1100 | 1011000 | 1000101 |
Color Harmonies of #F58569
Complementary color
Monochromatic Colors of #F58569
Black with #F58569
Text Example
Text Example
White with #F58569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58569; }
p { color: rgb(245,133,105); }
H1.HeaderClassName
{
color: #F58569;
}
.AnyTagClassName
{
color: #F58569;
}
</style>
background-color css
<style>
a { background-color: #F58569; }
a { background-color: rgb(245,133,105); }
div.DivClassName
{
background-color: #F58569;
}
.BgClassName
{
background-color: #F58569;
}
</style>
border-color css
<style>
span { border-color: #F58569; }
span { border-color: rgb(245,133,105); }
td.TdClassName
{
border-color: #F58569;
}
.TagClassName
{
border-color: #F58569;
}
</style>