COLOR #F289ED

HEX: #F289ED
RGB: (242,137,237)

Color info

#F289ED contains mainly red and blue colors. Web safe color of #F289ED is #FF99FF (or #F9F).

RGB color model

#F289ED color RGB value is (242,137,237).

  • red value is 242;
  • green value is 137;
  • blue value is 237.
RGB:
(242,137,237)
(95%,54%,93%)

RGB channels and saturation

R 242 of 255 = 95%
G 137 of 255 = 54%
B 237 of 255 = 93%

242
137
237

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

Portions of RGB colors in percentages

R + G + B =
242 + 137 + 237 = 616 (100%)
R 242 of 616 ~ 39.29%
G 137 of 616 ~ 22.24%
B 237 of 616 ~ 38.47%

%39.29
%22.24
%38.47

CMYK color model

#F289ED color CMYK value is (0,43,2,5).

  • cyan value is 0.00%
  • magenta value is 43.39%
  • yellow value is 2.07%
  • key color value is 5.10%
CMYK:
(0,43,2,5)
C0M43Y2K5 
(0%,43%,2%,5%)
(0.00/0.43/0.02/0.05)	

CMYK percentages

%0
%43.39
%2.07
%5.1

Codes

Color #F289ED in popluar color models

F289ED
RGB242137237
HSL303°80.15%74.31%
HSB/HSV303°43.39%94.90%
CMYK0.00%43.39%2.07%
5.10%

Color #F289ED in popluar number systems.

HEXF289ED
Decimal242137237
Binary111100101000100111101101
Octal362211355

Shades and tints

Shades of #F289ED

#F289ED
(242,137,237)
#DC7DD8
(220,125,216)
#C671C3
(198,113,195)
#B065AE
(176,101,174)
#9A5999
(154,89,153)
#844D84
(132,77,132)
#6E416F
(110,65,111)
#58355A
(88,53,90)
#422945
(66,41,69)
#2C1D30
(44,29,48)
#16111B
(22,17,27)
#000000
(0,0,0)

Tints of #F289ED

#F289ED
(242,137,237)
#F393EE
(243,147,238)
#F49DEF
(244,157,239)
#F5A7F0
(245,167,240)
#F6B1F1
(246,177,241)
#F7BBF2
(247,187,242)
#F8C5F3
(248,197,243)
#F9CFF4
(249,207,244)
#FAD9F5
(250,217,245)
#FBE3F6
(251,227,246)
#FCEDF7
(252,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F289ED color. Also use rgb(242,137,237) instead hex code.

Text Font Color

.myTextColor { color: #F289ED; }

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

This text font color is #F289ED.


Background Color

.myBgColor { background-color: #F289ED; }

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

This div background color is #F289ED.


Border color

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

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

This div border color is #F289ED.


Opacity

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

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

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

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

This text has shadow with #F289ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F289ED on black background.


Color preview on white background

This text has color #F289ED on white background.



Black color preview on #F289ED background

This text has black color on #F289ED background.


White color preview on #F289ED background

This text has white color on #F289ED background.