crispedge.com

Color picker

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

#ff4481 hex color - Red - Warm color - Information

#ff4481 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ff4481 Color code in RGB color code model is created after adding 100% red color, 26.67% green color and 50.59% blue color. Hex #ff4481 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 73% magenta, 49% yellow and 0% black.

Hex #ff4481 color code is between #ee3388 web safe hex color code and #dd5577 web safe hex color code. #ee3388 is the nearest web safe color code. You can see here many more shades of #ff4481 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeff4481#ff4481
RGB Decimal255, 68, 129rgb(255, 68, 129)
RGB Percent100%, 27%, 51%rgb(100%, 27%, 51%)
CSS RGBa255, 68, 129,1rgba(255,68,129,1)
CMYK Modelcmyk(0%,73%,49%,0%)
HSL Color Space340,100% ,63%hsl(340,100% ,63%)
HSV Color Space340°, 73%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111110100010010000001
Octal377104201
Decimal25568129
Hexff4481

Different shades of #ff4481 color code.

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

Light Shade of #ff4481
#ff77a3
Dark Shade of #ff4481
#ff115f
Saturated Shade of #ff4481
#ff4481
Desaturated Shade of #ff4481
#f64d84
Grey scale Shade of #ff4481
#a1a1a1
Brighten Shade
#ff5d9a
Most Readable Shade
#000000

Shades of #ff4481 color code

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

#ff4481
#e23c72
#c63464
#aa2d56
#8d2547
#711e39
#55162b
#380f1c
#1c070e
#000000

Similar Color like #ff4481 color

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

#ff4582
#ff4683
#ff4784
#ff4885
#ff4986
#ff4a87
#ff4b88
#ff4c89
#ff4d8a
#ff4e8b
#ff4f8c
#ff508d
#ff518e
#ff528f
#fe4380
#fd427f
#fc417e
#fb407d
#fa3f7c
#f93e7b
#f83d7a
#f73c79
#f63b78
#f53a77
#f43976
#f33875
#f23774
#f13673

Monochromatic Color with #ff4481

#ff4481
#2a0b15
#55172b
#802241
#aa2d56
#d4396c

Tints of #ff4481 Color

#ff4481
#ff588f
#ff6d9d
#ff82ab
#ff97b9
#ffabc7
#ffc0d5
#ffd5e3
#ffeaf1
#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

#ff4481
#44ffc2

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

Split Complementary

#ff4481
#44ff65
#44deff

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

Analogous Color

#ff44cc
#ff44a6
#ff4481
#ff445c
#ff5244

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

#ff4481
#81ff44
#4481ff

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

#ff4481
#deff44
#44ffc2
#6444ff

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

#ff4481
#44ffc2
#44deff
#ff6544

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

#ff4481 Color Code Preview on Black Background Color

This is how #ff4481 Color will look on black background color. Color contrast ratio is 6.40

#ff4481 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff4481

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff4481

#ff4481 color code is use for CSS Background Color

Background color for the above div is #ff4481

HTML with inline CSS

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

#ff4481 color code is use for CSS Border Color

CSS Border color for the above div is #ff4481

HTML with inline CSS

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

CSS Border Left color for the above div is #ff4481

HTML with inline CSS

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

CSS Border Right color for the above div is #ff4481

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff4481

HTML with inline CSS

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

CSS Border Top color for the above div is #ff4481

HTML with inline CSS

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

#ff4481 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff4481 Color code Preview on White Background

This is how #ff4481 Color code will look on white background color. Color contrast ratio is 3.28

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

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.