COLOR #FF9F8A

HEX: #FF9F8A
RGB: (255,159,138)

Color info

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

RGB color model

#FF9F8A color RGB value is (255,159,138).

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

RGB channels and saturation

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

255
159
138

R + G + B ~ 72%. #FF9F8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 159 + 138 = 552 (100%)
R 255 of 552 ~ 46.2%
G 159 of 552 ~ 28.8%
B 138 of 552 ~ 25%

%46.2
%28.8
%25

CMYK color model

#FF9F8A color CMYK value is (0,38,46,0).

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

CMYK percentages

%0
%37.65
%45.88
%0

Codes

Color #FF9F8A in popluar color models

FF9F8A
RGB255159138
HSL11°100.00%77.06%
HSB/HSV11°45.88%100.00%
CMYK0.00%37.65%45.88%
0.00%

Color #FF9F8A in popluar number systems.

HEXFF9F8A
Decimal255159138
Binary111111111001111110001010
Octal377237212

Shades and tints

Shades of #FF9F8A

#FF9F8A
(255,159,138)
#E8917E
(232,145,126)
#D18372
(209,131,114)
#BA7566
(186,117,102)
#A3675A
(163,103,90)
#8C594E
(140,89,78)
#754B42
(117,75,66)
#5E3D36
(94,61,54)
#472F2A
(71,47,42)
#30211E
(48,33,30)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #FF9F8A

#FF9F8A
(255,159,138)
#FFA794
(255,167,148)
#FFAF9E
(255,175,158)
#FFB7A8
(255,183,168)
#FFBFB2
(255,191,178)
#FFC7BC
(255,199,188)
#FFCFC6
(255,207,198)
#FFD7D0
(255,215,208)
#FFDFDA
(255,223,218)
#FFE7E4
(255,231,228)
#FFEFEE
(255,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF9F8A; }

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

This text font color is #FF9F8A.


Background Color

.myBgColor { background-color: #FF9F8A; }

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

This div background color is #FF9F8A.


Border color

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

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

This div border color is #FF9F8A.


Opacity

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

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

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

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

This text has shadow with #FF9F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF9F8A on black background.


Color preview on white background

This text has color #FF9F8A on white background.



Black color preview on #FF9F8A background

This text has black color on #FF9F8A background.


White color preview on #FF9F8A background

This text has white color on #FF9F8A background.