crispedge.com

Color picker

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

#ff3059 hex color - Red - Warm color - Information

#ff3059 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #ff3059 Color code in RGB color code model is created after adding 100% red color, 18.82% green color and 34.9% blue color. Hex #ff3059 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 81% magenta, 65% yellow and 0% black.

Hex #ff3059 color code is between #ee3355 web safe hex color code and #dd2266 web safe hex color code. #ee3355 is the nearest web safe color code. You can see here many more shades of #ff3059 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeff3059#ff3059
RGB Decimal255, 48, 89rgb(255, 48, 89)
RGB Percent100%, 19%, 35%rgb(100%, 19%, 35%)
CSS RGBa255, 48, 89,1rgba(255,48,89,1)
CMYK Modelcmyk(0%,81%,65%,0%)
HSL Color Space348,100% ,59%hsl(348,100% ,59%)
HSV Color Space348°, 81%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111110011000001011001
Octal37760131
Decimal2554889
Hexff3059

Different shades of #ff3059 color code.

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

Light Shade of #ff3059
#ff6382
Dark Shade of #ff3059
#fc0032
Saturated Shade of #ff3059
#ff3059
Desaturated Shade of #ff3059
#f53a5f
Grey scale Shade of #ff3059
#979797
Brighten Shade
#ff4972
Most Readable Shade
#FFFFFF

Shades of #ff3059 color code

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

#ff3059
#e22a4f
#c62545
#aa203b
#8d1a31
#711527
#55101d
#380a13
#1c0509
#000000

Similar Color like #ff3059 color

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

#ff315a
#ff325b
#ff335c
#ff345d
#ff355e
#ff365f
#ff3760
#ff3861
#ff3962
#ff3a63
#ff3b64
#ff3c65
#ff3d66
#ff3e67
#fe2f58
#fd2e57
#fc2d56
#fb2c55
#fa2b54
#f92a53
#f82952
#f72851
#f62750
#f5264f
#f4254e
#f3244d
#f2234c
#f1224b

Monochromatic Color with #ff3059

#ff3059
#2a080f
#55101e
#80182d
#aa203b
#d4284a

Tints of #ff3059 Color

#ff3059
#ff476b
#ff5e7d
#ff7590
#ff8ca2
#ffa3b5
#ffbac7
#ffd1da
#ffe8ec
#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

#ff3059
#30ffd6

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

Split Complementary

#ff3059
#30ff6e
#30c1ff

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

Analogous Color

#ff30ac
#ff3082
#ff3059
#ff3030
#ff5a30

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

#ff3059
#59ff30
#3059ff

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

#ff3059
#c0ff30
#30ffd6
#6e30ff

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

#ff3059
#30ffd6
#30c1ff
#ff6e30

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

#ff3059 Color Code Preview on Black Background Color

This is how #ff3059 Color will look on black background color. Color contrast ratio is 5.82

#ff3059 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff3059

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff3059

#ff3059 color code is use for CSS Background Color

Background color for the above div is #ff3059

HTML with inline CSS

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

#ff3059 color code is use for CSS Border Color

CSS Border color for the above div is #ff3059

HTML with inline CSS

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

CSS Border Left color for the above div is #ff3059

HTML with inline CSS

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

CSS Border Right color for the above div is #ff3059

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff3059

HTML with inline CSS

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

CSS Border Top color for the above div is #ff3059

HTML with inline CSS

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

#ff3059 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff3059 Color code Preview on White Background

This is how #ff3059 Color code will look on white background color. Color contrast ratio is 3.61

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

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.