COLOR #F589B0

HEX: #F589B0
RGB: (245,137,176)

Color info

#F589B0 contains mainly red color. Web safe color of #F589B0 is #FF9999 (or #F99).

RGB color model

#F589B0 color RGB value is (245,137,176).

  • red value is 245;
  • green value is 137;
  • blue value is 176.
RGB:
(245,137,176)
(96%,54%,69%)

RGB channels and saturation

R 245 of 255 = 96%
G 137 of 255 = 54%
B 176 of 255 = 69%

245
137
176

R + G + B ~ 73%. #F589B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 137 + 176 = 558 (100%)
R 245 of 558 ~ 43.91%
G 137 of 558 ~ 24.55%
B 176 of 558 ~ 31.54%

%43.91
%24.55
%31.54

CMYK color model

#F589B0 color CMYK value is (0,44,28,4).

  • cyan value is 0.00%
  • magenta value is 44.08%
  • yellow value is 28.16%
  • key color value is 3.92%
CMYK:
(0,44,28,4)
C0M44Y28K4 
(0%,44%,28%,4%)
(0.00/0.44/0.28/0.04)	

CMYK percentages

%0
%44.08
%28.16
%3.92

Codes

Color #F589B0 in popluar color models

F589B0
RGB245137176
HSL338°84.38%74.90%
HSB/HSV338°44.08%96.08%
CMYK0.00%44.08%28.16%
3.92%

Color #F589B0 in popluar number systems.

HEXF589B0
Decimal245137176
Binary111101011000100110110000
Octal365211260

Shades and tints

Shades of #F589B0

#F589B0
(245,137,176)
#DF7DA0
(223,125,160)
#C97190
(201,113,144)
#B36580
(179,101,128)
#9D5970
(157,89,112)
#874D60
(135,77,96)
#714150
(113,65,80)
#5B3540
(91,53,64)
#452930
(69,41,48)
#2F1D20
(47,29,32)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #F589B0

#F589B0
(245,137,176)
#F593B7
(245,147,183)
#F59DBE
(245,157,190)
#F5A7C5
(245,167,197)
#F5B1CC
(245,177,204)
#F5BBD3
(245,187,211)
#F5C5DA
(245,197,218)
#F5CFE1
(245,207,225)
#F5D9E8
(245,217,232)
#F5E3EF
(245,227,239)
#F5EDF6
(245,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F589B0 color. Also use rgb(245,137,176) instead hex code.

Text Font Color

.myTextColor { color: #F589B0; }

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

This text font color is #F589B0.


Background Color

.myBgColor { background-color: #F589B0; }

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

This div background color is #F589B0.


Border color

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

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

This div border color is #F589B0.


Opacity

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

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

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

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

This text has shadow with #F589B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F589B0 on black background.


Color preview on white background

This text has color #F589B0 on white background.



Black color preview on #F589B0 background

This text has black color on #F589B0 background.


White color preview on #F589B0 background

This text has white color on #F589B0 background.