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