COLOR #F2589E

HEX: #F2589E
RGB: (242,88,158)

Color info

#F2589E contains mainly red color. Web safe color of #F2589E is #FF6699 (or #F69).

RGB color model

#F2589E color RGB value is (242,88,158).

  • red value is 242;
  • green value is 88;
  • blue value is 158.
RGB:
(242,88,158)
(95%,35%,62%)

RGB channels and saturation

R 242 of 255 = 95%
G 88 of 255 = 35%
B 158 of 255 = 62%

242
88
158

R + G + B ~ 64%. #F2589E is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 88 + 158 = 488 (100%)
R 242 of 488 ~ 49.59%
G 88 of 488 ~ 18.03%
B 158 of 488 ~ 32.38%

%49.59
%18.03
%32.38

CMYK color model

#F2589E color CMYK value is (0,64,35,5).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 34.71%
  • key color value is 5.10%
CMYK:
(0,64,35,5)
C0M64Y35K5 
(0%,64%,35%,5%)
(0.00/0.64/0.35/0.05)	

CMYK percentages

%0
%63.64
%34.71
%5.1

Codes

Color #F2589E in popluar color models

F2589E
RGB24288158
HSL333°85.56%64.71%
HSB/HSV333°63.64%94.90%
CMYK0.00%63.64%34.71%
5.10%

Color #F2589E in popluar number systems.

HEXF2589E
Decimal24288158
Binary11110010101100010011110
Octal362130236

Shades and tints

Shades of #F2589E

#F2589E
(242,88,158)
#DC5090
(220,80,144)
#C64882
(198,72,130)
#B04074
(176,64,116)
#9A3866
(154,56,102)
#843058
(132,48,88)
#6E284A
(110,40,74)
#58203C
(88,32,60)
#42182E
(66,24,46)
#2C1020
(44,16,32)
#160812
(22,8,18)
#000000
(0,0,0)

Tints of #F2589E

#F2589E
(242,88,158)
#F367A6
(243,103,166)
#F476AE
(244,118,174)
#F585B6
(245,133,182)
#F694BE
(246,148,190)
#F7A3C6
(247,163,198)
#F8B2CE
(248,178,206)
#F9C1D6
(249,193,214)
#FAD0DE
(250,208,222)
#FBDFE6
(251,223,230)
#FCEEEE
(252,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2589E color. Also use rgb(242,88,158) instead hex code.

Text Font Color

.myTextColor { color: #F2589E; }

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

This text font color is #F2589E.


Background Color

.myBgColor { background-color: #F2589E; }

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

This div background color is #F2589E.


Border color

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

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

This div border color is #F2589E.


Opacity

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

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

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

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

This text has shadow with #F2589E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2589E on black background.


Color preview on white background

This text has color #F2589E on white background.



Black color preview on #F2589E background

This text has black color on #F2589E background.


White color preview on #F2589E background

This text has white color on #F2589E background.