COLOR #F2969A

HEX: #F2969A
RGB: (242,150,154)

Color info

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

RGB color model

#F2969A color RGB value is (242,150,154).

  • red value is 242;
  • green value is 150;
  • blue value is 154.
RGB:
(242,150,154)
(95%,59%,60%)

RGB channels and saturation

R 242 of 255 = 95%
G 150 of 255 = 59%
B 154 of 255 = 60%

242
150
154

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

Portions of RGB colors in percentages

R + G + B =
242 + 150 + 154 = 546 (100%)
R 242 of 546 ~ 44.32%
G 150 of 546 ~ 27.47%
B 154 of 546 ~ 28.21%

%44.32
%27.47
%28.21

CMYK color model

#F2969A color CMYK value is (0,38,36,5).

  • cyan value is 0.00%
  • magenta value is 38.02%
  • yellow value is 36.36%
  • key color value is 5.10%
CMYK:
(0,38,36,5)
C0M38Y36K5 
(0%,38%,36%,5%)
(0.00/0.38/0.36/0.05)	

CMYK percentages

%0
%38.02
%36.36
%5.1

Codes

Color #F2969A in popluar color models

F2969A
RGB242150154
HSL357°77.97%76.86%
HSB/HSV357°38.02%94.90%
CMYK0.00%38.02%36.36%
5.10%

Color #F2969A in popluar number systems.

HEXF2969A
Decimal242150154
Binary111100101001011010011010
Octal362226232

Shades and tints

Shades of #F2969A

#F2969A
(242,150,154)
#DC898C
(220,137,140)
#C67C7E
(198,124,126)
#B06F70
(176,111,112)
#9A6262
(154,98,98)
#845554
(132,85,84)
#6E4846
(110,72,70)
#583B38
(88,59,56)
#422E2A
(66,46,42)
#2C211C
(44,33,28)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #F2969A

#F2969A
(242,150,154)
#F39FA3
(243,159,163)
#F4A8AC
(244,168,172)
#F5B1B5
(245,177,181)
#F6BABE
(246,186,190)
#F7C3C7
(247,195,199)
#F8CCD0
(248,204,208)
#F9D5D9
(249,213,217)
#FADEE2
(250,222,226)
#FBE7EB
(251,231,235)
#FCF0F4
(252,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2969A color. Also use rgb(242,150,154) instead hex code.

Text Font Color

.myTextColor { color: #F2969A; }

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

This text font color is #F2969A.


Background Color

.myBgColor { background-color: #F2969A; }

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

This div background color is #F2969A.


Border color

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

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

This div border color is #F2969A.


Opacity

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

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

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

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

This text has shadow with #F2969A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2969A on black background.


Color preview on white background

This text has color #F2969A on white background.



Black color preview on #F2969A background

This text has black color on #F2969A background.


White color preview on #F2969A background

This text has white color on #F2969A background.