COLOR #FD1AEF

HEX: #FD1AEF
RGB: (253,26,239)

Color info

#FD1AEF contains mainly red and blue colors. Web safe color of #FD1AEF is #FF00FF (or #F0F).

RGB color model

#FD1AEF color RGB value is (253,26,239).

  • red value is 253;
  • green value is 26;
  • blue value is 239.
RGB:
(253,26,239)
(99%,10%,94%)

RGB channels and saturation

R 253 of 255 = 99%
G 26 of 255 = 10%
B 239 of 255 = 94%

253
26
239

R + G + B ~ 68%. #FD1AEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 26 + 239 = 518 (100%)
R 253 of 518 ~ 48.84%
G 26 of 518 ~ 5.02%
B 239 of 518 ~ 46.14%

%48.84
%46.14

CMYK color model

#FD1AEF color CMYK value is (0,90,6,1).

  • cyan value is 0.00%
  • magenta value is 89.72%
  • yellow value is 5.53%
  • key color value is 0.78%
CMYK:
(0,90,6,1)
C0M90Y6K1 
(0%,90%,6%,1%)
(0.00/0.90/0.06/0.01)	

CMYK percentages

%0
%89.72
%5.53
%0.78

Codes

Color #FD1AEF in popluar color models

FD1AEF
RGB25326239
HSL304°98.27%54.71%
HSB/HSV304°89.72%99.22%
CMYK0.00%89.72%5.53%
0.78%

Color #FD1AEF in popluar number systems.

HEXFD1AEF
Decimal25326239
Binary111111011101011101111
Octal37532357

Shades and tints

Shades of #FD1AEF

#FD1AEF
(253,26,239)
#E618DA
(230,24,218)
#CF16C5
(207,22,197)
#B814B0
(184,20,176)
#A1129B
(161,18,155)
#8A1086
(138,16,134)
#730E71
(115,14,113)
#5C0C5C
(92,12,92)
#450A47
(69,10,71)
#2E0832
(46,8,50)
#17061D
(23,6,29)
#000000
(0,0,0)

Tints of #FD1AEF

#FD1AEF
(253,26,239)
#FD2EF0
(253,46,240)
#FD42F1
(253,66,241)
#FD56F2
(253,86,242)
#FD6AF3
(253,106,243)
#FD7EF4
(253,126,244)
#FD92F5
(253,146,245)
#FDA6F6
(253,166,246)
#FDBAF7
(253,186,247)
#FDCEF8
(253,206,248)
#FDE2F9
(253,226,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD1AEF color. Also use rgb(253,26,239) instead hex code.

Text Font Color

.myTextColor { color: #FD1AEF; }

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

This text font color is #FD1AEF.


Background Color

.myBgColor { background-color: #FD1AEF; }

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

This div background color is #FD1AEF.


Border color

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

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

This div border color is #FD1AEF.


Opacity

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

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

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

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

This text has shadow with #FD1AEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD1AEF on black background.


Color preview on white background

This text has color #FD1AEF on white background.



Black color preview on #FD1AEF background

This text has black color on #FD1AEF background.


White color preview on #FD1AEF background

This text has white color on #FD1AEF background.