COLOR #F2469A

HEX: #F2469A
RGB: (242,70,154)

Color info

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

RGB color model

#F2469A color RGB value is (242,70,154).

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

RGB channels and saturation

R 242 of 255 = 95%
G 70 of 255 = 27%
B 154 of 255 = 60%

242
70
154

R + G + B ~ 61%. #F2469A is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 70 + 154 = 466 (100%)
R 242 of 466 ~ 51.93%
G 70 of 466 ~ 15.02%
B 154 of 466 ~ 33.05%

%51.93
%15.02
%33.05

CMYK color model

#F2469A color CMYK value is (0,71,36,5).

  • cyan value is 0.00%
  • magenta value is 71.07%
  • yellow value is 36.36%
  • key color value is 5.10%
CMYK:
(0,71,36,5)
C0M71Y36K5 
(0%,71%,36%,5%)
(0.00/0.71/0.36/0.05)	

CMYK percentages

%0
%71.07
%36.36
%5.1

Codes

Color #F2469A in popluar color models

F2469A
RGB24270154
HSL331°86.87%61.18%
HSB/HSV331°71.07%94.90%
CMYK0.00%71.07%36.36%
5.10%

Color #F2469A in popluar number systems.

HEXF2469A
Decimal24270154
Binary11110010100011010011010
Octal362106232

Shades and tints

Shades of #F2469A

#F2469A
(242,70,154)
#DC408C
(220,64,140)
#C63A7E
(198,58,126)
#B03470
(176,52,112)
#9A2E62
(154,46,98)
#842854
(132,40,84)
#6E2246
(110,34,70)
#581C38
(88,28,56)
#42162A
(66,22,42)
#2C101C
(44,16,28)
#160A0E
(22,10,14)
#000000
(0,0,0)

Tints of #F2469A

#F2469A
(242,70,154)
#F356A3
(243,86,163)
#F466AC
(244,102,172)
#F576B5
(245,118,181)
#F686BE
(246,134,190)
#F796C7
(247,150,199)
#F8A6D0
(248,166,208)
#F9B6D9
(249,182,217)
#FAC6E2
(250,198,226)
#FBD6EB
(251,214,235)
#FCE6F4
(252,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2469A; }

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

This text font color is #F2469A.


Background Color

.myBgColor { background-color: #F2469A; }

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

This div background color is #F2469A.


Border color

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

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

This div border color is #F2469A.


Opacity

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

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

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

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

This text has shadow with #F2469A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2469A on black background.


Color preview on white background

This text has color #F2469A on white background.



Black color preview on #F2469A background

This text has black color on #F2469A background.


White color preview on #F2469A background

This text has white color on #F2469A background.