COLOR #F58BB9

HEX: #F58BB9 RGB: (245,139,185)

Color info

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

RGB color model

#F58BB9 color RGB value is (245,139,185).

RGB: (245,139,185) (96%, 55%, 73%)

RGB channels and saturation

R 245 of 255 = 96%
G 139 of 255 = 55%
B 185 of 255 = 73%

245
139
185

R + G + B ~ 75%. #F58BB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 139 + 185 = 569 (100%)
R 245 of 569 ~ 43.06%
G 139 of 569 ~ 24.43%
B 185 of 569 ~ 32.51'%

%43.06
%24.43
%32.51

CMYK color model

#F58BB9 color CMYK value is (0,43,24,4).

  • cyan value is 0.00%
  • magenta value is 43.27%
  • yellow value is 24.49%
  • key color value is 3.92%
CMYK: (0,43,24,4) C0M43Y24K4 (0%,43%,24%,4%) (0.00/0.43/0.24/0.04) 

CMYK percentages

%0
%43.27
%24.49
%3.92

Codes

Color #F58BB9 in popluar color models

F5 8B B9
RGB 245 139 185
HSL 334° 84.13% 75.29%
HSB/HSV 334° 43.27% 96.08%
CMYK 0.00% 43.27% 24.49%
3.92%

Color #F58BB9 in popluar number systems.

HEX F5 8B B9
Decimal 245 139 185
Binary 11110101 10001011 10111001
Octal 365 213 271

Shades and tints

Shades of #F58BB9

#F58BB9
(245,139,185)
#DF7FA9
(223,127,169)
#C97399
(201,115,153)
#B36789
(179,103,137)
#9D5B79
(157,91,121)
#874F69
(135,79,105)
#714359
(113,67,89)
#5B3749
(91,55,73)
#452B39
(69,43,57)
#2F1F29
(47,31,41)
#191319
(25,19,25)
#000000
(0,0,0)

Tints of #F58BB9

#F58BB9
(245,139,185)
#F595BF
(245,149,191)
#F59FC5
(245,159,197)
#F5A9CB
(245,169,203)
#F5B3D1
(245,179,209)
#F5BDD7
(245,189,215)
#F5C7DD
(245,199,221)
#F5D1E3
(245,209,227)
#F5DBE9
(245,219,233)
#F5E5EF
(245,229,239)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F58BB9; }

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

This text font color is #F58BB9.

Background Color

.myBgColor { background-color: #F58BB9; }

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

This div background color is #F58BB9.

Border color

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

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

This div border color is #F58BB9.

Opacity

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

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

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

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

This text has shadow with #F58BB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F58BB9.

Preview

Color preview on black background

This text has color #F58BB9 on black background.


Color preview on white background

This text has color #F58BB9 on white background.


Black color preview on #F58BB9 background

This text has black color on #F58BB9 background.


White color preview on #F58BB9 background

This text has white color on #F58BB9 background.


Related colors

Complementary color

Complementary color for #hex is #0A7446.


I love getcolorcode.com

Triadic colors

1 #B9F58B and #8BB9F5 with #F58BB9 are triadic colors.

2 #B98BF5 and #8BF5B9 with #F58BB9 are triadic colors.