COLOR #F2909E

HEX: #F2909E
RGB: (242,144,158)

Color info

#F2909E contains mainly red color. Web safe color of #F2909E is #FF9999 (or #F99).

RGB color model

#F2909E color RGB value is (242,144,158).

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

RGB channels and saturation

R 242 of 255 = 95%
G 144 of 255 = 56%
B 158 of 255 = 62%

242
144
158

R + G + B ~ 71%. #F2909E is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 144 + 158 = 544 (100%)
R 242 of 544 ~ 44.49%
G 144 of 544 ~ 26.47%
B 158 of 544 ~ 29.04%

%44.49
%26.47
%29.04

CMYK color model

#F2909E color CMYK value is (0,40,35,5).

  • cyan value is 0.00%
  • magenta value is 40.50%
  • yellow value is 34.71%
  • key color value is 5.10%
CMYK:
(0,40,35,5)
C0M40Y35K5 
(0%,40%,35%,5%)
(0.00/0.40/0.35/0.05)	

CMYK percentages

%0
%40.5
%34.71
%5.1

Codes

Color #F2909E in popluar color models

F2909E
RGB242144158
HSL351°79.03%75.69%
HSB/HSV351°40.50%94.90%
CMYK0.00%40.50%34.71%
5.10%

Color #F2909E in popluar number systems.

HEXF2909E
Decimal242144158
Binary111100101001000010011110
Octal362220236

Shades and tints

Shades of #F2909E

#F2909E
(242,144,158)
#DC8390
(220,131,144)
#C67682
(198,118,130)
#B06974
(176,105,116)
#9A5C66
(154,92,102)
#844F58
(132,79,88)
#6E424A
(110,66,74)
#58353C
(88,53,60)
#42282E
(66,40,46)
#2C1B20
(44,27,32)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #F2909E

#F2909E
(242,144,158)
#F39AA6
(243,154,166)
#F4A4AE
(244,164,174)
#F5AEB6
(245,174,182)
#F6B8BE
(246,184,190)
#F7C2C6
(247,194,198)
#F8CCCE
(248,204,206)
#F9D6D6
(249,214,214)
#FAE0DE
(250,224,222)
#FBEAE6
(251,234,230)
#FCF4EE
(252,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2909E; }

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

This text font color is #F2909E.


Background Color

.myBgColor { background-color: #F2909E; }

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

This div background color is #F2909E.


Border color

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

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

This div border color is #F2909E.


Opacity

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

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

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

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

This text has shadow with #F2909E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2909E on black background.


Color preview on white background

This text has color #F2909E on white background.



Black color preview on #F2909E background

This text has black color on #F2909E background.


White color preview on #F2909E background

This text has white color on #F2909E background.