COLOR #F2489A

HEX: #F2489A
RGB: (242,72,154)

Color info

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

RGB color model

#F2489A color RGB value is (242,72,154).

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

RGB channels and saturation

R 242 of 255 = 95%
G 72 of 255 = 28%
B 154 of 255 = 60%

242
72
154

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

Portions of RGB colors in percentages

R + G + B =
242 + 72 + 154 = 468 (100%)
R 242 of 468 ~ 51.71%
G 72 of 468 ~ 15.38%
B 154 of 468 ~ 32.91%

%51.71
%15.38
%32.91

CMYK color model

#F2489A color CMYK value is (0,70,36,5).

  • cyan value is 0.00%
  • magenta value is 70.25%
  • yellow value is 36.36%
  • key color value is 5.10%
CMYK:
(0,70,36,5)
C0M70Y36K5 
(0%,70%,36%,5%)
(0.00/0.70/0.36/0.05)	

CMYK percentages

%0
%70.25
%36.36
%5.1

Codes

Color #F2489A in popluar color models

F2489A
RGB24272154
HSL331°86.73%61.57%
HSB/HSV331°70.25%94.90%
CMYK0.00%70.25%36.36%
5.10%

Color #F2489A in popluar number systems.

HEXF2489A
Decimal24272154
Binary11110010100100010011010
Octal362110232

Shades and tints

Shades of #F2489A

#F2489A
(242,72,154)
#DC428C
(220,66,140)
#C63C7E
(198,60,126)
#B03670
(176,54,112)
#9A3062
(154,48,98)
#842A54
(132,42,84)
#6E2446
(110,36,70)
#581E38
(88,30,56)
#42182A
(66,24,42)
#2C121C
(44,18,28)
#160C0E
(22,12,14)
#000000
(0,0,0)

Tints of #F2489A

#F2489A
(242,72,154)
#F358A3
(243,88,163)
#F468AC
(244,104,172)
#F578B5
(245,120,181)
#F688BE
(246,136,190)
#F798C7
(247,152,199)
#F8A8D0
(248,168,208)
#F9B8D9
(249,184,217)
#FAC8E2
(250,200,226)
#FBD8EB
(251,216,235)
#FCE8F4
(252,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2489A; }

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

This text font color is #F2489A.


Background Color

.myBgColor { background-color: #F2489A; }

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

This div background color is #F2489A.


Border color

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

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

This div border color is #F2489A.


Opacity

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

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

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

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

This text has shadow with #F2489A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2489A on black background.


Color preview on white background

This text has color #F2489A on white background.



Black color preview on #F2489A background

This text has black color on #F2489A background.


White color preview on #F2489A background

This text has white color on #F2489A background.