COLOR #F2739E

HEX: #F2739E
RGB: (242,115,158)

Color info

#F2739E contains mainly red color. Web safe color of #F2739E is #FF6699 (or #F69).

RGB color model

#F2739E color RGB value is (242,115,158).

  • red value is 242;
  • green value is 115;
  • blue value is 158.
RGB:
(242,115,158)
(95%,45%,62%)

RGB channels and saturation

R 242 of 255 = 95%
G 115 of 255 = 45%
B 158 of 255 = 62%

242
115
158

R + G + B ~ 67%. #F2739E is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 115 + 158 = 515 (100%)
R 242 of 515 ~ 46.99%
G 115 of 515 ~ 22.33%
B 158 of 515 ~ 30.68%

%46.99
%22.33
%30.68

CMYK color model

#F2739E color CMYK value is (0,52,35,5).

  • cyan value is 0.00%
  • magenta value is 52.48%
  • yellow value is 34.71%
  • key color value is 5.10%
CMYK:
(0,52,35,5)
C0M52Y35K5 
(0%,52%,35%,5%)
(0.00/0.52/0.35/0.05)	

CMYK percentages

%0
%52.48
%34.71
%5.1

Codes

Color #F2739E in popluar color models

F2739E
RGB242115158
HSL340°83.01%70.00%
HSB/HSV340°52.48%94.90%
CMYK0.00%52.48%34.71%
5.10%

Color #F2739E in popluar number systems.

HEXF2739E
Decimal242115158
Binary11110010111001110011110
Octal362163236

Shades and tints

Shades of #F2739E

#F2739E
(242,115,158)
#DC6990
(220,105,144)
#C65F82
(198,95,130)
#B05574
(176,85,116)
#9A4B66
(154,75,102)
#844158
(132,65,88)
#6E374A
(110,55,74)
#582D3C
(88,45,60)
#42232E
(66,35,46)
#2C1920
(44,25,32)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #F2739E

#F2739E
(242,115,158)
#F37FA6
(243,127,166)
#F48BAE
(244,139,174)
#F597B6
(245,151,182)
#F6A3BE
(246,163,190)
#F7AFC6
(247,175,198)
#F8BBCE
(248,187,206)
#F9C7D6
(249,199,214)
#FAD3DE
(250,211,222)
#FBDFE6
(251,223,230)
#FCEBEE
(252,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2739E color. Also use rgb(242,115,158) instead hex code.

Text Font Color

.myTextColor { color: #F2739E; }

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

This text font color is #F2739E.


Background Color

.myBgColor { background-color: #F2739E; }

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

This div background color is #F2739E.


Border color

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

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

This div border color is #F2739E.


Opacity

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

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

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

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

This text has shadow with #F2739E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2739E on black background.


Color preview on white background

This text has color #F2739E on white background.



Black color preview on #F2739E background

This text has black color on #F2739E background.


White color preview on #F2739E background

This text has white color on #F2739E background.