COLOR #F2888F

HEX: #F2888F
RGB: (242,136,143)

Color info

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

RGB color model

#F2888F color RGB value is (242,136,143).

  • red value is 242;
  • green value is 136;
  • blue value is 143.
RGB:
(242,136,143)
(95%,53%,56%)

RGB channels and saturation

R 242 of 255 = 95%
G 136 of 255 = 53%
B 143 of 255 = 56%

242
136
143

R + G + B ~ 68%. #F2888F is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 136 + 143 = 521 (100%)
R 242 of 521 ~ 46.45%
G 136 of 521 ~ 26.1%
B 143 of 521 ~ 27.45%

%46.45
%26.1
%27.45

CMYK color model

#F2888F color CMYK value is (0,44,41,5).

  • cyan value is 0.00%
  • magenta value is 43.80%
  • yellow value is 40.91%
  • key color value is 5.10%
CMYK:
(0,44,41,5)
C0M44Y41K5 
(0%,44%,41%,5%)
(0.00/0.44/0.41/0.05)	

CMYK percentages

%0
%43.8
%40.91
%5.1

Codes

Color #F2888F in popluar color models

F2888F
RGB242136143
HSL356°80.30%74.12%
HSB/HSV356°43.80%94.90%
CMYK0.00%43.80%40.91%
5.10%

Color #F2888F in popluar number systems.

HEXF2888F
Decimal242136143
Binary111100101000100010001111
Octal362210217

Shades and tints

Shades of #F2888F

#F2888F
(242,136,143)
#DC7C82
(220,124,130)
#C67075
(198,112,117)
#B06468
(176,100,104)
#9A585B
(154,88,91)
#844C4E
(132,76,78)
#6E4041
(110,64,65)
#583434
(88,52,52)
#422827
(66,40,39)
#2C1C1A
(44,28,26)
#16100D
(22,16,13)
#000000
(0,0,0)

Tints of #F2888F

#F2888F
(242,136,143)
#F39299
(243,146,153)
#F49CA3
(244,156,163)
#F5A6AD
(245,166,173)
#F6B0B7
(246,176,183)
#F7BAC1
(247,186,193)
#F8C4CB
(248,196,203)
#F9CED5
(249,206,213)
#FAD8DF
(250,216,223)
#FBE2E9
(251,226,233)
#FCECF3
(252,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2888F color. Also use rgb(242,136,143) instead hex code.

Text Font Color

.myTextColor { color: #F2888F; }

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

This text font color is #F2888F.


Background Color

.myBgColor { background-color: #F2888F; }

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

This div background color is #F2888F.


Border color

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

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

This div border color is #F2888F.


Opacity

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

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

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

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

This text has shadow with #F2888F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2888F on black background.


Color preview on white background

This text has color #F2888F on white background.



Black color preview on #F2888F background

This text has black color on #F2888F background.


White color preview on #F2888F background

This text has white color on #F2888F background.