COLOR #F175DC

HEX: #F175DC RGB: (241,117,220)

Color info

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

RGB color model

#F175DC color RGB value is (241,117,220).

RGB: (241,117,220) (95%, 46%, 86%)

RGB channels and saturation

R 241 of 255 = 95%
G 117 of 255 = 46%
B 220 of 255 = 86%

241
117
220

R + G + B ~ 76%. #F175DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 117 + 220 = 578 (100%)
R 241 of 578 ~ 41.7%
G 117 of 578 ~ 20.24%
B 220 of 578 ~ 38.06'%

%41.7
%20.24
%38.06

CMYK color model

#F175DC color CMYK value is (0,51,9,5).

  • cyan value is 0.00%
  • magenta value is 51.45%
  • yellow value is 8.71%
  • key color value is 5.49%
CMYK: (0,51,9,5) C0M51Y9K5 (0%,51%,9%,5%) (0.00/0.51/0.09/0.05) 

CMYK percentages

%0
%51.45
%8.71
%5.49

Codes

Color #F175DC in popluar color models

F1 75 DC
RGB 241 117 220
HSL 310° 81.58% 70.20%
HSB/HSV 310° 51.45% 94.51%
CMYK 0.00% 51.45% 8.71%
5.49%

Color #F175DC in popluar number systems.

HEX F1 75 DC
Decimal 241 117 220
Binary 11110001 1110101 11011100
Octal 361 165 334

Shades and tints

Shades of #F175DC

#F175DC
(241,117,220)
#DC6BC8
(220,107,200)
#C761B4
(199,97,180)
#B257A0
(178,87,160)
#9D4D8C
(157,77,140)
#884378
(136,67,120)
#733964
(115,57,100)
#5E2F50
(94,47,80)
#49253C
(73,37,60)
#341B28
(52,27,40)
#1F1114
(31,17,20)
#000000
(0,0,0)

Tints of #F175DC

#F175DC
(241,117,220)
#F281DF
(242,129,223)
#F38DE2
(243,141,226)
#F499E5
(244,153,229)
#F5A5E8
(245,165,232)
#F6B1EB
(246,177,235)
#F7BDEE
(247,189,238)
#F8C9F1
(248,201,241)
#F9D5F4
(249,213,244)
#FAE1F7
(250,225,247)
#FBEDFA
(251,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F175DC color. Also use rgb(241,117,220) instead hex code.

Text Font Color

.myTextColor { color: #F175DC; }

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

This text font color is #F175DC.

Background Color

.myBgColor { background-color: #F175DC; }

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

This div background color is #F175DC.

Border color

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

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

This div border color is #F175DC.

Opacity

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

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

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

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

This text has shadow with #F175DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F175DC.

Preview

Color preview on black background

This text has color #F175DC on black background.


Color preview on white background

This text has color #F175DC on white background.


Black color preview on #F175DC background

This text has black color on #F175DC background.


White color preview on #F175DC background

This text has white color on #F175DC background.


Related colors

Complementary color

Complementary color for #hex is #0E8A23.


I love getcolorcode.com

Triadic colors

1 #DCF175 and #75DCF1 with #F175DC are triadic colors.

2 #DC75F1 and #75F1DC with #F175DC are triadic colors.