COLOR #F17DC7

HEX: #F17DC7
RGB: (241,125,199)

Color info

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

RGB color model

#F17DC7 color RGB value is (241,125,199).

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

RGB channels and saturation

R 241 of 255 = 95%
G 125 of 255 = 49%
B 199 of 255 = 78%

241
125
199

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

Portions of RGB colors in percentages

R + G + B =
241 + 125 + 199 = 565 (100%)
R 241 of 565 ~ 42.65%
G 125 of 565 ~ 22.12%
B 199 of 565 ~ 35.22%

%42.65
%22.12
%35.22

CMYK color model

#F17DC7 color CMYK value is (0,48,17,5).

  • cyan value is 0.00%
  • magenta value is 48.13%
  • yellow value is 17.43%
  • key color value is 5.49%
CMYK:
(0,48,17,5)
C0M48Y17K5 
(0%,48%,17%,5%)
(0.00/0.48/0.17/0.05)	

CMYK percentages

%0
%48.13
%17.43
%5.49

Codes

Color #F17DC7 in popluar color models

F17DC7
RGB241125199
HSL322°80.56%71.76%
HSB/HSV322°48.13%94.51%
CMYK0.00%48.13%17.43%
5.49%

Color #F17DC7 in popluar number systems.

HEXF17DC7
Decimal241125199
Binary11110001111110111000111
Octal361175307

Shades and tints

Shades of #F17DC7

#F17DC7
(241,125,199)
#DC72B5
(220,114,181)
#C767A3
(199,103,163)
#B25C91
(178,92,145)
#9D517F
(157,81,127)
#88466D
(136,70,109)
#733B5B
(115,59,91)
#5E3049
(94,48,73)
#492537
(73,37,55)
#341A25
(52,26,37)
#1F0F13
(31,15,19)
#000000
(0,0,0)

Tints of #F17DC7

#F17DC7
(241,125,199)
#F288CC
(242,136,204)
#F393D1
(243,147,209)
#F49ED6
(244,158,214)
#F5A9DB
(245,169,219)
#F6B4E0
(246,180,224)
#F7BFE5
(247,191,229)
#F8CAEA
(248,202,234)
#F9D5EF
(249,213,239)
#FAE0F4
(250,224,244)
#FBEBF9
(251,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F17DC7; }

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

This text font color is #F17DC7.


Background Color

.myBgColor { background-color: #F17DC7; }

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

This div background color is #F17DC7.


Border color

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

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

This div border color is #F17DC7.


Opacity

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

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

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

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

This text has shadow with #F17DC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F17DC7 on black background.


Color preview on white background

This text has color #F17DC7 on white background.



Black color preview on #F17DC7 background

This text has black color on #F17DC7 background.


White color preview on #F17DC7 background

This text has white color on #F17DC7 background.