COLOR #F2815B

HEX: #F2815B
RGB: (242,129,91)

Color info

#F2815B contains mainly red color. Web safe color of #F2815B is #FF9966 (or #F96).

RGB color model

#F2815B color RGB value is (242,129,91).

  • red value is 242;
  • green value is 129;
  • blue value is 91.
RGB:
(242,129,91)
(95%,51%,36%)

RGB channels and saturation

R 242 of 255 = 95%
G 129 of 255 = 51%
B 91 of 255 = 36%

242
129
91

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

Portions of RGB colors in percentages

R + G + B =
242 + 129 + 91 = 462 (100%)
R 242 of 462 ~ 52.38%
G 129 of 462 ~ 27.92%
B 91 of 462 ~ 19.7%

%52.38
%27.92
%19.7

CMYK color model

#F2815B color CMYK value is (0,47,62,5).

  • cyan value is 0.00%
  • magenta value is 46.69%
  • yellow value is 62.40%
  • key color value is 5.10%
CMYK:
(0,47,62,5)
C0M47Y62K5 
(0%,47%,62%,5%)
(0.00/0.47/0.62/0.05)	

CMYK percentages

%0
%46.69
%62.4
%5.1

Codes

Color #F2815B in popluar color models

F2815B
RGB24212991
HSL15°85.31%65.29%
HSB/HSV15°62.40%94.90%
CMYK0.00%46.69%62.40%
5.10%

Color #F2815B in popluar number systems.

HEXF2815B
Decimal24212991
Binary11110010100000011011011
Octal362201133

Shades and tints

Shades of #F2815B

#F2815B
(242,129,91)
#DC7653
(220,118,83)
#C66B4B
(198,107,75)
#B06043
(176,96,67)
#9A553B
(154,85,59)
#844A33
(132,74,51)
#6E3F2B
(110,63,43)
#583423
(88,52,35)
#42291B
(66,41,27)
#2C1E13
(44,30,19)
#16130B
(22,19,11)
#000000
(0,0,0)

Tints of #F2815B

#F2815B
(242,129,91)
#F38C69
(243,140,105)
#F49777
(244,151,119)
#F5A285
(245,162,133)
#F6AD93
(246,173,147)
#F7B8A1
(247,184,161)
#F8C3AF
(248,195,175)
#F9CEBD
(249,206,189)
#FAD9CB
(250,217,203)
#FBE4D9
(251,228,217)
#FCEFE7
(252,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2815B color. Also use rgb(242,129,91) instead hex code.

Text Font Color

.myTextColor { color: #F2815B; }

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

This text font color is #F2815B.


Background Color

.myBgColor { background-color: #F2815B; }

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

This div background color is #F2815B.


Border color

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

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

This div border color is #F2815B.


Opacity

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

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

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

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

This text has shadow with #F2815B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2815B on black background.


Color preview on white background

This text has color #F2815B on white background.



Black color preview on #F2815B background

This text has black color on #F2815B background.


White color preview on #F2815B background

This text has white color on #F2815B background.