COLOR #FF9FE4

HEX: #FF9FE4
RGB: (255,159,228)

Color info

#FF9FE4 contains mainly red and blue colors. Web safe color of #FF9FE4 is #FF99CC (or #F9C).

RGB color model

#FF9FE4 color RGB value is (255,159,228).

  • red value is 255;
  • green value is 159;
  • blue value is 228.
RGB:
(255,159,228)
(100%,62%,89%)

RGB channels and saturation

R 255 of 255 = 100%
G 159 of 255 = 62%
B 228 of 255 = 89%

255
159
228

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

Portions of RGB colors in percentages

R + G + B =
255 + 159 + 228 = 642 (100%)
R 255 of 642 ~ 39.72%
G 159 of 642 ~ 24.77%
B 228 of 642 ~ 35.51%

%39.72
%24.77
%35.51

CMYK color model

#FF9FE4 color CMYK value is (0,38,11,0).

  • cyan value is 0.00%
  • magenta value is 37.65%
  • yellow value is 10.59%
  • key color value is 0.00%
CMYK:
(0,38,11,0)
C0M38Y11K0 
(0%,38%,11%,0%)
(0.00/0.38/0.11/0.00)	

CMYK percentages

%0
%37.65
%10.59
%0

Codes

Color #FF9FE4 in popluar color models

FF9FE4
RGB255159228
HSL317°100.00%81.18%
HSB/HSV317°37.65%100.00%
CMYK0.00%37.65%10.59%
0.00%

Color #FF9FE4 in popluar number systems.

HEXFF9FE4
Decimal255159228
Binary111111111001111111100100
Octal377237344

Shades and tints

Shades of #FF9FE4

#FF9FE4
(255,159,228)
#E891D0
(232,145,208)
#D183BC
(209,131,188)
#BA75A8
(186,117,168)
#A36794
(163,103,148)
#8C5980
(140,89,128)
#754B6C
(117,75,108)
#5E3D58
(94,61,88)
#472F44
(71,47,68)
#302130
(48,33,48)
#19131C
(25,19,28)
#000000
(0,0,0)

Tints of #FF9FE4

#FF9FE4
(255,159,228)
#FFA7E6
(255,167,230)
#FFAFE8
(255,175,232)
#FFB7EA
(255,183,234)
#FFBFEC
(255,191,236)
#FFC7EE
(255,199,238)
#FFCFF0
(255,207,240)
#FFD7F2
(255,215,242)
#FFDFF4
(255,223,244)
#FFE7F6
(255,231,246)
#FFEFF8
(255,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF9FE4 color. Also use rgb(255,159,228) instead hex code.

Text Font Color

.myTextColor { color: #FF9FE4; }

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

This text font color is #FF9FE4.


Background Color

.myBgColor { background-color: #FF9FE4; }

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

This div background color is #FF9FE4.


Border color

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

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

This div border color is #FF9FE4.


Opacity

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

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

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

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

This text has shadow with #FF9FE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF9FE4 on black background.


Color preview on white background

This text has color #FF9FE4 on white background.



Black color preview on #FF9FE4 background

This text has black color on #FF9FE4 background.


White color preview on #FF9FE4 background

This text has white color on #FF9FE4 background.