COLOR #FF49DD

HEX: #FF49DD
RGB: (255,73,221)

Color info

#FF49DD contains mainly red and blue colors. Web safe color of #FF49DD is #FF33CC (or #F3C).

RGB color model

#FF49DD color RGB value is (255,73,221).

  • red value is 255;
  • green value is 73;
  • blue value is 221.
RGB:
(255,73,221)
(100%,29%,87%)

RGB channels and saturation

R 255 of 255 = 100%
G 73 of 255 = 29%
B 221 of 255 = 87%

255
73
221

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

Portions of RGB colors in percentages

R + G + B =
255 + 73 + 221 = 549 (100%)
R 255 of 549 ~ 46.45%
G 73 of 549 ~ 13.3%
B 221 of 549 ~ 40.26%

%46.45
%13.3
%40.26

CMYK color model

#FF49DD color CMYK value is (0,71,13,0).

  • cyan value is 0.00%
  • magenta value is 71.37%
  • yellow value is 13.33%
  • key color value is 0.00%
CMYK:
(0,71,13,0)
C0M71Y13K0 
(0%,71%,13%,0%)
(0.00/0.71/0.13/0.00)	

CMYK percentages

%0
%71.37
%13.33
%0

Codes

Color #FF49DD in popluar color models

FF49DD
RGB25573221
HSL311°100.00%64.31%
HSB/HSV311°71.37%100.00%
CMYK0.00%71.37%13.33%
0.00%

Color #FF49DD in popluar number systems.

HEXFF49DD
Decimal25573221
Binary11111111100100111011101
Octal377111335

Shades and tints

Shades of #FF49DD

#FF49DD
(255,73,221)
#E843C9
(232,67,201)
#D13DB5
(209,61,181)
#BA37A1
(186,55,161)
#A3318D
(163,49,141)
#8C2B79
(140,43,121)
#752565
(117,37,101)
#5E1F51
(94,31,81)
#47193D
(71,25,61)
#301329
(48,19,41)
#190D15
(25,13,21)
#000000
(0,0,0)

Tints of #FF49DD

#FF49DD
(255,73,221)
#FF59E0
(255,89,224)
#FF69E3
(255,105,227)
#FF79E6
(255,121,230)
#FF89E9
(255,137,233)
#FF99EC
(255,153,236)
#FFA9EF
(255,169,239)
#FFB9F2
(255,185,242)
#FFC9F5
(255,201,245)
#FFD9F8
(255,217,248)
#FFE9FB
(255,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF49DD; }

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

This text font color is #FF49DD.


Background Color

.myBgColor { background-color: #FF49DD; }

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

This div background color is #FF49DD.


Border color

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

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

This div border color is #FF49DD.


Opacity

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

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

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

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

This text has shadow with #FF49DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF49DD on black background.


Color preview on white background

This text has color #FF49DD on white background.



Black color preview on #FF49DD background

This text has black color on #FF49DD background.


White color preview on #FF49DD background

This text has white color on #FF49DD background.