COLOR #FF8A8A

HEX: #FF8A8A
RGB: (255,138,138)

Color info

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

RGB color model

#FF8A8A color RGB value is (255,138,138).

  • red value is 255;
  • green value is 138;
  • blue value is 138.
RGB:
(255,138,138)
(100%,54%,54%)

RGB channels and saturation

R 255 of 255 = 100%
G 138 of 255 = 54%
B 138 of 255 = 54%

255
138
138

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

Portions of RGB colors in percentages

R + G + B =
255 + 138 + 138 = 531 (100%)
R 255 of 531 ~ 48.02%
G 138 of 531 ~ 25.99%
B 138 of 531 ~ 25.99%

%48.02
%25.99
%25.99

CMYK color model

#FF8A8A color CMYK value is (0,46,46,0).

  • cyan value is 0.00%
  • magenta value is 45.88%
  • yellow value is 45.88%
  • key color value is 0.00%
CMYK:
(0,46,46,0)
C0M46Y46K0 
(0%,46%,46%,0%)
(0.00/0.46/0.46/0.00)	

CMYK percentages

%0
%45.88
%45.88
%0

Codes

Color #FF8A8A in popluar color models

FF8A8A
RGB255138138
HSL100.00%77.06%
HSB/HSV45.88%100.00%
CMYK0.00%45.88%45.88%
0.00%

Color #FF8A8A in popluar number systems.

HEXFF8A8A
Decimal255138138
Binary111111111000101010001010
Octal377212212

Shades and tints

Shades of #FF8A8A

#FF8A8A
(255,138,138)
#E87E7E
(232,126,126)
#D17272
(209,114,114)
#BA6666
(186,102,102)
#A35A5A
(163,90,90)
#8C4E4E
(140,78,78)
#754242
(117,66,66)
#5E3636
(94,54,54)
#472A2A
(71,42,42)
#301E1E
(48,30,30)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #FF8A8A

#FF8A8A
(255,138,138)
#FF9494
(255,148,148)
#FF9E9E
(255,158,158)
#FFA8A8
(255,168,168)
#FFB2B2
(255,178,178)
#FFBCBC
(255,188,188)
#FFC6C6
(255,198,198)
#FFD0D0
(255,208,208)
#FFDADA
(255,218,218)
#FFE4E4
(255,228,228)
#FFEEEE
(255,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF8A8A color. Also use rgb(255,138,138) instead hex code.

Text Font Color

.myTextColor { color: #FF8A8A; }

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

This text font color is #FF8A8A.


Background Color

.myBgColor { background-color: #FF8A8A; }

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

This div background color is #FF8A8A.


Border color

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

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

This div border color is #FF8A8A.


Opacity

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

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

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

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

This text has shadow with #FF8A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8A8A on black background.


Color preview on white background

This text has color #FF8A8A on white background.



Black color preview on #FF8A8A background

This text has black color on #FF8A8A background.


White color preview on #FF8A8A background

This text has white color on #FF8A8A background.