crispedge.com

Color picker

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

#fc95f0 hex color - Red - Warm color - Information

#fc95f0 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fc95f0 Color code in RGB color code model is created after adding 98.82% red color, 58.43% green color and 94.12% blue color. Hex #fc95f0 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 41% magenta, 5% yellow and 1% black.

Hex #fc95f0 color code is between #ff99ee web safe hex color code and #ee88ff web safe hex color code. #ff99ee is the nearest web safe color code. You can see here many more shades of #fc95f0 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefc95f0#fc95f0
RGB Decimal252, 149, 240rgb(252, 149, 240)
RGB Percent99%, 58%, 94%rgb(99%, 58%, 94%)
CSS RGBa252, 149, 240,1rgba(252,149,240,1)
CMYK Modelcmyk(0%,41%,5%,1%)
HSL Color Space307,94% ,79%hsl(307,94% ,79%)
HSV Color Space307°, 41%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001001010111110000
Octal374225360
Decimal252149240
Hexfc95f0

Different shades of #fc95f0 color code.

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

Light Shade of #fc95f0
#fdc7f7
Dark Shade of #fc95f0
#fb63e9
Saturated Shade of #fc95f0
#ff92f2
Desaturated Shade of #fc95f0
#f79aec
Grey scale Shade of #fc95f0
#c8c8c8
Brighten Shade
#ffaeff
Most Readable Shade
#000000

Shades of #fc95f0 color code

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

#fc95f0
#e084d5
#c473ba
#a863a0
#8c5285
#70426a
#543150
#382135
#1c101a
#000000

Similar Color like #fc95f0 color

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

#fd96f1
#fe97f2
#ff98f3
#ff99f4
#ff9af5
#ff9bf6
#ff9cf7
#ff9df8
#ff9ef9
#ff9ffa
#ffa0fb
#ffa1fc
#ffa2fd
#ffa3fe
#fb94ef
#fa93ee
#f992ed
#f891ec
#f790eb
#f68fea
#f58ee9
#f48de8
#f38ce7
#f28be6
#f18ae5
#f089e4
#ef88e3
#ee87e2

Monochromatic Color with #fc95f0

#fc95f0
#271726
#52304e
#7c4a77
#a7639f
#d17cc8

Tints of #fc95f0 Color

#fc95f0
#fca0f1
#fcacf3
#fdb8f5
#fdc4f6
#fdcff8
#fedbfa
#fee7fb
#fef3fd
#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

#fc95f0
#95fca1

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

Split Complementary

#fc95f0
#bcfc95
#95fcd5

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

Analogous Color

#df95fc
#f395fc
#fc95f0
#fc95db
#fc95c7

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

#fc95f0
#f0fc95
#95f0fc

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

#fc95f0
#fcd495
#95fca1
#95bcfc

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

#fc95f0
#95fca1
#95fcd5
#fc95bc

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

#fc95f0 Color Code Preview on Black Background Color

This is how #fc95f0 Color will look on black background color. Color contrast ratio is 10.70

#fc95f0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc95f0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc95f0

#fc95f0 color code is use for CSS Background Color

Background color for the above div is #fc95f0

HTML with inline CSS

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

#fc95f0 color code is use for CSS Border Color

CSS Border color for the above div is #fc95f0

HTML with inline CSS

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

CSS Border Left color for the above div is #fc95f0

HTML with inline CSS

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

CSS Border Right color for the above div is #fc95f0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fc95f0

HTML with inline CSS

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

CSS Border Top color for the above div is #fc95f0

HTML with inline CSS

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

#fc95f0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fc95f0 Color code Preview on White Background

This is how #fc95f0 Color code will look on white background color. Color contrast ratio is 1.96

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

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.