COLOR #F0289F

HEX: #F0289F
RGB: (240,40,159)

Color info

#F0289F contains mainly red color. Web safe color of #F0289F is #FF3399 (or #F39).

RGB color model

#F0289F color RGB value is (240,40,159).

  • red value is 240;
  • green value is 40;
  • blue value is 159.
RGB:
(240,40,159)
(94%,16%,62%)

RGB channels and saturation

R 240 of 255 = 94%
G 40 of 255 = 16%
B 159 of 255 = 62%

240
40
159

R + G + B ~ 57%. #F0289F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
240 + 40 + 159 = 439 (100%)
R 240 of 439 ~ 54.67%
G 40 of 439 ~ 9.11%
B 159 of 439 ~ 36.22%

%54.67
%36.22

CMYK color model

#F0289F color CMYK value is (0,83,34,6).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 33.75%
  • key color value is 5.88%
CMYK:
(0,83,34,6)
C0M83Y34K6 
(0%,83%,34%,6%)
(0.00/0.83/0.34/0.06)	

CMYK percentages

%0
%83.33
%33.75
%5.88

Codes

Color #F0289F in popluar color models

F0289F
RGB24040159
HSL324°86.96%54.90%
HSB/HSV324°83.33%94.12%
CMYK0.00%83.33%33.75%
5.88%

Color #F0289F in popluar number systems.

HEXF0289F
Decimal24040159
Binary1111000010100010011111
Octal36050237

Shades and tints

Shades of #F0289F

#F0289F
(240,40,159)
#DB2591
(219,37,145)
#C62283
(198,34,131)
#B11F75
(177,31,117)
#9C1C67
(156,28,103)
#871959
(135,25,89)
#72164B
(114,22,75)
#5D133D
(93,19,61)
#48102F
(72,16,47)
#330D21
(51,13,33)
#1E0A13
(30,10,19)
#000000
(0,0,0)

Tints of #F0289F

#F0289F
(240,40,159)
#F13BA7
(241,59,167)
#F24EAF
(242,78,175)
#F361B7
(243,97,183)
#F474BF
(244,116,191)
#F587C7
(245,135,199)
#F69ACF
(246,154,207)
#F7ADD7
(247,173,215)
#F8C0DF
(248,192,223)
#F9D3E7
(249,211,231)
#FAE6EF
(250,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0289F color. Also use rgb(240,40,159) instead hex code.

Text Font Color

.myTextColor { color: #F0289F; }

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

This text font color is #F0289F.


Background Color

.myBgColor { background-color: #F0289F; }

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

This div background color is #F0289F.


Border color

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

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

This div border color is #F0289F.


Opacity

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

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

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

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

This text has shadow with #F0289F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0289F on black background.


Color preview on white background

This text has color #F0289F on white background.



Black color preview on #F0289F background

This text has black color on #F0289F background.


White color preview on #F0289F background

This text has white color on #F0289F background.