crispedge.com

Color picker

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

#fa78c6 hex color - Orange - Warm color - Information

#fa78c6 hex color - Orange - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Orange

Hex #fa78c6 Color code in RGB color code model is created after adding 98.04% red color, 47.06% green color and 77.65% blue color. Hex #fa78c6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 52% magenta, 21% yellow and 2% black.

Hex #fa78c6 color code is between #ff77cc web safe hex color code and #ee88bb web safe hex color code. #ff77cc is the nearest web safe color code. You can see here many more shades of #fa78c6 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefa78c6#fa78c6
RGB Decimal250, 120, 198rgb(250, 120, 198)
RGB Percent98%, 47%, 78%rgb(98%, 47%, 78%)
CSS RGBa250, 120, 198,1rgba(250,120,198,1)
CMYK Modelcmyk(0%,52%,21%,2%)
HSL Color Space324,93% ,73%hsl(324,93% ,73%)
HSV Color Space324°, 52%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110100111100011000110
Octal372170306
Decimal250120198
Hexfa78c6

Different shades of #fa78c6 color code.

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

Light Shade of #fa78c6
#fca9db
Dark Shade of #fa78c6
#f847b1
Saturated Shade of #fa78c6
#ff73c7
Desaturated Shade of #fa78c6
#f37fc5
Grey scale Shade of #fa78c6
#b9b9b9
Brighten Shade
#ff91df
Most Readable Shade
#000000

Shades of #fa78c6 color code

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

#fa78c6
#de6ab0
#c25d9a
#a65084
#8a426e
#6f3558
#532842
#371a2c
#1b0d16
#000000

Similar Color like #fa78c6 color

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

#fb79c7
#fc7ac8
#fd7bc9
#fe7cca
#ff7dcb
#ff7ecc
#ff7fcd
#ff80ce
#ff81cf
#ff82d0
#ff83d1
#ff84d2
#ff85d3
#ff86d4
#f977c5
#f876c4
#f775c3
#f674c2
#f573c1
#f472c0
#f371bf
#f270be
#f16fbd
#f06ebc
#ef6dbb
#ee6cba
#ed6bb9
#ec6ab8

Monochromatic Color with #fa78c6

#fa78c6
#25121e
#50263f
#7a3b61
#a54f83
#cf64a4

Tints of #fa78c6 Color

#fa78c6
#fa87cc
#fb96d2
#fba5d9
#fcb4df
#fcc3e5
#fdd2ec
#fde1f2
#fef0f8
#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

#fa78c6
#78faac

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

Split Complementary

#fa78c6
#85fa78
#78faed

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

Analogous Color

#fa78fa
#fa78e0
#fa78c6
#fa78ac
#fa7892

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

#fa78c6
#c6fa78
#78c6fa

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

#fa78c6
#faed78
#78faac
#7885fa

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

#fa78c6
#78faac
#78faed
#fa7885

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

#fa78c6 Color Code Preview on Black Background Color

This is how #fa78c6 Color will look on black background color. Color contrast ratio is 8.57

#fa78c6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa78c6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa78c6

#fa78c6 color code is use for CSS Background Color

Background color for the above div is #fa78c6

HTML with inline CSS

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

#fa78c6 color code is use for CSS Border Color

CSS Border color for the above div is #fa78c6

HTML with inline CSS

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

CSS Border Left color for the above div is #fa78c6

HTML with inline CSS

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

CSS Border Right color for the above div is #fa78c6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa78c6

HTML with inline CSS

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

CSS Border Top color for the above div is #fa78c6

HTML with inline CSS

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

#fa78c6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa78c6 Color code Preview on White Background

This is how #fa78c6 Color code will look on white background color. Color contrast ratio is 2.45

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

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.