crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#fc41b1 hex color - Red - Warm color - Information

#fc41b1 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #fc41b1 Color code in RGB color code model is created after adding 98.82% red color, 25.49% green color and 69.41% blue color. Hex #fc41b1 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 74% magenta, 30% yellow and 1% black.

Hex #fc41b1 color code is between #ff44aa web safe hex color code and #ee33bb web safe hex color code. #ff44aa is the nearest web safe color code. You can see here many more shades of #fc41b1 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefc41b1#fc41b1
RGB Decimal252, 65, 177rgb(252, 65, 177)
RGB Percent99%, 25%, 69%rgb(99%, 25%, 69%)
CSS RGBa252, 65, 177,1rgba(252,65,177,1)
CMYK Modelcmyk(0%,74%,30%,1%)
HSL Color Space324,97% ,62%hsl(324,97% ,62%)
HSV Color Space324°, 74%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111000100000110110001
Octal374101261
Decimal25265177
Hexfc41b1

Different shades of #fc41b1 color code.

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

Light Shade of #fc41b1
#fd73c6
Dark Shade of #fc41b1
#fb0f9c
Saturated Shade of #fc41b1
#ff3eb2
Desaturated Shade of #fc41b1
#f24baf
Grey scale Shade of #fc41b1
#9e9e9e
Brighten Shade
#ff5aca
Most Readable Shade
#000000

Shades of #fc41b1 color code

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

#fc41b1
#e0399d
#c43289
#a82b76
#8c2462
#701c4e
#54153b
#380e27
#1c0713
#000000

Similar Color like #fc41b1 color

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

#fd42b2
#fe43b3
#ff44b4
#ff45b5
#ff46b6
#ff47b7
#ff48b8
#ff49b9
#ff4aba
#ff4bbb
#ff4cbc
#ff4dbd
#ff4ebe
#ff4fbf
#fb40b0
#fa3faf
#f93eae
#f83dad
#f73cac
#f63bab
#f53aaa
#f439a9
#f338a8
#f237a7
#f136a6
#f035a5
#ef34a4
#ee33a3

Monochromatic Color with #fc41b1

#fc41b1
#270a1c
#52153a
#7c2057
#a72b75
#d13693

Tints of #fc41b1 Color

#fc41b1
#fc56b9
#fc6bc2
#fd80cb
#fd95d3
#fdaadc
#febfe5
#fed4ed
#fee9f6
#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

#fc41b1
#41fc8c

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

Split Complementary

#fc41b1
#54fc41
#41fce9

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

Analogous Color

#fc41fc
#fc41d6
#fc41b1
#fc418c
#fc4166

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

#fc41b1
#b1fc41
#41b1fc

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

#fc41b1
#fce941
#41fc8c
#4153fc

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

#fc41b1
#41fc8c
#41fcea
#fc4154

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

#fc41b1 Color Code Preview on Black Background Color

This is how #fc41b1 Color will look on black background color. Color contrast ratio is 6.53

#fc41b1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc41b1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc41b1

#fc41b1 color code is use for CSS Background Color

Background color for the above div is #fc41b1

HTML with inline CSS

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

#fc41b1 color code is use for CSS Border Color

CSS Border color for the above div is #fc41b1

HTML with inline CSS

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

CSS Border Left color for the above div is #fc41b1

HTML with inline CSS

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

CSS Border Right color for the above div is #fc41b1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fc41b1

HTML with inline CSS

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

CSS Border Top color for the above div is #fc41b1

HTML with inline CSS

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

#fc41b1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fc41b1 Color code Preview on White Background

This is how #fc41b1 Color code will look on white background color. Color contrast ratio is 3.22

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.