crispedge.com

#fc115a hex color - Red - Warm color - Information

#fc115a hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fc115a Color code in RGB color code model is created after adding 98.82% red color, 6.67% green color and 35.29% blue color. Hex #fc115a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 93% magenta, 64% yellow and 1% black.

Hex #fc115a color code is between #ff0055 web safe hex color code and #ee0066 web safe hex color code. #ff0055 is the nearest web safe color code. You can see here many more shades of #fc115a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefc115a#fc115a
RGB Decimal252, 17, 90rgb(252, 17, 90)
RGB Percent99%, 7%, 35%rgb(99%, 7%, 35%)
CSS RGBa252, 17, 90,1rgba(252,17,90,1)
CMYK Modelcmyk(0%,93%,64%,1%)
HSL Color Space341,98% ,53%hsl(341,98% ,53%)
HSV Color Space341°, 93%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111000001000101011010
Octal37421132
Decimal2521790
Hexfc115a

Different shades of #fc115a color code.

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

Light Shade of #fc115a
#fd437d
Dark Shade of #fc115a
#d70345
Saturated Shade of #fc115a
#ff0e59
Desaturated Shade of #fc115a
#f01d5f
Grey scale Shade of #fc115a
#868686
Brighten Shade
#ff2a73
Most Readable Shade
#FFFFFF

Shades of #fc115a color code

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

#fc115a
#e00f50
#c40d46
#a80b3c
#8c0932
#700728
#54051e
#380314
#1c010a
#000000

Similar Color like #fc115a color

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

#fd125b
#fe135c
#ff145d
#ff155e
#ff165f
#ff1760
#ff1861
#ff1962
#ff1a63
#ff1b64
#ff1c65
#ff1d66
#ff1e67
#ff1f68
#fb1059
#fa0f58
#f90e57
#f80d56
#f70c55
#f60b54
#f50a53
#f40952
#f30851
#f20750
#f1064f
#f0054e
#ef044d
#ee034c

Monochromatic Color with #fc115a

#fc115a
#27030e
#52061d
#7c082c
#a70b3c
#d10e4b

Tints of #fc115a Color

#fc115a
#fc2b6c
#fc457e
#fd6091
#fd7aa3
#fd95b5
#feafc8
#fecada
#fee4ec
#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

#fc115a
#11fcb3

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

Split Complementary

#fc115a
#11fc3d
#11d0fc

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

Analogous Color

#fc11b8
#fc1189
#fc115a
#fc112b
#fc2611

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

#fc115a
#5afc11
#115afc

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

#fc115a
#cffc11
#11fcb3
#3d11fc

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

#fc115a
#11fcb3
#11d0fc
#fc3d11

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

#fc115a Color Code Preview on Black Background Color

This is how #fc115a Color will look on black background color. Color contrast ratio is 5.37

#fc115a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc115a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc115a

#fc115a color code is use for CSS Background Color

Background color for the above div is #fc115a

HTML with inline CSS

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

#fc115a color code is use for CSS Border Color

CSS Border color for the above div is #fc115a

HTML with inline CSS

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

CSS Border Left color for the above div is #fc115a

HTML with inline CSS

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

CSS Border Right color for the above div is #fc115a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fc115a

HTML with inline CSS

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

CSS Border Top color for the above div is #fc115a

HTML with inline CSS

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

#fc115a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fc115a Color code Preview on White Background

This is how #fc115a Color code will look on white background color. Color contrast ratio is 3.91

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

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,17,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(17,252,179,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,17,90,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.

< /html>