COLOR #F17DF5

HEX: #F17DF5
RGB: (241,125,245)

Color info

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

RGB color model

#F17DF5 color RGB value is (241,125,245).

  • red value is 241;
  • green value is 125;
  • blue value is 245.
RGB:
(241,125,245)
(95%,49%,96%)

RGB channels and saturation

R 241 of 255 = 95%
G 125 of 255 = 49%
B 245 of 255 = 96%

241
125
245

R + G + B ~ 80%. #F17DF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 125 + 245 = 611 (100%)
R 241 of 611 ~ 39.44%
G 125 of 611 ~ 20.46%
B 245 of 611 ~ 40.1%

%39.44
%20.46
%40.1

CMYK color model

#F17DF5 color CMYK value is (2,49,0,4).

  • cyan value is 1.63%
  • magenta value is 48.98%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(2,49,0,4)
C2M49Y0K4 
(2%,49%,0%,4%)
(0.02/0.49/0.00/0.04)	

CMYK percentages

%1.63
%48.98
%0
%3.92

Codes

Color #F17DF5 in popluar color models

F17DF5
RGB241125245
HSL298°85.71%72.55%
HSB/HSV298°48.98%96.08%
CMYK1.63%48.98%0.00%
3.92%

Color #F17DF5 in popluar number systems.

HEXF17DF5
Decimal241125245
Binary11110001111110111110101
Octal361175365

Shades and tints

Shades of #F17DF5

#F17DF5
(241,125,245)
#DC72DF
(220,114,223)
#C767C9
(199,103,201)
#B25CB3
(178,92,179)
#9D519D
(157,81,157)
#884687
(136,70,135)
#733B71
(115,59,113)
#5E305B
(94,48,91)
#492545
(73,37,69)
#341A2F
(52,26,47)
#1F0F19
(31,15,25)
#000000
(0,0,0)

Tints of #F17DF5

#F17DF5
(241,125,245)
#F288F5
(242,136,245)
#F393F5
(243,147,245)
#F49EF5
(244,158,245)
#F5A9F5
(245,169,245)
#F6B4F5
(246,180,245)
#F7BFF5
(247,191,245)
#F8CAF5
(248,202,245)
#F9D5F5
(249,213,245)
#FAE0F5
(250,224,245)
#FBEBF5
(251,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F17DF5 color. Also use rgb(241,125,245) instead hex code.

Text Font Color

.myTextColor { color: #F17DF5; }

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

This text font color is #F17DF5.


Background Color

.myBgColor { background-color: #F17DF5; }

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

This div background color is #F17DF5.


Border color

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

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

This div border color is #F17DF5.


Opacity

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

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

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

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

This text has shadow with #F17DF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F17DF5 on black background.


Color preview on white background

This text has color #F17DF5 on white background.



Black color preview on #F17DF5 background

This text has black color on #F17DF5 background.


White color preview on #F17DF5 background

This text has white color on #F17DF5 background.