crispedge.com

Color picker

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

#f744ca hex color - Red - Warm color - Information

#f744ca hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f744ca Color code in RGB color code model is created after adding 96.86% red color, 26.67% green color and 79.22% blue color. Hex #f744ca Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 72% magenta, 18% yellow and 3% black.

Hex #f744ca color code is between #ff33cc web safe hex color code and #ee55bb web safe hex color code. #ff33cc is the nearest web safe color code. You can see here many more shades of #f744ca color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef744ca#f744ca
RGB Decimal247, 68, 202rgb(247, 68, 202)
RGB Percent97%, 27%, 79%rgb(97%, 27%, 79%)
CSS RGBa247, 68, 202,1rgba(247,68,202,1)
CMYK Modelcmyk(0%,72%,18%,3%)
HSL Color Space315,92% ,62%hsl(315,92% ,62%)
HSV Color Space315°, 72%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101110100010011001010
Octal367104312
Decimal24768202
Hexf744ca

Different shades of #f744ca color code.

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

Light Shade of #f744ca
#f975d8
Dark Shade of #f744ca
#f513bc
Saturated Shade of #f744ca
#ff3cce
Desaturated Shade of #f744ca
#ed4ec5
Grey scale Shade of #f744ca
#9d9d9d
Brighten Shade
#ff5de3
Most Readable Shade
#000000

Shades of #f744ca color code

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

#f744ca
#db3cb3
#c0349d
#a42d86
#892570
#6d1e59
#521643
#360f2c
#1b0716
#000000

Similar Color like #f744ca color

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

#f845cb
#f946cc
#fa47cd
#fb48ce
#fc49cf
#fd4ad0
#fe4bd1
#ff4cd2
#ff4dd3
#ff4ed4
#ff4fd5
#ff50d6
#ff51d7
#ff52d8
#f643c9
#f542c8
#f441c7
#f340c6
#f23fc5
#f13ec4
#f03dc3
#ef3cc2
#ee3bc1
#ed3ac0
#ec39bf
#eb38be
#ea37bd
#e936bc

Monochromatic Color with #f744ca

#f744ca
#22091c
#4d153f
#772162
#a22d84
#cc38a7

Tints of #f744ca Color

#f744ca
#f758cf
#f86dd5
#f982db
#fa97e1
#fbabe7
#fcc0ed
#fdd5f3
#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

#f744ca
#44f771

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

Split Complementary

#f744ca
#71f744
#44f7ca

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

Analogous Color

#dc44f7
#f744ee
#f744ca
#f744a6
#f74482

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

#f744ca
#caf744
#44caf7

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

#f744ca
#f7ca44
#44f771
#4470f7

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

#f744ca
#44f771
#44f7ca
#f74471

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

#f744ca Color Code Preview on Black Background Color

This is how #f744ca Color will look on black background color. Color contrast ratio is 6.63

#f744ca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f744ca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f744ca

#f744ca color code is use for CSS Background Color

Background color for the above div is #f744ca

HTML with inline CSS

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

#f744ca color code is use for CSS Border Color

CSS Border color for the above div is #f744ca

HTML with inline CSS

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

CSS Border Left color for the above div is #f744ca

HTML with inline CSS

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

CSS Border Right color for the above div is #f744ca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f744ca

HTML with inline CSS

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

CSS Border Top color for the above div is #f744ca

HTML with inline CSS

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

#f744ca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f744ca Color code Preview on White Background

This is how #f744ca Color code will look on white background color. Color contrast ratio is 3.17

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

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.