COLOR #FD94F1

HEX: #FD94F1
RGB: (253,148,241)

Color info

#FD94F1 contains mainly red and blue colors. Web safe color of #FD94F1 is #FF99FF (or #F9F).

RGB color model

#FD94F1 color RGB value is (253,148,241).

  • red value is 253;
  • green value is 148;
  • blue value is 241.
RGB:
(253,148,241)
(99%,58%,95%)

RGB channels and saturation

R 253 of 255 = 99%
G 148 of 255 = 58%
B 241 of 255 = 95%

253
148
241

R + G + B ~ 84%. #FD94F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 148 + 241 = 642 (100%)
R 253 of 642 ~ 39.41%
G 148 of 642 ~ 23.05%
B 241 of 642 ~ 37.54%

%39.41
%23.05
%37.54

CMYK color model

#FD94F1 color CMYK value is (0,42,5,1).

  • cyan value is 0.00%
  • magenta value is 41.50%
  • yellow value is 4.74%
  • key color value is 0.78%
CMYK:
(0,42,5,1)
C0M42Y5K1 
(0%,42%,5%,1%)
(0.00/0.42/0.05/0.01)	

CMYK percentages

%0
%41.5
%4.74
%0.78

Codes

Color #FD94F1 in popluar color models

FD94F1
RGB253148241
HSL307°96.33%78.63%
HSB/HSV307°41.50%99.22%
CMYK0.00%41.50%4.74%
0.78%

Color #FD94F1 in popluar number systems.

HEXFD94F1
Decimal253148241
Binary111111011001010011110001
Octal375224361

Shades and tints

Shades of #FD94F1

#FD94F1
(253,148,241)
#E687DC
(230,135,220)
#CF7AC7
(207,122,199)
#B86DB2
(184,109,178)
#A1609D
(161,96,157)
#8A5388
(138,83,136)
#734673
(115,70,115)
#5C395E
(92,57,94)
#452C49
(69,44,73)
#2E1F34
(46,31,52)
#17121F
(23,18,31)
#000000
(0,0,0)

Tints of #FD94F1

#FD94F1
(253,148,241)
#FD9DF2
(253,157,242)
#FDA6F3
(253,166,243)
#FDAFF4
(253,175,244)
#FDB8F5
(253,184,245)
#FDC1F6
(253,193,246)
#FDCAF7
(253,202,247)
#FDD3F8
(253,211,248)
#FDDCF9
(253,220,249)
#FDE5FA
(253,229,250)
#FDEEFB
(253,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD94F1 color. Also use rgb(253,148,241) instead hex code.

Text Font Color

.myTextColor { color: #FD94F1; }

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

This text font color is #FD94F1.


Background Color

.myBgColor { background-color: #FD94F1; }

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

This div background color is #FD94F1.


Border color

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

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

This div border color is #FD94F1.


Opacity

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

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

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

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

This text has shadow with #FD94F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD94F1 on black background.


Color preview on white background

This text has color #FD94F1 on white background.



Black color preview on #FD94F1 background

This text has black color on #FD94F1 background.


White color preview on #FD94F1 background

This text has white color on #FD94F1 background.