Skip to main content Skip to docs navigation

#fc74fc hex color | Download Light 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 Strawberry Frosting and its hex is #FF6FFC Nearest Color Name

Color Hue/Base color: Red

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

Hex #fc74fc color code is between #ff77ff web safe hex color code and #ee66ee web safe hex color code. #ff77ff is the nearest web safe color code. You can see here many more shades of #fc74fc color code.

RGB Chart

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

Color Table

Hex Color Code fc74fc #fc74fc
RGB Decimal 252, 116, 252 252, 116, 252
RGB Percent 99%, 45%, 99% rgb(99%, 45%, 99%)
CSS RGBa 252, 116, 252,1 rgba(252,116,252,1)
CMYK Model cmyk(0%,54%,0%,1.18%)
HSL Color Space 300,96% ,72% hsl(300,96% ,72%)
HSV Color Space 300°, 54%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111100 01110100 11111100
Octal 374 164 374
Decimal 252 116 252
Hex fc 74 fc

Different shades of #fc74fc color code.

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

Darkest of #fc74fc
#d205d2
Darker of #fc74fc
#fa10fa
Dark of #fc74fc
#fb42fb
Base of #fc74fc
#fc74fc
Light of #fc74fc
#fda6fd
Lighter
#fed8fe
Lightest
#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

#fc74fc
#74fc74

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

Split Complementary

#fc74fc
#b8fc74
#74fcb8

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

Analogous Color

#ad74fc
#c374fc
#fc74fc
#fc74cf
#fc7496

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

#fc74fc
#74fcfc
#fcfc74

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

#fc74fc
#fcfc74
#74fc74
#7474fc

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

#fc74fc
#fcb874
#74fc74
#74b8fc

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 #fc74fc

#a103a1
#d205d2
#fa10fa
#fb42fb
#fc74fc
#fda6fd
#fed8fe
#ffffff
#ffffff

Tints of #fc74fc Color

#fc74fc
#fc83fc
#fc92fc
#fda2fd
#fdb1fd
#fdc1fd
#fed0fe
#fee0fe
#feeffe
#ffffff

Shades of #fc74fc color code

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

#fc74fc
#e067e0
#c45ac4
#a84da8
#8c408c
#703370
#542654
#381938
#1c0c1c
#000000

Tones

#fc74fc
#ee82ee
#e090e0
#d19fd1
#c3adc3

Tones

Similar Color like #fc74fc color

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

#fd75fd
#fe76fe
#ff77ff
#ff78ff
#ff79ff
#ff7aff
#ff7bff
#ff7cff
#ff7dff
#ff7eff
#ff7fff
#ff80ff
#ff81ff
#ff82ff
#fb73fb
#fa72fa
#f971f9
#f870f8
#f76ff7
#f66ef6
#f56df5
#f46cf4
#f36bf3
#f26af2
#f169f1
#f068f0
#ef67ef
#ee66ee

Download this Light Red

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

#fc74fc Color Code Preview on Black Background Color

This is how #fc74fc Color will look on black background color. Color contrast ratio is 9.04

#fc74fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc74fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc74fc

#fc74fc color code is use for CSS Background Color

Background color for the above div is #fc74fc

HTML with inline CSS

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

#fc74fc color code is use for CSS Border Color

CSS Border color for the above div is #fc74fc

HTML with inline CSS

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

CSS Border Left color for the above div is #fc74fc

HTML with inline CSS

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

CSS Border Right color for the above div is #fc74fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fc74fc

HTML with inline CSS

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

CSS Border Top color for the above div is #fc74fc

HTML with inline CSS

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

#fc74fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fc74fc Color code Preview on White Background

This is how #fc74fc Color code will look on white background color. Color contrast ratio is 2.32

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

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,116,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(116,252,116,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,116,252,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }