COLOR #F289CC

HEX: #F289CC RGB: (242,137,204)

Color info

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

RGB color model

#F289CC color RGB value is (242,137,204).

RGB: (242,137,204) (95%, 54%, 80%)

RGB channels and saturation

R 242 of 255 = 95%
G 137 of 255 = 54%
B 204 of 255 = 80%

242
137
204

R + G + B ~ 76%. #F289CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 137 + 204 = 583 (100%)
R 242 of 583 ~ 41.51%
G 137 of 583 ~ 23.5%
B 204 of 583 ~ 34.99'%

%41.51
%23.5
%34.99

CMYK color model

#F289CC color CMYK value is (0,43,16,5).

  • cyan value is 0.00%
  • magenta value is 43.39%
  • yellow value is 15.70%
  • key color value is 5.10%

CMYK: (0,43,16,5)
C0M43Y16K5 (0%, 43%, 16%, 5%)
(0.00 / 0.43 / 0.16 / 0.05)

CMYK percentages

%0
%43.39
%15.7
%5.1

Codes

Color #F289CC in popluar color models

F2 89 CC
RGB 242 137 204
HSL 322° 80.15% 74.31%
HSB/HSV 322° 43.39% 94.90%
CMYK 0.00% 43.39% 15.70%
5.10%

Color #F289CC in popluar number systems.

HEX F2 89 CC
Decimal 242 137 204
Binary 11110010 10001001 11001100
Octal 362 211 314

Shades and tints

Shades of #F289CC

#F289CC
(242,137,204)
#DC7DBA
(220,125,186)
#C671A8
(198,113,168)
#B06596
(176,101,150)
#9A5984
(154,89,132)
#844D72
(132,77,114)
#6E4160
(110,65,96)
#58354E
(88,53,78)
#42293C
(66,41,60)
#2C1D2A
(44,29,42)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #F289CC

#F289CC
(242,137,204)
#F393D0
(243,147,208)
#F49DD4
(244,157,212)
#F5A7D8
(245,167,216)
#F6B1DC
(246,177,220)
#F7BBE0
(247,187,224)
#F8C5E4
(248,197,228)
#F9CFE8
(249,207,232)
#FAD9EC
(250,217,236)
#FBE3F0
(251,227,240)
#FCEDF4
(252,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F289CC; }

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

This text font color is #F289CC.

Background Color

.myBgColor { background-color: #F289CC; }

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

This div background color is #F289CC.

Border color

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

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

This div border color is #F289CC.

Opacity

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

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

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

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

This text has shadow with #F289CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F289CC.

Preview

Color preview on black background

This text has color #F289CC on black background.


Color preview on white background

This text has color #F289CC on white background.


Black color preview on #F289CC background

This text has black color on #F289CC background.


White color preview on #F289CC background

This text has white color on #F289CC background.


Related colors

Complementary color

Complementary color for #hex is #0D7633.


I love getcolorcode.com

Triadic colors

1 #CCF289 and #89CCF2 with #F289CC are triadic colors.

2 #CC89F2 and #89F2CC with #F289CC are triadic colors.