COLOR #F2839B

HEX: #F2839B RGB: (242,131,155)

Color info

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

RGB color model

#F2839B color RGB value is (242,131,155).

RGB: (242,131,155) (95%, 51%, 61%)

RGB channels and saturation

R 242 of 255 = 95%
G 131 of 255 = 51%
B 155 of 255 = 61%

242
131
155

R + G + B ~ 69%. #F2839B is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 131 + 155 = 528 (100%)
R 242 of 528 ~ 45.83%
G 131 of 528 ~ 24.81%
B 155 of 528 ~ 29.36'%

%45.83
%24.81
%29.36

CMYK color model

#F2839B color CMYK value is (0,46,36,5).

  • cyan value is 0.00%
  • magenta value is 45.87%
  • yellow value is 35.95%
  • key color value is 5.10%

CMYK: (0,46,36,5)
C0M46Y36K5 (0%, 46%, 36%, 5%)
(0.00 / 0.46 / 0.36 / 0.05)

CMYK percentages

%0
%45.87
%35.95
%5.1

Codes

Color #F2839B in popluar color models

F2 83 9B
RGB 242 131 155
HSL 347° 81.02% 73.14%
HSB/HSV 347° 45.87% 94.90%
CMYK 0.00% 45.87% 35.95%
5.10%

Color #F2839B in popluar number systems.

HEX F2 83 9B
Decimal 242 131 155
Binary 11110010 10000011 10011011
Octal 362 203 233

Shades and tints

Shades of #F2839B

#F2839B
(242,131,155)
#DC788D
(220,120,141)
#C66D7F
(198,109,127)
#B06271
(176,98,113)
#9A5763
(154,87,99)
#844C55
(132,76,85)
#6E4147
(110,65,71)
#583639
(88,54,57)
#422B2B
(66,43,43)
#2C201D
(44,32,29)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #F2839B

#F2839B
(242,131,155)
#F38EA4
(243,142,164)
#F499AD
(244,153,173)
#F5A4B6
(245,164,182)
#F6AFBF
(246,175,191)
#F7BAC8
(247,186,200)
#F8C5D1
(248,197,209)
#F9D0DA
(249,208,218)
#FADBE3
(250,219,227)
#FBE6EC
(251,230,236)
#FCF1F5
(252,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2839B color. Also use rgb(242,131,155) instead hex code.

Text Font Color

.myTextColor { color: #F2839B; }

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

This text font color is #F2839B.

Background Color

.myBgColor { background-color: #F2839B; }

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

This div background color is #F2839B.

Border color

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

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

This div border color is #F2839B.

Opacity

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

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

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

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

This text has shadow with #F2839B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2839B.

Preview

Color preview on black background

This text has color #F2839B on black background.


Color preview on white background

This text has color #F2839B on white background.


Black color preview on #F2839B background

This text has black color on #F2839B background.


White color preview on #F2839B background

This text has white color on #F2839B background.


Related colors

Complementary color

Complementary color for #hex is #0D7C64.


I love getcolorcode.com

Triadic colors

1 #9BF283 and #839BF2 with #F2839B are triadic colors.

2 #9B83F2 and #83F29B with #F2839B are triadic colors.