COLOR #FF1493

HEX: #FF1493
RGB: (255,20,147)

Color info

Color name is DeepPink. #FF1493 contains mainly red color. Web safe color of #FF1493 is #FF0099 (or #F09).

RGB color model

#FF1493 color RGB value is (255,20,147).

  • red value is 255;
  • green value is 20;
  • blue value is 147.
RGB:
(255,20,147)
(100%,8%,58%)

RGB channels and saturation

R 255 of 255 = 100%
G 20 of 255 = 8%
B 147 of 255 = 58%

255
20
147

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

Portions of RGB colors in percentages

R + G + B =
255 + 20 + 147 = 422 (100%)
R 255 of 422 ~ 60.43%
G 20 of 422 ~ 4.74%
B 147 of 422 ~ 34.83%

%60.43
%34.83

CMYK color model

#FF1493 color CMYK value is (0,92,42,0).

  • cyan value is 0.00%
  • magenta value is 92.16%
  • yellow value is 42.35%
  • key color value is 0.00%
CMYK:
(0,92,42,0)
C0M92Y42K0 
(0%,92%,42%,0%)
(0.00/0.92/0.42/0.00)	

CMYK percentages

%0
%92.16
%42.35
%0

Codes

Color #FF1493 in popluar color models

FF1493
RGB25520147
HSL328°100.00%53.92%
HSB/HSV328°92.16%100.00%
CMYK0.00%92.16%42.35%
0.00%

Color #FF1493 in popluar number systems.

HEXFF1493
Decimal25520147
Binary111111111010010010011
Octal37724223

Shades and tints

Shades of #FF1493

#FF1493
(255,20,147)
#E81386
(232,19,134)
#D11279
(209,18,121)
#BA116C
(186,17,108)
#A3105F
(163,16,95)
#8C0F52
(140,15,82)
#750E45
(117,14,69)
#5E0D38
(94,13,56)
#470C2B
(71,12,43)
#300B1E
(48,11,30)
#190A11
(25,10,17)
#000000
(0,0,0)

Tints of #FF1493

#FF1493
(255,20,147)
#FF299C
(255,41,156)
#FF3EA5
(255,62,165)
#FF53AE
(255,83,174)
#FF68B7
(255,104,183)
#FF7DC0
(255,125,192)
#FF92C9
(255,146,201)
#FFA7D2
(255,167,210)
#FFBCDB
(255,188,219)
#FFD1E4
(255,209,228)
#FFE6ED
(255,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF1493; }

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

This text font color is #FF1493.


Background Color

.myBgColor { background-color: #FF1493; }

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

This div background color is #FF1493.


Border color

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

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

This div border color is #FF1493.


Opacity

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

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

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

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

This text has shadow with #FF1493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF1493 on black background.


Color preview on white background

This text has color #FF1493 on white background.



Black color preview on #FF1493 background

This text has black color on #FF1493 background.


White color preview on #FF1493 background

This text has white color on #FF1493 background.