crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#fc406c hex color - Red - Warm color - Information

#fc406c hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fc406c Color code in RGB color code model is created after adding 98.82% red color, 25.1% green color and 42.35% blue color. Hex #fc406c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 75% magenta, 57% yellow and 1% black.

Hex #fc406c color code is between #ff4466 web safe hex color code and #ee3377 web safe hex color code. #ff4466 is the nearest web safe color code. You can see here many more shades of #fc406c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefc406c#fc406c
RGB Decimal252, 64, 108rgb(252, 64, 108)
RGB Percent99%, 25%, 42%rgb(99%, 25%, 42%)
CSS RGBa252, 64, 108,1rgba(252,64,108,1)
CMYK Modelcmyk(0%,75%,57%,1%)
HSL Color Space346,97% ,62%hsl(346,97% ,62%)
HSV Color Space346°, 75%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111000100000001101100
Octal374100154
Decimal25264108
Hexfc406c

Different shades of #fc406c color code.

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

Light Shade of #fc406c
#fd7293
Dark Shade of #fc406c
#fb0e45
Saturated Shade of #fc406c
#ff3d6a
Desaturated Shade of #fc406c
#f24a71
Grey scale Shade of #fc406c
#9e9e9e
Brighten Shade
#ff5985
Most Readable Shade
#000000

Shades of #fc406c color code

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

#fc406c
#e03860
#c43154
#a82a48
#8c233c
#701c30
#541524
#380e18
#1c070c
#000000

Similar Color like #fc406c color

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

#fd416d
#fe426e
#ff436f
#ff4470
#ff4571
#ff4672
#ff4773
#ff4874
#ff4975
#ff4a76
#ff4b77
#ff4c78
#ff4d79
#ff4e7a
#fb3f6b
#fa3e6a
#f93d69
#f83c68
#f73b67
#f63a66
#f53965
#f43864
#f33763
#f23662
#f13561
#f03460
#ef335f
#ee325e

Monochromatic Color with #fc406c

#fc406c
#270a11
#521523
#7c2035
#a72a48
#d1355a

Tints of #fc406c Color

#fc406c
#fc557c
#fc6a8c
#fd7f9d
#fd94ad
#fdaabd
#febfce
#fed4de
#fee9ee
#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

#fc406c
#40fcd0

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

Split Complementary

#fc406c
#40fc72
#40cafc

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

Analogous Color

#fc40b7
#fc4092
#fc406c
#fc4046
#fc5f40

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

#fc406c
#6cfc40
#406cfc

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

#fc406c
#cafc40
#40fcd0
#7240fc

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

#fc406c
#40fcd0
#40cafc
#fc7240

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

#fc406c Color Code Preview on Black Background Color

This is how #fc406c Color will look on black background color. Color contrast ratio is 6.09

#fc406c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc406c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc406c

#fc406c color code is use for CSS Background Color

Background color for the above div is #fc406c

HTML with inline CSS

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

#fc406c color code is use for CSS Border Color

CSS Border color for the above div is #fc406c

HTML with inline CSS

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

CSS Border Left color for the above div is #fc406c

HTML with inline CSS

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

CSS Border Right color for the above div is #fc406c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fc406c

HTML with inline CSS

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

CSS Border Top color for the above div is #fc406c

HTML with inline CSS

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

#fc406c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fc406c Color code Preview on White Background

This is how #fc406c Color code will look on white background color. Color contrast ratio is 3.45

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.