crispedge.com

Color picker

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

#ff9fc1 hex color - Red - Warm color - Information

#ff9fc1 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ff9fc1 Color code in RGB color code model is created after adding 100% red color, 62.35% green color and 75.69% blue color. Hex #ff9fc1 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 38% magenta, 24% yellow and 0% black.

Hex #ff9fc1 color code is between #ee99bb web safe hex color code and #ddaacc web safe hex color code. #ee99bb is the nearest web safe color code. You can see here many more shades of #ff9fc1 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeff9fc1#ff9fc1
RGB Decimal255, 159, 193rgb(255, 159, 193)
RGB Percent100%, 62%, 76%rgb(100%, 62%, 76%)
CSS RGBa255, 159, 193,1rgba(255,159,193,1)
CMYK Modelcmyk(0%,38%,24%,0%)
HSL Color Space339,100% ,81%hsl(339,100% ,81%)
HSV Color Space339°, 38%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111001111111000001
Octal377237301
Decimal255159193
Hexff9fc1

Different shades of #ff9fc1 color code.

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

Light Shade of #ff9fc1
#ffd2e2
Dark Shade of #ff9fc1
#ff6ca0
Saturated Shade of #ff9fc1
#ff9fc1
Desaturated Shade of #ff9fc1
#faa4c2
Grey scale Shade of #ff9fc1
#cfcfcf
Brighten Shade
#ffb8da
Most Readable Shade
#000000

Shades of #ff9fc1 color code

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

#ff9fc1
#e28dab
#c67b96
#aa6a80
#8d586b
#714655
#553540
#38232a
#1c1115
#000000

Similar Color like #ff9fc1 color

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

#ffa0c2
#ffa1c3
#ffa2c4
#ffa3c5
#ffa4c6
#ffa5c7
#ffa6c8
#ffa7c9
#ffa8ca
#ffa9cb
#ffaacc
#ffabcd
#ffacce
#ffadcf
#fe9ec0
#fd9dbf
#fc9cbe
#fb9bbd
#fa9abc
#f999bb
#f898ba
#f797b9
#f696b8
#f595b7
#f494b6
#f393b5
#f292b4
#f191b3

Monochromatic Color with #ff9fc1

#ff9fc1
#2a1a20
#553540
#805061
#aa6a81
#d485a1

Tints of #ff9fc1 Color

#ff9fc1
#ffa9c7
#ffb4ce
#ffbfd5
#ffc9dc
#ffd4e3
#ffdfea
#ffe9f1
#fff4f8
#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

#ff9fc1
#9fffdd

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

Split Complementary

#ff9fc1
#9fffad
#9ff1ff

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

Analogous Color

#ff9fe7
#ff9fd4
#ff9fc1
#ff9fae
#ffa39f

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

#ff9fc1
#c1ff9f
#9fc1ff

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

#ff9fc1
#f1ff9f
#9fffdd
#ad9fff

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

#ff9fc1
#9fffdd
#9ff1ff
#ffad9f

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

#ff9fc1 Color Code Preview on Black Background Color

This is how #ff9fc1 Color will look on black background color. Color contrast ratio is 10.98

#ff9fc1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff9fc1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff9fc1

#ff9fc1 color code is use for CSS Background Color

Background color for the above div is #ff9fc1

HTML with inline CSS

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

#ff9fc1 color code is use for CSS Border Color

CSS Border color for the above div is #ff9fc1

HTML with inline CSS

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

CSS Border Left color for the above div is #ff9fc1

HTML with inline CSS

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

CSS Border Right color for the above div is #ff9fc1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff9fc1

HTML with inline CSS

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

CSS Border Top color for the above div is #ff9fc1

HTML with inline CSS

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

#ff9fc1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff9fc1 Color code Preview on White Background

This is how #ff9fc1 Color code will look on white background color. Color contrast ratio is 1.91

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.