crispedge.com

Color picker

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

#f143cc hex color - Red - Warm color - Information

#f143cc hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f143cc Color code in RGB color code model is created after adding 94.51% red color, 26.27% green color and 80% blue color. Hex #f143cc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 72% magenta, 15% yellow and 5% black.

Hex #f143cc color code is between #ee44bb web safe hex color code and #ff33dd web safe hex color code. #ee44bb is the nearest web safe color code. You can see here many more shades of #f143cc color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef143cc#f143cc
RGB Decimal241, 67, 204rgb(241, 67, 204)
RGB Percent95%, 26%, 80%rgb(95%, 26%, 80%)
CSS RGBa241, 67, 204,1rgba(241,67,204,1)
CMYK Modelcmyk(0%,72%,15%,5%)
HSL Color Space313,86% ,60%hsl(313,86% ,60%)
HSV Color Space313°, 72%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100010100001111001100
Octal361103314
Decimal24167204
Hexf143cc

Different shades of #f143cc color code.

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

Light Shade of #f143cc
#f572d9
Dark Shade of #f143cc
#ed14bf
Saturated Shade of #f143cc
#fb39d2
Desaturated Shade of #f143cc
#e74dc6
Grey scale Shade of #f143cc
#9a9a9a
Brighten Shade
#ff5ce5
Most Readable Shade
#000000

Shades of #f143cc color code

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

#f143cc
#d63bb5
#bb349e
#a02c88
#852571
#6b1d5a
#501644
#350e2d
#1a0716
#000000

Similar Color like #f143cc color

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

#f244cd
#f345ce
#f446cf
#f547d0
#f648d1
#f749d2
#f84ad3
#f94bd4
#fa4cd5
#fb4dd6
#fc4ed7
#fd4fd8
#fe50d9
#ff51da
#f042cb
#ef41ca
#ee40c9
#ed3fc8
#ec3ec7
#eb3dc6
#ea3cc5
#e93bc4
#e83ac3
#e739c2
#e638c1
#e537c0
#e436bf
#e335be

Monochromatic Color with #f143cc

#f143cc
#1c0818
#47143c
#712060
#9c2b84
#c637a8

Tints of #f143cc Color

#f143cc
#f257d1
#f46cd7
#f581dd
#f796e2
#f8abe8
#fac0ee
#fbd5f3
#fdeaf9
#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

#f143cc
#43f168

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

Split Complementary

#f143cc
#75f143
#43f1bf

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

Analogous Color

#d043f1
#f143ef
#f143cc
#f143a9
#f14386

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

#f143cc
#ccf143
#43ccf1

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

#f143cc
#f1bf43
#43f168
#4375f1

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

#f143cc
#43f168
#43f1bf
#f14375

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

#f143cc Color Code Preview on Black Background Color

This is how #f143cc Color will look on black background color. Color contrast ratio is 6.41

#f143cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f143cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f143cc

#f143cc color code is use for CSS Background Color

Background color for the above div is #f143cc

HTML with inline CSS

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

#f143cc color code is use for CSS Border Color

CSS Border color for the above div is #f143cc

HTML with inline CSS

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

CSS Border Left color for the above div is #f143cc

HTML with inline CSS

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

CSS Border Right color for the above div is #f143cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f143cc

HTML with inline CSS

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

CSS Border Top color for the above div is #f143cc

HTML with inline CSS

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

#f143cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f143cc Color code Preview on White Background

This is how #f143cc Color code will look on white background color. Color contrast ratio is 3.27

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

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.