crispedge.com

Color picker

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

#fb63e2 hex color - Red - Warm color - Information

#fb63e2 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fb63e2 Color code in RGB color code model is created after adding 98.43% red color, 38.82% green color and 88.63% blue color. Hex #fb63e2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 61% magenta, 10% yellow and 2% black.

Hex #fb63e2 color code is between #ff66dd web safe hex color code and #ee55ee web safe hex color code. #ff66dd is the nearest web safe color code. You can see here many more shades of #fb63e2 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefb63e2#fb63e2
RGB Decimal251, 99, 226rgb(251, 99, 226)
RGB Percent98%, 39%, 89%rgb(98%, 39%, 89%)
CSS RGBa251, 99, 226,1rgba(251,99,226,1)
CMYK Modelcmyk(0%,61%,10%,2%)
HSL Color Space310,95% ,69%hsl(310,95% ,69%)
HSV Color Space310°, 61%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110110110001111100010
Octal373143342
Decimal25199226
Hexfb63e2

Different shades of #fb63e2 color code.

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

Light Shade of #fb63e2
#fc95eb
Dark Shade of #fb63e2
#fa31d9
Saturated Shade of #fb63e2
#ff5fe5
Desaturated Shade of #fb63e2
#f36bdd
Grey scale Shade of #fb63e2
#afafaf
Brighten Shade
#ff7cfb
Most Readable Shade
#000000

Shades of #fb63e2 color code

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

#fb63e2
#df58c8
#c34daf
#a74296
#8b377d
#6f2c64
#53214b
#371632
#1b0b19
#000000

Similar Color like #fb63e2 color

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

#fc64e3
#fd65e4
#fe66e5
#ff67e6
#ff68e7
#ff69e8
#ff6ae9
#ff6bea
#ff6ceb
#ff6dec
#ff6eed
#ff6fee
#ff70ef
#ff71f0
#fa62e1
#f961e0
#f860df
#f75fde
#f65edd
#f55ddc
#f45cdb
#f35bda
#f25ad9
#f159d8
#f058d7
#ef57d6
#ee56d5
#ed55d4

Monochromatic Color with #fb63e2

#fb63e2
#260f23
#512049
#7b316f
#a64195
#d052bc

Tints of #fb63e2 Color

#fb63e2
#fb74e5
#fb85e8
#fc97eb
#fca8ee
#fdb9f2
#fdcbf5
#fedcf8
#feedfb
#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

#fb63e2
#63fb7c

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

Split Complementary

#fb63e2
#96fb63
#63fbc8

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

Analogous Color

#d763fb
#f663fb
#fb63e2
#fb63c4
#fb63a5

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

#fb63e2
#e2fb63
#63e2fb

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

#fb63e2
#fbc863
#63fb7c
#6396fb

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

#fb63e2
#63fb7c
#63fbc8
#fb6396

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

#fb63e2 Color Code Preview on Black Background Color

This is how #fb63e2 Color will look on black background color. Color contrast ratio is 7.98

#fb63e2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb63e2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb63e2

#fb63e2 color code is use for CSS Background Color

Background color for the above div is #fb63e2

HTML with inline CSS

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

#fb63e2 color code is use for CSS Border Color

CSS Border color for the above div is #fb63e2

HTML with inline CSS

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

CSS Border Left color for the above div is #fb63e2

HTML with inline CSS

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

CSS Border Right color for the above div is #fb63e2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fb63e2

HTML with inline CSS

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

CSS Border Top color for the above div is #fb63e2

HTML with inline CSS

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

#fb63e2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fb63e2 Color code Preview on White Background

This is how #fb63e2 Color code will look on white background color. Color contrast ratio is 2.63

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

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.