COLOR #F289D8

HEX: #F289D8
RGB: (242,137,216)

Color info

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

RGB color model

#F289D8 color RGB value is (242,137,216).

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

RGB channels and saturation

R 242 of 255 = 95%
G 137 of 255 = 54%
B 216 of 255 = 85%

242
137
216

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

Portions of RGB colors in percentages

R + G + B =
242 + 137 + 216 = 595 (100%)
R 242 of 595 ~ 40.67%
G 137 of 595 ~ 23.03%
B 216 of 595 ~ 36.3%

%40.67
%23.03
%36.3

CMYK color model

#F289D8 color CMYK value is (0,43,11,5).

  • cyan value is 0.00%
  • magenta value is 43.39%
  • yellow value is 10.74%
  • key color value is 5.10%
CMYK:
(0,43,11,5)
C0M43Y11K5 
(0%,43%,11%,5%)
(0.00/0.43/0.11/0.05)	

CMYK percentages

%0
%43.39
%10.74
%5.1

Codes

Color #F289D8 in popluar color models

F289D8
RGB242137216
HSL315°80.15%74.31%
HSB/HSV315°43.39%94.90%
CMYK0.00%43.39%10.74%
5.10%

Color #F289D8 in popluar number systems.

HEXF289D8
Decimal242137216
Binary111100101000100111011000
Octal362211330

Shades and tints

Shades of #F289D8

#F289D8
(242,137,216)
#DC7DC5
(220,125,197)
#C671B2
(198,113,178)
#B0659F
(176,101,159)
#9A598C
(154,89,140)
#844D79
(132,77,121)
#6E4166
(110,65,102)
#583553
(88,53,83)
#422940
(66,41,64)
#2C1D2D
(44,29,45)
#16111A
(22,17,26)
#000000
(0,0,0)

Tints of #F289D8

#F289D8
(242,137,216)
#F393DB
(243,147,219)
#F49DDE
(244,157,222)
#F5A7E1
(245,167,225)
#F6B1E4
(246,177,228)
#F7BBE7
(247,187,231)
#F8C5EA
(248,197,234)
#F9CFED
(249,207,237)
#FAD9F0
(250,217,240)
#FBE3F3
(251,227,243)
#FCEDF6
(252,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F289D8; }

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

This text font color is #F289D8.


Background Color

.myBgColor { background-color: #F289D8; }

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

This div background color is #F289D8.


Border color

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

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

This div border color is #F289D8.


Opacity

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

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

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

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

This text has shadow with #F289D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F289D8 on black background.


Color preview on white background

This text has color #F289D8 on white background.



Black color preview on #F289D8 background

This text has black color on #F289D8 background.


White color preview on #F289D8 background

This text has white color on #F289D8 background.