crispedge.com

Color picker

Loading...

#ff019c hex color - Red - Warm color - Information

#ff019c hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #ff019c Color code in RGB color code model is created after adding 100% red color, 0.39% green color and 61.18% blue color. Hex #ff019c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 100% magenta, 39% yellow and 0% black.

Hex #ff019c color code is between #ee0099 web safe hex color code and #dd00aa web safe hex color code. #ee0099 is the nearest web safe color code. You can see here many more shades of #ff019c color code.

0 Likes 0 Comments | 2 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeff019c#ff019c
RGB Decimal255, 1, 156rgb(255, 1, 156)
RGB Percent100%, 0%, 61%rgb(100%, 0%, 61%)
CSS RGBa255, 1, 156,1rgba(255,1,156,1)
CMYK Modelcmyk(0%,100%,39%,0%)
HSL Color Space323,100% ,50%hsl(323,100% ,50%)
HSV Color Space323°, 100%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111110000000110011100
Octal3771234
Decimal2551156
Hexff019c

Different shades of #ff019c color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #ff019c
#ff34b0
Dark Shade of #ff019c
#cd007d
Saturated Shade of #ff019c
#ff019c
Desaturated Shade of #ff019c
#f20e99
Grey scale Shade of #ff019c
#808080
Brighten Shade
#ff1ab5
Most Readable Shade
#FFFFFF

Shades of #ff019c color code

Generate more color scales with scales (color stack) generator.

#ff019c
#e2008a
#c60079
#aa0068
#8d0056
#710045
#550034
#380022
#1c0011
#000000

Similar Color like #ff019c color

Find visually similar hex color codes nearing to #ff019c hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#ff029d
#ff039e
#ff049f
#ff05a0
#ff06a1
#ff07a2
#ff08a3
#ff09a4
#ff0aa5
#ff0ba6
#ff0ca7
#ff0da8
#ff0ea9
#ff0faa
#fe009b
#fd009a
#fc0099
#fb0098
#fa0097
#f90096
#f80095
#f70094
#f60093
#f50092
#f40091
#f30090
#f2008f
#f1008e

Monochromatic Color with #ff019c

#ff019c
#2a001a
#550034
#80014e
#aa0168
#d40182

Tints of #ff019c Color

#ff019c
#ff1da7
#ff39b2
#ff55bd
#ff71c8
#ff8ed3
#ffaade
#ffc6e9
#ffe2f4
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#ff019c
#01ff64

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#ff019c
#1dff01
#01ffe3

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#fc01ff
#ff01cf
#ff019c
#ff0169
#ff0136

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#ff019c
#9cff01
#019cff

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#ff019c
#ffe301
#01ff64
#011dff

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#ff019c
#01ff64
#01ffe3
#ff011d

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #ff019c Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#ff019c Color Code Preview on Black Background Color

This is how #ff019c Color will look on black background color. Color contrast ratio is 5.74

#ff019c in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#ff019c">Your Example Paragraph content text in with font color #ff019c </p>

Your Example Paragraph content text in with font color #ff019c

HTML with inline CSS

<div style="color:#ff019c">Your Paragraph text in with font color #ff019c </div>

Your Example Paragraph content text in with font color #ff019c

#ff019c color code is use for CSS Background Color

Background color for the above div is #ff019c

HTML with inline CSS

<div style="background-color:#ff019c;"></div>

#ff019c color code is use for CSS Border Color

CSS Border color for the above div is #ff019c

HTML with inline CSS

<div style="border:5px solid #ff019c;"></div>

CSS Border Left color for the above div is #ff019c

HTML with inline CSS

<div style="border-left:5px solid #ff019c;"></div>

CSS Border Right color for the above div is #ff019c

HTML with inline CSS

<div style="border-right:5px solid #ff019c;"></div>

CSS Border Bottom color for the above div is #ff019c

HTML with inline CSS

<div style="border-bottom:5px solid #ff019c;"></div>

CSS Border Top color for the above div is #ff019c

HTML with inline CSS

<div style="border-top:5px solid #ff019c;"></div>

#ff019c hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#ff019c; } .examplecolorclass {color:#ff019c; } .examplebordercolor {border:3px solid #ff019c; }

#ff019c Color code Preview on White Background

This is how #ff019c Color code will look on white background color. Color contrast ratio is 3.66

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #ff019c; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ff019c; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(255,1,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(1,255,100,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,1,156,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.