COLOR #F26B6B

HEX: #F26B6B
RGB: (242,107,107)

Color info

#F26B6B contains mainly red color. Web safe color of #F26B6B is #FF6666 (or #F66).

RGB color model

#F26B6B color RGB value is (242,107,107).

  • red value is 242;
  • green value is 107;
  • blue value is 107.
RGB:
(242,107,107)
(95%,42%,42%)

RGB channels and saturation

R 242 of 255 = 95%
G 107 of 255 = 42%
B 107 of 255 = 42%

242
107
107

R + G + B ~ 60%. #F26B6B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
242 + 107 + 107 = 456 (100%)
R 242 of 456 ~ 53.07%
G 107 of 456 ~ 23.46%
B 107 of 456 ~ 23.46%

%53.07
%23.46
%23.46

CMYK color model

#F26B6B color CMYK value is (0,56,56,5).

  • cyan value is 0.00%
  • magenta value is 55.79%
  • yellow value is 55.79%
  • key color value is 5.10%
CMYK:
(0,56,56,5)
C0M56Y56K5 
(0%,56%,56%,5%)
(0.00/0.56/0.56/0.05)	

CMYK percentages

%0
%55.79
%55.79
%5.1

Codes

Color #F26B6B in popluar color models

F26B6B
RGB242107107
HSL83.85%68.43%
HSB/HSV55.79%94.90%
CMYK0.00%55.79%55.79%
5.10%

Color #F26B6B in popluar number systems.

HEXF26B6B
Decimal242107107
Binary1111001011010111101011
Octal362153153

Shades and tints

Shades of #F26B6B

#F26B6B
(242,107,107)
#DC6262
(220,98,98)
#C65959
(198,89,89)
#B05050
(176,80,80)
#9A4747
(154,71,71)
#843E3E
(132,62,62)
#6E3535
(110,53,53)
#582C2C
(88,44,44)
#422323
(66,35,35)
#2C1A1A
(44,26,26)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #F26B6B

#F26B6B
(242,107,107)
#F37878
(243,120,120)
#F48585
(244,133,133)
#F59292
(245,146,146)
#F69F9F
(246,159,159)
#F7ACAC
(247,172,172)
#F8B9B9
(248,185,185)
#F9C6C6
(249,198,198)
#FAD3D3
(250,211,211)
#FBE0E0
(251,224,224)
#FCEDED
(252,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F26B6B; }

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

This text font color is #F26B6B.


Background Color

.myBgColor { background-color: #F26B6B; }

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

This div background color is #F26B6B.


Border color

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

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

This div border color is #F26B6B.


Opacity

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

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

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

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

This text has shadow with #F26B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F26B6B on black background.


Color preview on white background

This text has color #F26B6B on white background.



Black color preview on #F26B6B background

This text has black color on #F26B6B background.


White color preview on #F26B6B background

This text has white color on #F26B6B background.