COLOR #F289DC

HEX: #F289DC
RGB: (242,137,220)

Color info

#F289DC contains mainly red and blue colors. Web safe color of #F289DC is #FF99CC (or #F9C).

RGB color model

#F289DC color RGB value is (242,137,220).

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

RGB channels and saturation

R 242 of 255 = 95%
G 137 of 255 = 54%
B 220 of 255 = 86%

242
137
220

R + G + B ~ 78%. #F289DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 137 + 220 = 599 (100%)
R 242 of 599 ~ 40.4%
G 137 of 599 ~ 22.87%
B 220 of 599 ~ 36.73%

%40.4
%22.87
%36.73

CMYK color model

#F289DC color CMYK value is (0,43,9,5).

  • cyan value is 0.00%
  • magenta value is 43.39%
  • yellow value is 9.09%
  • key color value is 5.10%
CMYK:
(0,43,9,5)
C0M43Y9K5 
(0%,43%,9%,5%)
(0.00/0.43/0.09/0.05)	

CMYK percentages

%0
%43.39
%9.09
%5.1

Codes

Color #F289DC in popluar color models

F289DC
RGB242137220
HSL313°80.15%74.31%
HSB/HSV313°43.39%94.90%
CMYK0.00%43.39%9.09%
5.10%

Color #F289DC in popluar number systems.

HEXF289DC
Decimal242137220
Binary111100101000100111011100
Octal362211334

Shades and tints

Shades of #F289DC

#F289DC
(242,137,220)
#DC7DC8
(220,125,200)
#C671B4
(198,113,180)
#B065A0
(176,101,160)
#9A598C
(154,89,140)
#844D78
(132,77,120)
#6E4164
(110,65,100)
#583550
(88,53,80)
#42293C
(66,41,60)
#2C1D28
(44,29,40)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #F289DC

#F289DC
(242,137,220)
#F393DF
(243,147,223)
#F49DE2
(244,157,226)
#F5A7E5
(245,167,229)
#F6B1E8
(246,177,232)
#F7BBEB
(247,187,235)
#F8C5EE
(248,197,238)
#F9CFF1
(249,207,241)
#FAD9F4
(250,217,244)
#FBE3F7
(251,227,247)
#FCEDFA
(252,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F289DC; }

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

This text font color is #F289DC.


Background Color

.myBgColor { background-color: #F289DC; }

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

This div background color is #F289DC.


Border color

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

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

This div border color is #F289DC.


Opacity

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

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

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

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

This text has shadow with #F289DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F289DC on black background.


Color preview on white background

This text has color #F289DC on white background.



Black color preview on #F289DC background

This text has black color on #F289DC background.


White color preview on #F289DC background

This text has white color on #F289DC background.