crispedge.com

Color picker

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

#fd42ca hex color - Red - Warm color - Information

#fd42ca hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fd42ca Color code in RGB color code model is created after adding 99.22% red color, 25.88% green color and 79.22% blue color. Hex #fd42ca Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 74% magenta, 20% yellow and 1% black.

Hex #fd42ca color code is between #ff44cc web safe hex color code and #ee33bb web safe hex color code. #ff44cc is the nearest web safe color code. You can see here many more shades of #fd42ca color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefd42ca#fd42ca
RGB Decimal253, 66, 202rgb(253, 66, 202)
RGB Percent99%, 26%, 79%rgb(99%, 26%, 79%)
CSS RGBa253, 66, 202,1rgba(253,66,202,1)
CMYK Modelcmyk(0%,74%,20%,1%)
HSL Color Space316,98% ,63%hsl(316,98% ,63%)
HSV Color Space316°, 74%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111010100001011001010
Octal375102312
Decimal25366202
Hexfd42ca

Different shades of #fd42ca color code.

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

Light Shade of #fd42ca
#fe74d8
Dark Shade of #fd42ca
#fc0fbc
Saturated Shade of #fd42ca
#ff40cb
Desaturated Shade of #fd42ca
#f34cc6
Grey scale Shade of #fd42ca
#9f9f9f
Brighten Shade
#ff5be3
Most Readable Shade
#000000

Shades of #fd42ca color code

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

#fd42ca
#e03ab3
#c4339d
#a82c86
#8c2470
#701d59
#541643
#380e2c
#1c0716
#000000

Similar Color like #fd42ca color

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

#fe43cb
#ff44cc
#ff45cd
#ff46ce
#ff47cf
#ff48d0
#ff49d1
#ff4ad2
#ff4bd3
#ff4cd4
#ff4dd5
#ff4ed6
#ff4fd7
#ff50d8
#fc41c9
#fb40c8
#fa3fc7
#f93ec6
#f83dc5
#f73cc4
#f63bc3
#f53ac2
#f439c1
#f338c0
#f237bf
#f136be
#f035bd
#ef34bc

Monochromatic Color with #fd42ca

#fd42ca
#280b20
#531642
#7d2164
#a82c86
#d237a8

Tints of #fd42ca Color

#fd42ca
#fd57cf
#fd6cd5
#fd81db
#fd96e1
#feabe7
#fec0ed
#fed5f3
#feeaf9
#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

#fd42ca
#42fd75

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

Split Complementary

#fd42ca
#6cfd42
#42fdd3

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

Analogous Color

#e542fd
#fd42ef
#fd42ca
#fd42a5
#fd427f

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

#fd42ca
#cafd42
#42cafd

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

#fd42ca
#fdd242
#42fd75
#426cfd

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

#fd42ca
#42fd75
#42fdd3
#fd426c

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

#fd42ca Color Code Preview on Black Background Color

This is how #fd42ca Color will look on black background color. Color contrast ratio is 6.81

#fd42ca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd42ca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd42ca

#fd42ca color code is use for CSS Background Color

Background color for the above div is #fd42ca

HTML with inline CSS

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

#fd42ca color code is use for CSS Border Color

CSS Border color for the above div is #fd42ca

HTML with inline CSS

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

CSS Border Left color for the above div is #fd42ca

HTML with inline CSS

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

CSS Border Right color for the above div is #fd42ca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd42ca

HTML with inline CSS

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

CSS Border Top color for the above div is #fd42ca

HTML with inline CSS

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

#fd42ca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd42ca Color code Preview on White Background

This is how #fd42ca Color code will look on white background color. Color contrast ratio is 3.08

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

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.