Shades of Salmon #F57272
Tints of Salmon #F57272
RGB
CMYK
RGB Variations
Color information
#F57272 (or 0xF57272) is known color: Salmon. HEX triplet: F5, 72 and 72. RGB value is (245,114,114). Sum of RGB (Red+Green+Blue) = 245+114+114=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F57272 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57272 is #0A8D8D. Grayscale: #999999. Windows color (decimal): -691598 or 7500533. OLE color: 7500533.
HSL color Cylindrical-coordinate representation of color #F57272: hue angle of 0º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F57272 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 114 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.04 |
| HSL | 0º | 0.87% | 0.7% | - |
| HSV(B) | 0º | 0.53% | 0.96% | - |
| XYZ | 46.71 | 32.66 | 19.76 | - |
| YUV | 153.17 | 105.9 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 114 | 0 | 0.53 | 0.53 | 0.04 | 0 | 0.87 | 0.7 |
| Hex | F5 | 72 | 72 | 0 | 35 | 35 | 4 | 0 | 57 | 46 |
| Octal | 365 | 162 | 162 | 0 | 65 | 65 | 4 | 0 | 127 | 106 |
| Binary | 11110101 | 1110010 | 1110010 | 0 | 110101 | 110101 | 100 | 0 | 1010111 | 1000110 |
Color Harmonies of #F57272
Complementary color
Monochromatic Colors of #F57272
Black with #F57272
Text Example
Text Example
White with #F57272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57272; }
p { color: rgb(245,114,114); }
H1.HeaderClassName
{
color: #F57272;
}
.AnyTagClassName
{
color: #F57272;
}
</style>
background-color css
<style>
a { background-color: #F57272; }
a { background-color: rgb(245,114,114); }
div.DivClassName
{
background-color: #F57272;
}
.BgClassName
{
background-color: #F57272;
}
</style>
border-color css
<style>
span { border-color: #F57272; }
span { border-color: rgb(245,114,114); }
td.TdClassName
{
border-color: #F57272;
}
.TagClassName
{
border-color: #F57272;
}
</style>