COLOR #F59BDD

HEX: #F59BDD RGB: (245,155,221)

Color info

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

RGB color model

#F59BDD color RGB value is (245,155,221).

RGB: (245,155,221) (96%, 61%, 87%)

RGB channels and saturation

R 245 of 255 = 96%
G 155 of 255 = 61%
B 221 of 255 = 87%

245
155
221

R + G + B ~ 81%. #F59BDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 155 + 221 = 621 (100%)
R 245 of 621 ~ 39.45%
G 155 of 621 ~ 24.96%
B 221 of 621 ~ 35.59'%

%39.45
%24.96
%35.59

CMYK color model

#F59BDD color CMYK value is (0,37,10,4).

  • cyan value is 0.00%
  • magenta value is 36.73%
  • yellow value is 9.80%
  • key color value is 3.92%
CMYK: (0,37,10,4) C0M37Y10K4 (0%,37%,10%,4%) (0.00/0.37/0.10/0.04) 

CMYK percentages

%0
%36.73
%9.8
%3.92

Codes

Color #F59BDD in popluar color models

F5 9B DD
RGB 245 155 221
HSL 316° 81.82% 78.43%
HSB/HSV 316° 36.73% 96.08%
CMYK 0.00% 36.73% 9.80%
3.92%

Color #F59BDD in popluar number systems.

HEX F5 9B DD
Decimal 245 155 221
Binary 11110101 10011011 11011101
Octal 365 233 335

Shades and tints

Shades of #F59BDD

#F59BDD
(245,155,221)
#DF8DC9
(223,141,201)
#C97FB5
(201,127,181)
#B371A1
(179,113,161)
#9D638D
(157,99,141)
#875579
(135,85,121)
#714765
(113,71,101)
#5B3951
(91,57,81)
#452B3D
(69,43,61)
#2F1D29
(47,29,41)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #F59BDD

#F59BDD
(245,155,221)
#F5A4E0
(245,164,224)
#F5ADE3
(245,173,227)
#F5B6E6
(245,182,230)
#F5BFE9
(245,191,233)
#F5C8EC
(245,200,236)
#F5D1EF
(245,209,239)
#F5DAF2
(245,218,242)
#F5E3F5
(245,227,245)
#F5ECF8
(245,236,248)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F59BDD color. Also use rgb(245,155,221) instead hex code.

Text Font Color

.myTextColor { color: #F59BDD; }

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

This text font color is #F59BDD.

Background Color

.myBgColor { background-color: #F59BDD; }

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

This div background color is #F59BDD.

Border color

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

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

This div border color is #F59BDD.

Opacity

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

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

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

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

This text has shadow with #F59BDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F59BDD.

Preview

Color preview on black background

This text has color #F59BDD on black background.


Color preview on white background

This text has color #F59BDD on white background.


Black color preview on #F59BDD background

This text has black color on #F59BDD background.


White color preview on #F59BDD background

This text has white color on #F59BDD background.


Related colors

Complementary color

Complementary color for #hex is #0A6422.


I love getcolorcode.com

Triadic colors

1 #DDF59B and #9BDDF5 with #F59BDD are triadic colors.

2 #DD9BF5 and #9BF5DD with #F59BDD are triadic colors.