COLOR #FF9999

HEX: #FF9999
RGB: (255,153,153)

Color info

#FF9999 contains mainly red color. #FF9999 color is web safe color. It maybe written shortly as #F99.

RGB color model

#FF9999 color RGB value is (255,153,153).

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

RGB channels and saturation

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

255
153
153

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

Portions of RGB colors in percentages

R + G + B =
255 + 153 + 153 = 561 (100%)
R 255 of 561 ~ 45.45%
G 153 of 561 ~ 27.27%
B 153 of 561 ~ 27.27%

%45.45
%27.27
%27.27

CMYK color model

#FF9999 color CMYK value is (0,40,40,0).

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

CMYK percentages

%0
%40
%40
%0

Codes

Color #FF9999 in popluar color models

FF9999
RGB255153153
HSL100.00%80.00%
HSB/HSV40.00%100.00%
CMYK0.00%40.00%40.00%
0.00%

Color #FF9999 in popluar number systems.

HEXFF9999
Decimal255153153
Binary111111111001100110011001
Octal377231231

Shades and tints

Shades of #FF9999

#FF9999
(255,153,153)
#E88C8C
(232,140,140)
#D17F7F
(209,127,127)
#BA7272
(186,114,114)
#A36565
(163,101,101)
#8C5858
(140,88,88)
#754B4B
(117,75,75)
#5E3E3E
(94,62,62)
#473131
(71,49,49)
#302424
(48,36,36)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #FF9999

#FF9999
(255,153,153)
#FFA2A2
(255,162,162)
#FFABAB
(255,171,171)
#FFB4B4
(255,180,180)
#FFBDBD
(255,189,189)
#FFC6C6
(255,198,198)
#FFCFCF
(255,207,207)
#FFD8D8
(255,216,216)
#FFE1E1
(255,225,225)
#FFEAEA
(255,234,234)
#FFF3F3
(255,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF9999; }

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

This text font color is #FF9999.


Background Color

.myBgColor { background-color: #FF9999; }

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

This div background color is #FF9999.


Border color

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

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

This div border color is #FF9999.


Opacity

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

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

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

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

This text has shadow with #FF9999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF9999 on black background.


Color preview on white background

This text has color #FF9999 on white background.



Black color preview on #FF9999 background

This text has black color on #FF9999 background.


White color preview on #FF9999 background

This text has white color on #FF9999 background.