COLOR #F17EFA

HEX: #F17EFA
RGB: (241,126,250)

Color info

#F17EFA contains mainly red and blue colors. Web safe color of #F17EFA is #FF66FF (or #F6F).

RGB color model

#F17EFA color RGB value is (241,126,250).

  • red value is 241;
  • green value is 126;
  • blue value is 250.
RGB:
(241,126,250)
(95%,49%,98%)

RGB channels and saturation

R 241 of 255 = 95%
G 126 of 255 = 49%
B 250 of 255 = 98%

241
126
250

R + G + B ~ 81%. #F17EFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 126 + 250 = 617 (100%)
R 241 of 617 ~ 39.06%
G 126 of 617 ~ 20.42%
B 250 of 617 ~ 40.52%

%39.06
%20.42
%40.52

CMYK color model

#F17EFA color CMYK value is (4,50,0,2).

  • cyan value is 3.60%
  • magenta value is 49.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(4,50,0,2)
C4M50Y0K2 
(4%,50%,0%,2%)
(0.04/0.50/0.00/0.02)	

CMYK percentages

%3.6
%49.6
%0
%1.96

Codes

Color #F17EFA in popluar color models

F17EFA
RGB241126250
HSL296°92.54%73.73%
HSB/HSV296°49.60%98.04%
CMYK3.60%49.60%0.00%
1.96%

Color #F17EFA in popluar number systems.

HEXF17EFA
Decimal241126250
Binary11110001111111011111010
Octal361176372

Shades and tints

Shades of #F17EFA

#F17EFA
(241,126,250)
#DC73E4
(220,115,228)
#C768CE
(199,104,206)
#B25DB8
(178,93,184)
#9D52A2
(157,82,162)
#88478C
(136,71,140)
#733C76
(115,60,118)
#5E3160
(94,49,96)
#49264A
(73,38,74)
#341B34
(52,27,52)
#1F101E
(31,16,30)
#000000
(0,0,0)

Tints of #F17EFA

#F17EFA
(241,126,250)
#F289FA
(242,137,250)
#F394FA
(243,148,250)
#F49FFA
(244,159,250)
#F5AAFA
(245,170,250)
#F6B5FA
(246,181,250)
#F7C0FA
(247,192,250)
#F8CBFA
(248,203,250)
#F9D6FA
(249,214,250)
#FAE1FA
(250,225,250)
#FBECFA
(251,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F17EFA color. Also use rgb(241,126,250) instead hex code.

Text Font Color

.myTextColor { color: #F17EFA; }

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

This text font color is #F17EFA.


Background Color

.myBgColor { background-color: #F17EFA; }

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

This div background color is #F17EFA.


Border color

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

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

This div border color is #F17EFA.


Opacity

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

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

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

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

This text has shadow with #F17EFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F17EFA on black background.


Color preview on white background

This text has color #F17EFA on white background.



Black color preview on #F17EFA background

This text has black color on #F17EFA background.


White color preview on #F17EFA background

This text has white color on #F17EFA background.