crispedge.com

Color picker

Loading...

#ff41fb hex color - Red - Warm color - Information

#ff41fb hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ff41fb Color code in RGB color code model is created after adding 100% red color, 25.49% green color and 98.43% blue color. Hex #ff41fb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 75% magenta, 2% yellow and 0% black.

Hex #ff41fb color code is between #ee44ff web safe hex color code and #dd33ee web safe hex color code. #ee44ff is the nearest web safe color code. You can see here many more shades of #ff41fb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeff41fb#ff41fb
RGB Decimal255, 65, 251rgb(255, 65, 251)
RGB Percent100%, 25%, 98%rgb(100%, 25%, 98%)
CSS RGBa255, 65, 251,1rgba(255,65,251,1)
CMYK Modelcmyk(0%,75%,2%,0%)
HSL Color Space301,100% ,63%hsl(301,100% ,63%)
HSV Color Space301°, 75%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111110100000111111011
Octal377101373
Decimal25565251
Hexff41fb

Different shades of #ff41fb color code.

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

Light Shade of #ff41fb
#ff74fc
Dark Shade of #ff41fb
#ff0efa
Saturated Shade of #ff41fb
#ff41fb
Desaturated Shade of #ff41fb
#f54af2
Grey scale Shade of #ff41fb
#a0a0a0
Brighten Shade
#ff5aff
Most Readable Shade
#000000

Shades of #ff41fb color code

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

#ff41fb
#e239df
#c632c3
#aa2ba7
#8d248b
#711c6f
#551553
#380e37
#1c071b
#000000

Similar Color like #ff41fb color

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

#ff42fc
#ff43fd
#ff44fe
#ff45ff
#ff46ff
#ff47ff
#ff48ff
#ff49ff
#ff4aff
#ff4bff
#ff4cff
#ff4dff
#ff4eff
#ff4fff
#fe40fa
#fd3ff9
#fc3ef8
#fb3df7
#fa3cf6
#f93bf5
#f83af4
#f739f3
#f638f2
#f537f1
#f436f0
#f335ef
#f234ee
#f133ed

Monochromatic Color with #ff41fb

#ff41fb
#2a0b2a
#551654
#80217e
#aa2ba7
#d436d1

Tints of #ff41fb Color

#ff41fb
#ff56fb
#ff6bfb
#ff80fc
#ff95fc
#ffaafd
#ffbffd
#ffd4fe
#ffe9fe
#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

#ff41fb
#41ff45

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

Split Complementary

#ff41fb
#9cff41
#41ffa4

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

Analogous Color

#b741ff
#dd41ff
#ff41fb
#ff41d5
#ff41af

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

#ff41fb
#fbff41
#41fbff

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

#ff41fb
#ffa441
#41ff45
#419cff

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

#ff41fb
#41ff45
#41ffa4
#ff419c

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 #ff41fb 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.

#ff41fb Color Code Preview on Black Background Color

This is how #ff41fb Color will look on black background color. Color contrast ratio is 7.40

#ff41fb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff41fb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff41fb

#ff41fb color code is use for CSS Background Color

Background color for the above div is #ff41fb

HTML with inline CSS

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

#ff41fb color code is use for CSS Border Color

CSS Border color for the above div is #ff41fb

HTML with inline CSS

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

CSS Border Left color for the above div is #ff41fb

HTML with inline CSS

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

CSS Border Right color for the above div is #ff41fb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff41fb

HTML with inline CSS

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

CSS Border Top color for the above div is #ff41fb

HTML with inline CSS

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

#ff41fb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff41fb Color code Preview on White Background

This is how #ff41fb Color code will look on white background color. Color contrast ratio is 2.84

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 #ff41fb; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ff41fb; }

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,65,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(65,255,69,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,65,251,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.