COLOR #F59FB9

HEX: #F59FB9 RGB: (245,159,185)

Color info

#F59FB9 contains mainly red color. Web safe color of #F59FB9 is #FF99CC (or #F9C).

RGB color model

#F59FB9 color RGB value is (245,159,185).

RGB: (245,159,185) (96%, 62%, 73%)

RGB channels and saturation

R 245 of 255 = 96%
G 159 of 255 = 62%
B 185 of 255 = 73%

245
159
185

R + G + B ~ 77%. #F59FB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 159 + 185 = 589 (100%)
R 245 of 589 ~ 41.6%
G 159 of 589 ~ 26.99%
B 185 of 589 ~ 31.41'%

%41.6
%26.99
%31.41

CMYK color model

#F59FB9 color CMYK value is (0,35,24,4).

  • cyan value is 0.00%
  • magenta value is 35.10%
  • yellow value is 24.49%
  • key color value is 3.92%

CMYK: (0,35,24,4)
C0M35Y24K4 (0%, 35%, 24%, 4%)
(0.00 / 0.35 / 0.24 / 0.04)

CMYK percentages

%0
%35.1
%24.49
%3.92

Codes

Color #F59FB9 in popluar color models

F5 9F B9
RGB 245 159 185
HSL 342° 81.13% 79.22%
HSB/HSV 342° 35.10% 96.08%
CMYK 0.00% 35.10% 24.49%
3.92%

Color #F59FB9 in popluar number systems.

HEX F5 9F B9
Decimal 245 159 185
Binary 11110101 10011111 10111001
Octal 365 237 271

Shades and tints

Shades of #F59FB9

#F59FB9
(245,159,185)
#DF91A9
(223,145,169)
#C98399
(201,131,153)
#B37589
(179,117,137)
#9D6779
(157,103,121)
#875969
(135,89,105)
#714B59
(113,75,89)
#5B3D49
(91,61,73)
#452F39
(69,47,57)
#2F2129
(47,33,41)
#191319
(25,19,25)
#000000
(0,0,0)

Tints of #F59FB9

#F59FB9
(245,159,185)
#F5A7BF
(245,167,191)
#F5AFC5
(245,175,197)
#F5B7CB
(245,183,203)
#F5BFD1
(245,191,209)
#F5C7D7
(245,199,215)
#F5CFDD
(245,207,221)
#F5D7E3
(245,215,227)
#F5DFE9
(245,223,233)
#F5E7EF
(245,231,239)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F59FB9 color. Also use rgb(245,159,185) instead hex code.

Text Font Color

.myTextColor { color: #F59FB9; }

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

This text font color is #F59FB9.

Background Color

.myBgColor { background-color: #F59FB9; }

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

This div background color is #F59FB9.

Border color

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

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

This div border color is #F59FB9.

Opacity

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

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

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

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

This text has shadow with #F59FB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F59FB9.

Preview

Color preview on black background

This text has color #F59FB9 on black background.


Color preview on white background

This text has color #F59FB9 on white background.


Black color preview on #F59FB9 background

This text has black color on #F59FB9 background.


White color preview on #F59FB9 background

This text has white color on #F59FB9 background.


Related colors

Complementary color

Complementary color for #hex is #0A6046.


I love getcolorcode.com

Triadic colors

1 #B9F59F and #9FB9F5 with #F59FB9 are triadic colors.

2 #B99FF5 and #9FF5B9 with #F59FB9 are triadic colors.