Dummy Image Generator
Generate placeholder images for mocks and wireframes.
Set image size, background/text colors, and text, and get a direct-link image URL.
Width
Height
Preset
Background color
Text color
Format
| Format | 400 × 300px (PNG) |
|---|---|
| Image URL | https://img.skin/400x300 |
| HTML | <img src="https://img.skin/400x300" alt="400×300" width="400" height="300"> |
| CSS | background-image: url("https://img.skin/400x300"); |
- Safe
- Only users who know the image URL can view it.
Notes
Variable tags
You can use custom variable tags in the text.
They let you embed image size, colors, line breaks, and more.
| Tag | Description | Example | Result |
|---|---|---|---|
{width} | Replaced with the generated image width. | {width}px | 400px |
{height} | Replaced with the generated image height. | {height}px | 300px |
{ratio} | Replaced with the generated image aspect ratio. | {ratio} | 4:3 |
{back} | Replaced with the generated background color. | Background: {back} | Background: #dddddd |
{color} | Replaced with the generated text color. | Text color: {color} | Text color: #979797 |
{fmt} | Replaced with the generated image format. | Format: {fmt} | Format: PNG |
{br} | Inserts a line break at that position. If you insert a line break in this tool's form, it will be inserted automatically. | Hello{br}World | Hello World |
Image URL structure
Image URLs generated by this tool can be used as direct links.
To request an image directly, use the path below.
- Image URL
- https://img.skin/
WidthxHeight/Background color/Text color
?text=Text&fmt=Image format
| Value | Description | Example | Optional |
|---|---|---|---|
| Width | 1–5000 | 400 | No |
| Height | 1–5000 | 300 | No |
| Background color | Hex color / color name / transparent | ff1493 / deeppink | Yes *1 |
| Text color | Hex color / color name / transparent | fff / white | Yes |
| Text | Any text / variable tags If omitted, it becomes '{width}×{height}'. | W:{width}px | Yes |
| Image format | png / jpg / gif If omitted, PNG is used. JPG and GIF cannot use a transparent background. | jpg | Yes |
*1 Cannot be omitted when text color (fontColor) is specified.