COLOR #FF3399

HEX: #FF3399
RGB: (255,51,153)

Color info

#FF3399 contains mainly red color. #FF3399 color is web safe color. It maybe written shortly as #F39.

RGB color model

#FF3399 color RGB value is (255,51,153).

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

RGB channels and saturation

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

255
51
153

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

Portions of RGB colors in percentages

R + G + B =
255 + 51 + 153 = 459 (100%)
R 255 of 459 ~ 55.56%
G 51 of 459 ~ 11.11%
B 153 of 459 ~ 33.33%

%55.56
%11.11
%33.33

CMYK color model

#FF3399 color CMYK value is (0,80,40,0).

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

CMYK percentages

%0
%80
%40
%0

Codes

Color #FF3399 in popluar color models

FF3399
RGB25551153
HSL330°100.00%60.00%
HSB/HSV330°80.00%100.00%
CMYK0.00%80.00%40.00%
0.00%

Color #FF3399 in popluar number systems.

HEXFF3399
Decimal25551153
Binary1111111111001110011001
Octal37763231

Shades and tints

Shades of #FF3399

#FF3399
(255,51,153)
#E82F8C
(232,47,140)
#D12B7F
(209,43,127)
#BA2772
(186,39,114)
#A32365
(163,35,101)
#8C1F58
(140,31,88)
#751B4B
(117,27,75)
#5E173E
(94,23,62)
#471331
(71,19,49)
#300F24
(48,15,36)
#190B17
(25,11,23)
#000000
(0,0,0)

Tints of #FF3399

#FF3399
(255,51,153)
#FF45A2
(255,69,162)
#FF57AB
(255,87,171)
#FF69B4
(255,105,180)
#FF7BBD
(255,123,189)
#FF8DC6
(255,141,198)
#FF9FCF
(255,159,207)
#FFB1D8
(255,177,216)
#FFC3E1
(255,195,225)
#FFD5EA
(255,213,234)
#FFE7F3
(255,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF3399; }

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

This text font color is #FF3399.


Background Color

.myBgColor { background-color: #FF3399; }

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

This div background color is #FF3399.


Border color

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

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

This div border color is #FF3399.


Opacity

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

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

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

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

This text has shadow with #FF3399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF3399 on black background.


Color preview on white background

This text has color #FF3399 on white background.



Black color preview on #FF3399 background

This text has black color on #FF3399 background.


White color preview on #FF3399 background

This text has white color on #FF3399 background.