COLOR #F59DCD

HEX: #F59DCD RGB: (245,157,205)

Color info

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

RGB color model

#F59DCD color RGB value is (245,157,205).

RGB: (245,157,205) (96%, 62%, 80%)

RGB channels and saturation

R 245 of 255 = 96%
G 157 of 255 = 62%
B 205 of 255 = 80%

245
157
205

R + G + B ~ 79%. #F59DCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 157 + 205 = 607 (100%)
R 245 of 607 ~ 40.36%
G 157 of 607 ~ 25.86%
B 205 of 607 ~ 33.77'%

%40.36
%25.86
%33.77

CMYK color model

#F59DCD color CMYK value is (0,36,16,4).

  • cyan value is 0.00%
  • magenta value is 35.92%
  • yellow value is 16.33%
  • key color value is 3.92%

CMYK: (0,36,16,4)
C0M36Y16K4 (0%, 36%, 16%, 4%)
(0.00 / 0.36 / 0.16 / 0.04)

CMYK percentages

%0
%35.92
%16.33
%3.92

Codes

Color #F59DCD in popluar color models

F5 9D CD
RGB 245 157 205
HSL 327° 81.48% 78.82%
HSB/HSV 327° 35.92% 96.08%
CMYK 0.00% 35.92% 16.33%
3.92%

Color #F59DCD in popluar number systems.

HEX F5 9D CD
Decimal 245 157 205
Binary 11110101 10011101 11001101
Octal 365 235 315

Shades and tints

Shades of #F59DCD

#F59DCD
(245,157,205)
#DF8FBB
(223,143,187)
#C981A9
(201,129,169)
#B37397
(179,115,151)
#9D6585
(157,101,133)
#875773
(135,87,115)
#714961
(113,73,97)
#5B3B4F
(91,59,79)
#452D3D
(69,45,61)
#2F1F2B
(47,31,43)
#191119
(25,17,25)
#000000
(0,0,0)

Tints of #F59DCD

#F59DCD
(245,157,205)
#F5A5D1
(245,165,209)
#F5ADD5
(245,173,213)
#F5B5D9
(245,181,217)
#F5BDDD
(245,189,221)
#F5C5E1
(245,197,225)
#F5CDE5
(245,205,229)
#F5D5E9
(245,213,233)
#F5DDED
(245,221,237)
#F5E5F1
(245,229,241)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F59DCD color. Also use rgb(245,157,205) instead hex code.

Text Font Color

.myTextColor { color: #F59DCD; }

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

This text font color is #F59DCD.

Background Color

.myBgColor { background-color: #F59DCD; }

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

This div background color is #F59DCD.

Border color

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

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

This div border color is #F59DCD.

Opacity

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

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

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

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

This text has shadow with #F59DCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F59DCD.

Preview

Color preview on black background

This text has color #F59DCD on black background.


Color preview on white background

This text has color #F59DCD on white background.


Black color preview on #F59DCD background

This text has black color on #F59DCD background.


White color preview on #F59DCD background

This text has white color on #F59DCD background.


Related colors

Complementary color

Complementary color for #hex is #0A6232.


I love getcolorcode.com

Triadic colors

1 #CDF59D and #9DCDF5 with #F59DCD are triadic colors.

2 #CD9DF5 and #9DF5CD with #F59DCD are triadic colors.