Shades of Salmon #F57574
Tints of Salmon #F57574
RGB
CMYK
RGB Variations
Color information
#F57574 (or 0xF57574) is known color: Salmon. HEX triplet: F5, 75 and 74. RGB value is (245,117,116). Sum of RGB (Red+Green+Blue) = 245+117+116=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F57574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57574 is #0A8A8B. Grayscale: #9B9B9B. Windows color (decimal): -690828 or 7632373. OLE color: 7632373.
HSL color Cylindrical-coordinate representation of color #F57574: hue angle of 0.47º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F57574 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 116 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.04 |
| HSL | 0.47º | 0.87% | 0.71% | - |
| HSV(B) | 0.47º | 0.53% | 0.96% | - |
| XYZ | 47.17 | 33.4 | 20.48 | - |
| YUV | 155.16 | 105.91 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 116 | 0 | 0.52 | 0.53 | 0.04 | 0.47 | 0.87 | 0.71 |
| Hex | F5 | 75 | 74 | 0 | 34 | 35 | 4 | 0 | 57 | 47 |
| Octal | 365 | 165 | 164 | 0 | 64 | 65 | 4 | 0 | 127 | 107 |
| Binary | 11110101 | 1110101 | 1110100 | 0 | 110100 | 110101 | 100 | 0 | 1010111 | 1000111 |
Color Harmonies of #F57574
Complementary color
Monochromatic Colors of #F57574
Black with #F57574
Text Example
Text Example
White with #F57574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57574; }
p { color: rgb(245,117,116); }
H1.HeaderClassName
{
color: #F57574;
}
.AnyTagClassName
{
color: #F57574;
}
</style>
background-color css
<style>
a { background-color: #F57574; }
a { background-color: rgb(245,117,116); }
div.DivClassName
{
background-color: #F57574;
}
.BgClassName
{
background-color: #F57574;
}
</style>
border-color css
<style>
span { border-color: #F57574; }
span { border-color: rgb(245,117,116); }
td.TdClassName
{
border-color: #F57574;
}
.TagClassName
{
border-color: #F57574;
}
</style>