Skip to main content Skip to docs navigation

#fc2297 hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Philippine Pink and its hex is #FA1A8E Nearest Color Name

Color Hue/Base color: Red

Hex #fc2297 Color code in RGB color code model is created after adding 98.82% red color, 13.33% green color and 59.22% blue color. Hex #fc2297 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 87% magenta, 40% yellow and 1.18% black.

Hex #fc2297 color code is between #ff1199 web safe hex color code and #ee3388 web safe hex color code. #ff1199 is the nearest web safe color code. You can see here many more shades of #fc2297 color code.

RGB Chart

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

Color Table

Hex Color Code fc2297 #fc2297
RGB Decimal 252, 34, 151 252, 34, 151
RGB Percent 99%, 13%, 59% rgb(99%, 13%, 59%)
CSS RGBa 252, 34, 151,1 rgba(252,34,151,1)
CMYK Model cmyk(0%,87%,40%,1.18%)
HSL Color Space 328,97% ,56% hsl(328,97% ,56%)
HSV Color Space 328°, 87%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111100 00100010 10010111
Octal 374 42 227
Decimal 252 34 151
Hex fc 22 97

Different shades of #fc2297 color code.

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

Darkest of #fc2297
#830247
Darker of #fc2297
#b60263
Dark of #fc2297
#e8037e
Base of #fc2297
#fc2297
Light of #fc2297
#fd54af
Lighter
#fd87c6
Lightest
#feb9de

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

#fc2297
#22fc87

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

Split Complementary

#fc2297
#2afc22
#22fcf4

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

Analogous Color

#e222fc
#fc22f2
#fc2297
#fc224e
#fc5122

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

#fc2297
#2297fc
#97fc22

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

#fc2297
#97fc22
#22fc87
#8722fc

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

Square Color

#fc2297
#fcf422
#22fc87
#222afc

Square 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).

Monochromatic Color with #fc2297

#51012c
#830247
#b60263
#e8037e
#fc2297
#fd54af
#fd87c6
#feb9de
#ffebf6

Tints of #fc2297 Color

#fc2297
#fc3aa2
#fc53ae
#fd6bb9
#fd84c5
#fd9cd0
#feb5dc
#fecde7
#fee6f3
#ffffff

Shades of #fc2297 color code

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

#fc2297
#e01e86
#c41a75
#a81664
#8c1253
#700f43
#540b32
#380721
#1c0310
#000000

Tones

#fc2297
#e63895
#cf4f94
#b96592
#a27c90

Tones

Similar Color like #fc2297 color

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

#fd2398
#fe2499
#ff259a
#ff269b
#ff279c
#ff289d
#ff299e
#ff2a9f
#ff2ba0
#ff2ca1
#ff2da2
#ff2ea3
#ff2fa4
#ff30a5
#fb2196
#fa2095
#f91f94
#f81e93
#f71d92
#f61c91
#f51b90
#f41a8f
#f3198e
#f2188d
#f1178c
#f0168b
#ef158a
#ee1489

Download this Dark Red

Hex #fc2297 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.

#fc2297 Color Code Preview on Black Background Color

This is how #fc2297 Color will look on black background color. Color contrast ratio is 5.81

#fc2297 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc2297

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc2297

#fc2297 color code is use for CSS Background Color

Background color for the above div is #fc2297

HTML with inline CSS

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

#fc2297 color code is use for CSS Border Color

CSS Border color for the above div is #fc2297

HTML with inline CSS

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

CSS Border Left color for the above div is #fc2297

HTML with inline CSS

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

CSS Border Right color for the above div is #fc2297

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fc2297

HTML with inline CSS

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

CSS Border Top color for the above div is #fc2297

HTML with inline CSS

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

#fc2297 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fc2297 Color code Preview on White Background

This is how #fc2297 Color code will look on white background color. Color contrast ratio is 3.61

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(252,34,151,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(34,252,135,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,34,151,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }