Shades of Salmon #F57572
Tints of Salmon #F57572
RGB
CMYK
RGB Variations
Color information
#F57572 (or 0xF57572) is known color: Salmon. HEX triplet: F5, 75 and 72. RGB value is (245,117,114). Sum of RGB (Red+Green+Blue) = 245+117+114=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F57572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57572 is #0A8A8D. Grayscale: #9B9B9B. Windows color (decimal): -690830 or 7501301. OLE color: 7501301.
HSL color Cylindrical-coordinate representation of color #F57572: hue angle of 1.37º 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 #F57572 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 114 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.04 |
| HSL | 1.37º | 0.87% | 0.7% | - |
| HSV(B) | 1.37º | 0.53% | 0.96% | - |
| XYZ | 47.05 | 33.35 | 19.88 | - |
| YUV | 154.93 | 104.91 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 114 | 0 | 0.52 | 0.53 | 0.04 | 1.37 | 0.87 | 0.7 |
| Hex | F5 | 75 | 72 | 0 | 34 | 35 | 4 | 1 | 57 | 46 |
| Octal | 365 | 165 | 162 | 0 | 64 | 65 | 4 | 1 | 127 | 106 |
| Binary | 11110101 | 1110101 | 1110010 | 0 | 110100 | 110101 | 100 | 1 | 1010111 | 1000110 |
Color Harmonies of #F57572
Complementary color
Monochromatic Colors of #F57572
Black with #F57572
Text Example
Text Example
White with #F57572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57572; }
p { color: rgb(245,117,114); }
H1.HeaderClassName
{
color: #F57572;
}
.AnyTagClassName
{
color: #F57572;
}
</style>
background-color css
<style>
a { background-color: #F57572; }
a { background-color: rgb(245,117,114); }
div.DivClassName
{
background-color: #F57572;
}
.BgClassName
{
background-color: #F57572;
}
</style>
border-color css
<style>
span { border-color: #F57572; }
span { border-color: rgb(245,117,114); }
td.TdClassName
{
border-color: #F57572;
}
.TagClassName
{
border-color: #F57572;
}
</style>