crispedge.com

Color picker

Loading...

#fc18a7 hex color - Red - Warm color - Information

#fc18a7 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #fc18a7 Color code in RGB color code model is created after adding 98.82% red color, 9.41% green color and 65.49% blue color. Hex #fc18a7 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 90% magenta, 34% yellow and 1% black.

Hex #fc18a7 color code is between #ff11aa web safe hex color code and #ee2299 web safe hex color code. #ff11aa is the nearest web safe color code. You can see here many more shades of #fc18a7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefc18a7#fc18a7
RGB Decimal252, 24, 167rgb(252, 24, 167)
RGB Percent99%, 9%, 65%rgb(99%, 9%, 65%)
CSS RGBa252, 24, 167,1rgba(252,24,167,1)
CMYK Modelcmyk(0%,90%,34%,1%)
HSL Color Space322,97% ,54%hsl(322,97% ,54%)
HSV Color Space322°, 90%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111000001100010100111
Octal37430247
Decimal25224167
Hexfc18a7

Different shades of #fc18a7 color code.

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

Light Shade of #fc18a7
#fd4aba
Dark Shade of #fc18a7
#de038c
Saturated Shade of #fc18a7
#ff15a8
Desaturated Shade of #fc18a7
#f024a4
Grey scale Shade of #fc18a7
#8a8a8a
Brighten Shade
#ff31c0
Most Readable Shade
#FFFFFF

Shades of #fc18a7 color code

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

#fc18a7
#e01594
#c41281
#a8106f
#8c0d5c
#700a4a
#540837
#380525
#1c0212
#000000

Similar Color like #fc18a7 color

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

#fd19a8
#fe1aa9
#ff1baa
#ff1cab
#ff1dac
#ff1ead
#ff1fae
#ff20af
#ff21b0
#ff22b1
#ff23b2
#ff24b3
#ff25b4
#ff26b5
#fb17a6
#fa16a5
#f915a4
#f814a3
#f713a2
#f612a1
#f511a0
#f4109f
#f30f9e
#f20e9d
#f10d9c
#f00c9b
#ef0b9a
#ee0a99

Monochromatic Color with #fc18a7

#fc18a7
#27041a
#520836
#7c0c53
#a7106f
#d1148b

Tints of #fc18a7 Color

#fc18a7
#fc31b0
#fc4bba
#fd65c4
#fd7ece
#fd98d7
#feb2e1
#fecbeb
#fee5f5
#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

#fc18a7
#18fc6d

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

Split Complementary

#fc18a7
#35fc18
#18fcdf

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

Analogous Color

#f618fc
#fc18d5
#fc18a7
#fc1879
#fc184c

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

#fc18a7
#a7fc18
#18a7fc

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

#fc18a7
#fcdf18
#18fc6d
#1835fc

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

#fc18a7
#18fc6d
#18fcdf
#fc1835

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

#fc18a7 Color Code Preview on Black Background Color

This is how #fc18a7 Color will look on black background color. Color contrast ratio is 5.83

#fc18a7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc18a7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc18a7

#fc18a7 color code is use for CSS Background Color

Background color for the above div is #fc18a7

HTML with inline CSS

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

#fc18a7 color code is use for CSS Border Color

CSS Border color for the above div is #fc18a7

HTML with inline CSS

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

CSS Border Left color for the above div is #fc18a7

HTML with inline CSS

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

CSS Border Right color for the above div is #fc18a7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fc18a7

HTML with inline CSS

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

CSS Border Top color for the above div is #fc18a7

HTML with inline CSS

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

#fc18a7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fc18a7 Color code Preview on White Background

This is how #fc18a7 Color code will look on white background color. Color contrast ratio is 3.60

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

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(252,24,167,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(24,252,109,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,24,167,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.