COLOR #FD13E5

HEX: #FD13E5
RGB: (253,19,229)

Color info

#FD13E5 contains mainly red and blue colors. Web safe color of #FD13E5 is #FF00CC (or #F0C).

RGB color model

#FD13E5 color RGB value is (253,19,229).

  • red value is 253;
  • green value is 19;
  • blue value is 229.
RGB:
(253,19,229)
(99%,7%,90%)

RGB channels and saturation

R 253 of 255 = 99%
G 19 of 255 = 7%
B 229 of 255 = 90%

253
19
229

R + G + B ~ 65%. #FD13E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 19 + 229 = 501 (100%)
R 253 of 501 ~ 50.5%
G 19 of 501 ~ 3.79%
B 229 of 501 ~ 45.71%

%50.5
%45.71

CMYK color model

#FD13E5 color CMYK value is (0,92,9,1).

  • cyan value is 0.00%
  • magenta value is 92.49%
  • yellow value is 9.49%
  • key color value is 0.78%
CMYK:
(0,92,9,1)
C0M92Y9K1 
(0%,92%,9%,1%)
(0.00/0.92/0.09/0.01)	

CMYK percentages

%0
%92.49
%9.49
%0.78

Codes

Color #FD13E5 in popluar color models

FD13E5
RGB25319229
HSL306°98.32%53.33%
HSB/HSV306°92.49%99.22%
CMYK0.00%92.49%9.49%
0.78%

Color #FD13E5 in popluar number systems.

HEXFD13E5
Decimal25319229
Binary111111011001111100101
Octal37523345

Shades and tints

Shades of #FD13E5

#FD13E5
(253,19,229)
#E612D1
(230,18,209)
#CF11BD
(207,17,189)
#B810A9
(184,16,169)
#A10F95
(161,15,149)
#8A0E81
(138,14,129)
#730D6D
(115,13,109)
#5C0C59
(92,12,89)
#450B45
(69,11,69)
#2E0A31
(46,10,49)
#17091D
(23,9,29)
#000000
(0,0,0)

Tints of #FD13E5

#FD13E5
(253,19,229)
#FD28E7
(253,40,231)
#FD3DE9
(253,61,233)
#FD52EB
(253,82,235)
#FD67ED
(253,103,237)
#FD7CEF
(253,124,239)
#FD91F1
(253,145,241)
#FDA6F3
(253,166,243)
#FDBBF5
(253,187,245)
#FDD0F7
(253,208,247)
#FDE5F9
(253,229,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD13E5 color. Also use rgb(253,19,229) instead hex code.

Text Font Color

.myTextColor { color: #FD13E5; }

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

This text font color is #FD13E5.


Background Color

.myBgColor { background-color: #FD13E5; }

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

This div background color is #FD13E5.


Border color

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

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

This div border color is #FD13E5.


Opacity

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

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

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

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

This text has shadow with #FD13E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD13E5 on black background.


Color preview on white background

This text has color #FD13E5 on white background.



Black color preview on #FD13E5 background

This text has black color on #FD13E5 background.


White color preview on #FD13E5 background

This text has white color on #FD13E5 background.