@
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.

#fc335d hex color - Red - Warm color - Information

#fc335d hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #fc335d Color code in RGB color code model is created after adding 98.82% red color, 20% green color and 36.47% blue color. Hex #fc335d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 80% magenta, 63% yellow and 1.18% black.

Hex #fc335d color code is between #ff2255 web safe hex color code and #ee4466 web safe hex color code. #ff2255 is the nearest web safe color code. You can see here many more shades of #fc335d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefc335d#fc335d
RGB Decimal252, 51, 93rgb(252, 51, 93)
RGB Percent99%, 20%, 36%rgb(99%, 20%, 36%)
CSS RGBa252, 51, 93,1rgba(252,51,93,1)
CMYK Modelcmyk(0%,80%,63%,1.18%)
HSL Color Space347,97% ,59%hsl(347,97% ,59%)
HSV Color Space347°, 80%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111000011001101011101
Octal37463135
Decimal2525193
Hexfc335d

Different shades of #fc335d color code.

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

Light Shade of #fc335d
#fd6585
Dark Shade of #fc335d
#f80437
Saturated Shade of #fc335d
#ff305b
Desaturated Shade of #fc335d
#f23d63
Grey scale Shade of #fc335d
#979797
Brighten Shade
#ff4c76
Most Readable Shade
#FFFFFF

Shades of #fc335d color code

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

#fc335d
#e02d52
#c42748
#a8223e
#8c1c33
#701629
#54111f
#380b14
#1c050a
#000000

Similar Color like #fc335d color

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

#fd345e
#fe355f
#ff3660
#ff3761
#ff3862
#ff3963
#ff3a64
#ff3b65
#ff3c66
#ff3d67
#ff3e68
#ff3f69
#ff406a
#ff416b
#fb325c
#fa315b
#f9305a
#f82f59
#f72e58
#f62d57
#f52c56
#f42b55
#f32a54
#f22953
#f12852
#f02751
#ef2650
#ee254f

Monochromatic Color with #fc335d

#fc335d
#27080f
#52111e
#7c192e
#a7223e
#d12a4d

Tints of #fc335d Color

#fc335d
#fc496f
#fc6081
#fd7793
#fd8da5
#fda4b7
#febbc9
#fed1db
#fee8ed
#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

#fc335d
#33fcd2

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

Split Complementary

#fc335d
#33fc6d
#33c2fc

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

Analogous Color

#fc33ad
#fc3385
#fc335d
#fc3335
#fc5933

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

#fc335d
#5dfc33
#335dfc

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

#fc335d
#c1fc33
#33fcd2
#6d33fc

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

#fc335d
#33fcd2
#33c2fc
#fc6d33

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

#fc335d Color Code Preview on Black Background Color

This is how #fc335d Color will look on black background color. Color contrast ratio is 5.77

#fc335d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc335d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc335d

#fc335d color code is use for CSS Background Color

Background color for the above div is #fc335d

HTML with inline CSS

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

#fc335d color code is use for CSS Border Color

CSS Border color for the above div is #fc335d

HTML with inline CSS

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

CSS Border Left color for the above div is #fc335d

HTML with inline CSS

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

CSS Border Right color for the above div is #fc335d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fc335d

HTML with inline CSS

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

CSS Border Top color for the above div is #fc335d

HTML with inline CSS

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

#fc335d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fc335d Color code Preview on White Background

This is how #fc335d Color code will look on white background color. Color contrast ratio is 3.64

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

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,51,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(51,252,210,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,51,93,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.