COLOR #F15FE5

HEX: #F15FE5
RGB: (241,95,229)

Color info

#F15FE5 contains mainly red and blue colors. Web safe color of #F15FE5 is #FF66CC (or #F6C).

RGB color model

#F15FE5 color RGB value is (241,95,229).

  • red value is 241;
  • green value is 95;
  • blue value is 229.
RGB:
(241,95,229)
(95%,37%,90%)

RGB channels and saturation

R 241 of 255 = 95%
G 95 of 255 = 37%
B 229 of 255 = 90%

241
95
229

R + G + B ~ 74%. #F15FE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 95 + 229 = 565 (100%)
R 241 of 565 ~ 42.65%
G 95 of 565 ~ 16.81%
B 229 of 565 ~ 40.53%

%42.65
%16.81
%40.53

CMYK color model

#F15FE5 color CMYK value is (0,61,5,5).

  • cyan value is 0.00%
  • magenta value is 60.58%
  • yellow value is 4.98%
  • key color value is 5.49%
CMYK:
(0,61,5,5)
C0M61Y5K5 
(0%,61%,5%,5%)
(0.00/0.61/0.05/0.05)	

CMYK percentages

%0
%60.58
%4.98
%5.49

Codes

Color #F15FE5 in popluar color models

F15FE5
RGB24195229
HSL305°83.91%65.88%
HSB/HSV305°60.58%94.51%
CMYK0.00%60.58%4.98%
5.49%

Color #F15FE5 in popluar number systems.

HEXF15FE5
Decimal24195229
Binary11110001101111111100101
Octal361137345

Shades and tints

Shades of #F15FE5

#F15FE5
(241,95,229)
#DC57D1
(220,87,209)
#C74FBD
(199,79,189)
#B247A9
(178,71,169)
#9D3F95
(157,63,149)
#883781
(136,55,129)
#732F6D
(115,47,109)
#5E2759
(94,39,89)
#491F45
(73,31,69)
#341731
(52,23,49)
#1F0F1D
(31,15,29)
#000000
(0,0,0)

Tints of #F15FE5

#F15FE5
(241,95,229)
#F26DE7
(242,109,231)
#F37BE9
(243,123,233)
#F489EB
(244,137,235)
#F597ED
(245,151,237)
#F6A5EF
(246,165,239)
#F7B3F1
(247,179,241)
#F8C1F3
(248,193,243)
#F9CFF5
(249,207,245)
#FADDF7
(250,221,247)
#FBEBF9
(251,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F15FE5 color. Also use rgb(241,95,229) instead hex code.

Text Font Color

.myTextColor { color: #F15FE5; }

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

This text font color is #F15FE5.


Background Color

.myBgColor { background-color: #F15FE5; }

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

This div background color is #F15FE5.


Border color

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

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

This div border color is #F15FE5.


Opacity

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

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

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

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

This text has shadow with #F15FE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F15FE5 on black background.


Color preview on white background

This text has color #F15FE5 on white background.



Black color preview on #F15FE5 background

This text has black color on #F15FE5 background.


White color preview on #F15FE5 background

This text has white color on #F15FE5 background.