COLOR #FF93EF

HEX: #FF93EF
RGB: (255,147,239)

Color info

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

RGB color model

#FF93EF color RGB value is (255,147,239).

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

RGB channels and saturation

R 255 of 255 = 100%
G 147 of 255 = 58%
B 239 of 255 = 94%

255
147
239

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

Portions of RGB colors in percentages

R + G + B =
255 + 147 + 239 = 641 (100%)
R 255 of 641 ~ 39.78%
G 147 of 641 ~ 22.93%
B 239 of 641 ~ 37.29%

%39.78
%22.93
%37.29

CMYK color model

#FF93EF color CMYK value is (0,42,6,0).

  • cyan value is 0.00%
  • magenta value is 42.35%
  • yellow value is 6.27%
  • key color value is 0.00%
CMYK:
(0,42,6,0)
C0M42Y6K0 
(0%,42%,6%,0%)
(0.00/0.42/0.06/0.00)	

CMYK percentages

%0
%42.35
%6.27
%0

Codes

Color #FF93EF in popluar color models

FF93EF
RGB255147239
HSL309°100.00%78.82%
HSB/HSV309°42.35%100.00%
CMYK0.00%42.35%6.27%
0.00%

Color #FF93EF in popluar number systems.

HEXFF93EF
Decimal255147239
Binary111111111001001111101111
Octal377223357

Shades and tints

Shades of #FF93EF

#FF93EF
(255,147,239)
#E886DA
(232,134,218)
#D179C5
(209,121,197)
#BA6CB0
(186,108,176)
#A35F9B
(163,95,155)
#8C5286
(140,82,134)
#754571
(117,69,113)
#5E385C
(94,56,92)
#472B47
(71,43,71)
#301E32
(48,30,50)
#19111D
(25,17,29)
#000000
(0,0,0)

Tints of #FF93EF

#FF93EF
(255,147,239)
#FF9CF0
(255,156,240)
#FFA5F1
(255,165,241)
#FFAEF2
(255,174,242)
#FFB7F3
(255,183,243)
#FFC0F4
(255,192,244)
#FFC9F5
(255,201,245)
#FFD2F6
(255,210,246)
#FFDBF7
(255,219,247)
#FFE4F8
(255,228,248)
#FFEDF9
(255,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF93EF; }

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

This text font color is #FF93EF.


Background Color

.myBgColor { background-color: #FF93EF; }

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

This div background color is #FF93EF.


Border color

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

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

This div border color is #FF93EF.


Opacity

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

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

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

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

This text has shadow with #FF93EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF93EF on black background.


Color preview on white background

This text has color #FF93EF on white background.



Black color preview on #FF93EF background

This text has black color on #FF93EF background.


White color preview on #FF93EF background

This text has white color on #FF93EF background.