#FF00A8 - #FF0047 | colorate
colorateはデザイナーや開発者向けの配色ツールです。あなたのインスピレーションを引き出し、よりよい配色の構成に役立ちます。
サイトをよりよくする
Blend #FF00A8 to #FF0047
#FF00A8と#FF0047の二色間の色を演算します。色味の近い色同士では滑らかですが、RGB値をもとにした通常のブレンドでは、色味の遠い色同士の中間の色は彩度が低くなりグレーに近くなります。HSV値をもとにしたブレンドでは、色味の遠い色同士でも彩度の低下はありません。
RGBブレンド
#FF00A8 - #FF0047 | colorate
RGB値をもとにした二色間のブレンドです。色味の離れた色同士では、二色間の彩度は低下します。#FF00A8を0%、#FF0047を100%として二色間の色を展開します。
0.0% #FF00A8 |
RGB 255 0 168 | #FF00A8 |
16.7% #FF0097 |
RGB 255 0 151 | #FF0097 |
33.3% #FF0087 |
RGB 255 0 135 | #FF0087 |
50.0% #FF0077 |
RGB 255 0 119 | #FF0077 |
66.7% #FF0067 |
RGB 255 0 103 | #FF0067 |
83.3% #FF0057 |
RGB 255 0 87 | #FF0057 |
100.0% #FF0047 |
RGB 255 0 71 | #FF0047 |
HSVブレンド
#FF00A8 - #FF0047 | colorate
HSV値をもとにした二色間のブレンドです。色味の離れた色同士でも、二色間の彩度は低下しません。#FF00A8を0%、#FF0047を100%として二色間の色を展開します。
0.0% #FF00A7 |
RGB 255 0 167 | #FF00A7 |
16.7% #FF0097 |
RGB 255 0 151 | #FF0097 |
33.3% #FF0087 |
RGB 255 0 135 | #FF0087 |
50.0% #FF0077 |
RGB 255 0 119 | #FF0077 |
66.7% #FF0067 |
RGB 255 0 103 | #FF0067 |
83.3% #FF0057 |
RGB 255 0 87 | #FF0057 |
100.0% #FF0047 |
RGB 255 0 71 | #FF0047 |
CSSコード
<style type="text/css"> /* RGB Gradient */ div { background: -moz-linear-gradient(top, #FF00A8 0%, #FF0047 100%); background: -webkit-linear-gradient(top, #FF00A8 0%, #FF0047 100%); background: linear-gradient(to bottom, #FF00A8 0%, #FF0047 100%); } /* HSV Gradient */ div { background: -moz-linear-gradient(top, #FF00A7 0%, #FF0077 50%, #FF0047 100%); background: -webkit-linear-gradient(top, #FF00A7 0%, #FF0077 50%, #FF0047 100%); background: linear-gradient(to bottom, #FF00A7 0%, #FF0077 50%, #FF0047 100%); } </style>