crispedge.com

Color picker

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

#fc14af hex color - Red - Warm color - Information

#fc14af hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fc14af Color code in RGB color code model is created after adding 98.82% red color, 7.84% green color and 68.63% blue color. Hex #fc14af Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 92% magenta, 31% yellow and 1% black.

Hex #fc14af color code is between #ff11aa web safe hex color code and #ee22bb web safe hex color code. #ff11aa is the nearest web safe color code. You can see here many more shades of #fc14af color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefc14af#fc14af
RGB Decimal252, 20, 175rgb(252, 20, 175)
RGB Percent99%, 8%, 69%rgb(99%, 8%, 69%)
CSS RGBa252, 20, 175,1rgba(252,20,175,1)
CMYK Modelcmyk(0%,92%,31%,1%)
HSL Color Space320,97% ,53%hsl(320,97% ,53%)
HSV Color Space320°, 92%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111000001010010101111
Octal37424257
Decimal25220175
Hexfc14af

Different shades of #fc14af color code.

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

Light Shade of #fc14af
#fd46c0
Dark Shade of #fc14af
#da0393
Saturated Shade of #fc14af
#ff11b0
Desaturated Shade of #fc14af
#f020ab
Grey scale Shade of #fc14af
#888888
Brighten Shade
#ff2dc8
Most Readable Shade
#FFFFFF

Shades of #fc14af color code

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

#fc14af
#e0119b
#c40f88
#a80d74
#8c0b61
#70084d
#54063a
#380426
#1c0213
#000000

Similar Color like #fc14af color

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

#fd15b0
#fe16b1
#ff17b2
#ff18b3
#ff19b4
#ff1ab5
#ff1bb6
#ff1cb7
#ff1db8
#ff1eb9
#ff1fba
#ff20bb
#ff21bc
#ff22bd
#fb13ae
#fa12ad
#f911ac
#f810ab
#f70faa
#f60ea9
#f50da8
#f40ca7
#f30ba6
#f20aa5
#f109a4
#f008a3
#ef07a2
#ee06a1

Monochromatic Color with #fc14af

#fc14af
#27031b
#520739
#7c0a56
#a70d74
#d11191

Tints of #fc14af Color

#fc14af
#fc2eb7
#fc48c0
#fd62c9
#fd7cd2
#fd96db
#feb0e4
#fecaed
#fee4f6
#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

#fc14af
#14fc61

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

Split Complementary

#fc14af
#3bfc14
#14fcd5

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

Analogous Color

#ec14fc
#fc14dd
#fc14af
#fc1481
#fc1452

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

#fc14af
#affc14
#14affc

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

#fc14af
#fcd514
#14fc61
#143bfc

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

#fc14af
#14fc61
#14fcd5
#fc143b

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

#fc14af Color Code Preview on Black Background Color

This is how #fc14af Color will look on black background color. Color contrast ratio is 5.86

#fc14af in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc14af

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc14af

#fc14af color code is use for CSS Background Color

Background color for the above div is #fc14af

HTML with inline CSS

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

#fc14af color code is use for CSS Border Color

CSS Border color for the above div is #fc14af

HTML with inline CSS

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

CSS Border Left color for the above div is #fc14af

HTML with inline CSS

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

CSS Border Right color for the above div is #fc14af

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fc14af

HTML with inline CSS

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

CSS Border Top color for the above div is #fc14af

HTML with inline CSS

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

#fc14af hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fc14af Color code Preview on White Background

This is how #fc14af Color code will look on white background color. Color contrast ratio is 3.58

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

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.