COLOR #F58DEF

HEX: #F58DEF RGB: (245,141,239)

Color info

#F58DEF contains mainly red and blue colors. Web safe color of #F58DEF is #FF99FF (or #F9F).

RGB color model

#F58DEF color RGB value is (245,141,239).

RGB: (245,141,239) (96%, 55%, 94%)

RGB channels and saturation

R 245 of 255 = 96%
G 141 of 255 = 55%
B 239 of 255 = 94%

245
141
239

R + G + B ~ 82%. #F58DEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 141 + 239 = 625 (100%)
R 245 of 625 ~ 39.2%
G 141 of 625 ~ 22.56%
B 239 of 625 ~ 38.24'%

%39.2
%22.56
%38.24

CMYK color model

#F58DEF color CMYK value is (0,42,2,4).

  • cyan value is 0.00%
  • magenta value is 42.45%
  • yellow value is 2.45%
  • key color value is 3.92%

CMYK: (0,42,2,4)
C0M42Y2K4 (0%, 42%, 2%, 4%)
(0.00 / 0.42 / 0.02 / 0.04)

CMYK percentages

%0
%42.45
%2.45
%3.92

Codes

Color #F58DEF in popluar color models

F5 8D EF
RGB 245 141 239
HSL 303° 83.87% 75.69%
HSB/HSV 303° 42.45% 96.08%
CMYK 0.00% 42.45% 2.45%
3.92%

Color #F58DEF in popluar number systems.

HEX F5 8D EF
Decimal 245 141 239
Binary 11110101 10001101 11101111
Octal 365 215 357

Shades and tints

Shades of #F58DEF

#F58DEF
(245,141,239)
#DF81DA
(223,129,218)
#C975C5
(201,117,197)
#B369B0
(179,105,176)
#9D5D9B
(157,93,155)
#875186
(135,81,134)
#714571
(113,69,113)
#5B395C
(91,57,92)
#452D47
(69,45,71)
#2F2132
(47,33,50)
#19151D
(25,21,29)
#000000
(0,0,0)

Tints of #F58DEF

#F58DEF
(245,141,239)
#F597F0
(245,151,240)
#F5A1F1
(245,161,241)
#F5ABF2
(245,171,242)
#F5B5F3
(245,181,243)
#F5BFF4
(245,191,244)
#F5C9F5
(245,201,245)
#F5D3F6
(245,211,246)
#F5DDF7
(245,221,247)
#F5E7F8
(245,231,248)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F58DEF; }

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

This text font color is #F58DEF.

Background Color

.myBgColor { background-color: #F58DEF; }

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

This div background color is #F58DEF.

Border color

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

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

This div border color is #F58DEF.

Opacity

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

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

Text with #F58DEF 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 #F58DEF;}

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

This text has shadow with #F58DEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F58DEF.

Preview

Color preview on black background

This text has color #F58DEF on black background.


Color preview on white background

This text has color #F58DEF on white background.


Black color preview on #F58DEF background

This text has black color on #F58DEF background.


White color preview on #F58DEF background

This text has white color on #F58DEF background.


Related colors

Complementary color

Complementary color for #hex is #0A7210.


I love getcolorcode.com

Triadic colors

1 #EFF58D and #8DEFF5 with #F58DEF are triadic colors.

2 #EF8DF5 and #8DF5EF with #F58DEF are triadic colors.