COLOR #FF9499

HEX: #FF9499 RGB: (255,148,153)

Color info

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

RGB color model

#FF9499 color RGB value is (255,148,153).

RGB: (255,148,153) (100%, 58%, 60%)

RGB channels and saturation

R 255 of 255 = 100%
G 148 of 255 = 58%
B 153 of 255 = 60%

255
148
153

R + G + B ~ 73%. #FF9499 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 148 + 153 = 556 (100%)
R 255 of 556 ~ 45.86%
G 148 of 556 ~ 26.62%
B 153 of 556 ~ 27.52'%

%45.86
%26.62
%27.52

CMYK color model

#FF9499 color CMYK value is (0,42,40,0).

  • cyan value is 0.00%
  • magenta value is 41.96%
  • yellow value is 40.00%
  • key color value is 0.00%
CMYK: (0,42,40,0) C0M42Y40K0 (0%,42%,40%,0%) (0.00/0.42/0.40/0.00) 

CMYK percentages

%0
%41.96
%40
%0

Codes

Color #FF9499 in popluar color models

FF 94 99
RGB 255 148 153
HSL 357° 100.00% 79.02%
HSB/HSV 357° 41.96% 100.00%
CMYK 0.00% 41.96% 40.00%
0.00%

Color #FF9499 in popluar number systems.

HEX FF 94 99
Decimal 255 148 153
Binary 11111111 10010100 10011001
Octal 377 224 231

Shades and tints

Shades of #FF9499

#FF9499
(255,148,153)
#E8878C
(232,135,140)
#D17A7F
(209,122,127)
#BA6D72
(186,109,114)
#A36065
(163,96,101)
#8C5358
(140,83,88)
#75464B
(117,70,75)
#5E393E
(94,57,62)
#472C31
(71,44,49)
#301F24
(48,31,36)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #FF9499

#FF9499
(255,148,153)
#FF9DA2
(255,157,162)
#FFA6AB
(255,166,171)
#FFAFB4
(255,175,180)
#FFB8BD
(255,184,189)
#FFC1C6
(255,193,198)
#FFCACF
(255,202,207)
#FFD3D8
(255,211,216)
#FFDCE1
(255,220,225)
#FFE5EA
(255,229,234)
#FFEEF3
(255,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF9499; }

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

This text font color is #FF9499.

Background Color

.myBgColor { background-color: #FF9499; }

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

This div background color is #FF9499.

Border color

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

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

This div border color is #FF9499.

Opacity

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

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

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

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

This text has shadow with #FF9499 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FF9499.

Preview

Color preview on black background

This text has color #FF9499 on black background.


Color preview on white background

This text has color #FF9499 on white background.


Black color preview on #FF9499 background

This text has black color on #FF9499 background.


White color preview on #FF9499 background

This text has white color on #FF9499 background.


Related colors

Complementary color

Complementary color for #hex is #006B66.


I love getcolorcode.com

Triadic colors

1 #99FF94 and #9499FF with #FF9499 are triadic colors.

2 #9994FF and #94FF99 with #FF9499 are triadic colors.