COLOR #F58DE1

HEX: #F58DE1 RGB: (245,141,225)

Color info

#F58DE1 contains mainly red and blue colors. Web safe color of #F58DE1 is #FF99CC (or #F9C).

RGB color model

#F58DE1 color RGB value is (245,141,225).

RGB: (245,141,225) (96%, 55%, 88%)

RGB channels and saturation

R 245 of 255 = 96%
G 141 of 255 = 55%
B 225 of 255 = 88%

245
141
225

R + G + B ~ 80%. #F58DE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 141 + 225 = 611 (100%)
R 245 of 611 ~ 40.1%
G 141 of 611 ~ 23.08%
B 225 of 611 ~ 36.82'%

%40.1
%23.08
%36.82

CMYK color model

#F58DE1 color CMYK value is (0,42,8,4).

  • cyan value is 0.00%
  • magenta value is 42.45%
  • yellow value is 8.16%
  • key color value is 3.92%
CMYK: (0,42,8,4) C0M42Y8K4 (0%,42%,8%,4%) (0.00/0.42/0.08/0.04) 

CMYK percentages

%0
%42.45
%8.16
%3.92

Codes

Color #F58DE1 in popluar color models

F5 8D E1
RGB 245 141 225
HSL 312° 83.87% 75.69%
HSB/HSV 312° 42.45% 96.08%
CMYK 0.00% 42.45% 8.16%
3.92%

Color #F58DE1 in popluar number systems.

HEX F5 8D E1
Decimal 245 141 225
Binary 11110101 10001101 11100001
Octal 365 215 341

Shades and tints

Shades of #F58DE1

#F58DE1
(245,141,225)
#DF81CD
(223,129,205)
#C975B9
(201,117,185)
#B369A5
(179,105,165)
#9D5D91
(157,93,145)
#87517D
(135,81,125)
#714569
(113,69,105)
#5B3955
(91,57,85)
#452D41
(69,45,65)
#2F212D
(47,33,45)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #F58DE1

#F58DE1
(245,141,225)
#F597E3
(245,151,227)
#F5A1E5
(245,161,229)
#F5ABE7
(245,171,231)
#F5B5E9
(245,181,233)
#F5BFEB
(245,191,235)
#F5C9ED
(245,201,237)
#F5D3EF
(245,211,239)
#F5DDF1
(245,221,241)
#F5E7F3
(245,231,243)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F58DE1 color. Also use rgb(245,141,225) instead hex code.

Text Font Color

.myTextColor { color: #F58DE1; }

<p style="color:#F58DE1">This sample text font color is #F58DE1.</p>

This text font color is #F58DE1.

Background Color

.myBgColor { background-color: #F58DE1; }

<div style="background-color:#F58DE1">Inner text</div>

This div background color is #F58DE1.

Border color

.myBorderColor { border: 1px solid #F58DE1; }

<div style="border:3px solid #F58DE1">Div</div>

This div border color is #F58DE1.

Opacity

.myOpacity80 { color: #F58DE1; opacity: 0.8; }

<p style="color:#F58DE1;opacity:0.8;">80%</p>

Text with #F58DE1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F58DE1;}

<p style="text-shadow: 3px 3px 1px #F58DE1">Text here.</p>

This text has shadow with #F58DE1 color.


.textShadow {text-shadow: 3px 3px 1px #F58DE1', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F58DE1, 5px 5px 20px red">Text here.</p>

This text has shadow with #F58DE1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F58DE1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F58DE1, Direction=45, Strength=4)">Text</p>

This text has shadow with #F58DE1 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F58DE1;
-webkit-box-shadow: 1px 1px 3px 2px #F58DE1;
box-shadow: 1px 1px 3px 2px #F58DE1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F58DE1; -webkit-box-shadow: 1px 1px 3px 2px #F58DE1; box-shadow:1px 1px 3px 2px #F58DE1;">
Div content here
</div>

This div box has shadow with color #F58DE1.

Preview

Color preview on black background

This text has color #F58DE1 on black background.


Color preview on white background

This text has color #F58DE1 on white background.


Black color preview on #F58DE1 background

This text has black color on #F58DE1 background.


White color preview on #F58DE1 background

This text has white color on #F58DE1 background.


Related colors

Complementary color

Complementary color for #hex is #0A721E.


I love getcolorcode.com

Triadic colors

1 #E1F58D and #8DE1F5 with #F58DE1 are triadic colors.

2 #E18DF5 and #8DF5E1 with #F58DE1 are triadic colors.