crispedge.com

Color picker

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

#f172a3 hex color - Red - Warm color - Information

#f172a3 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f172a3 Color code in RGB color code model is created after adding 94.51% red color, 44.71% green color and 63.92% blue color. Hex #f172a3 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 53% magenta, 32% yellow and 5% black.

Hex #f172a3 color code is between #ee77aa web safe hex color code and #ff6699 web safe hex color code. #ee77aa is the nearest web safe color code. You can see here many more shades of #f172a3 color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codef172a3#f172a3
RGB Decimal241, 114, 163rgb(241, 114, 163)
RGB Percent95%, 45%, 64%rgb(95%, 45%, 64%)
CSS RGBa241, 114, 163,1rgba(241,114,163,1)
CMYK Modelcmyk(0%,53%,32%,5%)
HSL Color Space337,82% ,70%hsl(337,82% ,70%)
HSV Color Space337°, 53%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100010111001010100011
Octal361162243
Decimal241114163
Hexf172a3

Different shades of #f172a3 color code.

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

Light Shade of #f172a3
#f6a0c1
Dark Shade of #f172a3
#ec4485
Saturated Shade of #f172a3
#f96aa1
Desaturated Shade of #f172a3
#e97aa5
Grey scale Shade of #f172a3
#b1b1b1
Brighten Shade
#ff8bbc
Most Readable Shade
#000000

Shades of #f172a3 color code

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

#f172a3
#d66590
#bb587e
#a04c6c
#853f5a
#6b3248
#502636
#351924
#1a0c12
#000000

Similar Color like #f172a3 color

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

#f273a4
#f374a5
#f475a6
#f576a7
#f677a8
#f778a9
#f879aa
#f97aab
#fa7bac
#fb7cad
#fc7dae
#fd7eaf
#fe7fb0
#ff80b1
#f071a2
#ef70a1
#ee6fa0
#ed6e9f
#ec6d9e
#eb6c9d
#ea6b9c
#e96a9b
#e8699a
#e76899
#e66798
#e56697
#e46596
#e36495

Monochromatic Color with #f172a3

#f172a3
#1c0d13
#472230
#71364d
#9c4a6a
#c65e86

Tints of #f172a3 Color

#f172a3
#f281ad
#f491b7
#f5a1c1
#f7b0cb
#f8c0d6
#fad0e0
#fbdfea
#fdeff4
#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

#f172a3
#72f1c0

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

Split Complementary

#f172a3
#72f181
#72e2f1

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

Analogous Color

#f172d6
#f172bc
#f172a3
#f1728a
#f17472

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

#f172a3
#a3f172
#72a3f1

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

#f172a3
#e2f172
#72f1c0
#8072f1

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

#f172a3
#72f1c0
#72e2f1
#f18172

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

#f172a3 Color Code Preview on Black Background Color

This is how #f172a3 Color will look on black background color. Color contrast ratio is 7.68

#f172a3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f172a3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f172a3

#f172a3 color code is use for CSS Background Color

Background color for the above div is #f172a3

HTML with inline CSS

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

#f172a3 color code is use for CSS Border Color

CSS Border color for the above div is #f172a3

HTML with inline CSS

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

CSS Border Left color for the above div is #f172a3

HTML with inline CSS

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

CSS Border Right color for the above div is #f172a3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f172a3

HTML with inline CSS

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

CSS Border Top color for the above div is #f172a3

HTML with inline CSS

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

#f172a3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f172a3 Color code Preview on White Background

This is how #f172a3 Color code will look on white background color. Color contrast ratio is 2.74

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.