COLOR #F181DC

HEX: #F181DC
RGB: (241,129,220)

Color info

#F181DC contains mainly red and blue colors. Web safe color of #F181DC is #FF99CC (or #F9C).

RGB color model

#F181DC color RGB value is (241,129,220).

  • red value is 241;
  • green value is 129;
  • blue value is 220.
RGB:
(241,129,220)
(95%,51%,86%)

RGB channels and saturation

R 241 of 255 = 95%
G 129 of 255 = 51%
B 220 of 255 = 86%

241
129
220

R + G + B ~ 77%. #F181DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 129 + 220 = 590 (100%)
R 241 of 590 ~ 40.85%
G 129 of 590 ~ 21.86%
B 220 of 590 ~ 37.29%

%40.85
%21.86
%37.29

CMYK color model

#F181DC color CMYK value is (0,46,9,5).

  • cyan value is 0.00%
  • magenta value is 46.47%
  • yellow value is 8.71%
  • key color value is 5.49%
CMYK:
(0,46,9,5)
C0M46Y9K5 
(0%,46%,9%,5%)
(0.00/0.46/0.09/0.05)	

CMYK percentages

%0
%46.47
%8.71
%5.49

Codes

Color #F181DC in popluar color models

F181DC
RGB241129220
HSL311°80.00%72.55%
HSB/HSV311°46.47%94.51%
CMYK0.00%46.47%8.71%
5.49%

Color #F181DC in popluar number systems.

HEXF181DC
Decimal241129220
Binary111100011000000111011100
Octal361201334

Shades and tints

Shades of #F181DC

#F181DC
(241,129,220)
#DC76C8
(220,118,200)
#C76BB4
(199,107,180)
#B260A0
(178,96,160)
#9D558C
(157,85,140)
#884A78
(136,74,120)
#733F64
(115,63,100)
#5E3450
(94,52,80)
#49293C
(73,41,60)
#341E28
(52,30,40)
#1F1314
(31,19,20)
#000000
(0,0,0)

Tints of #F181DC

#F181DC
(241,129,220)
#F28CDF
(242,140,223)
#F397E2
(243,151,226)
#F4A2E5
(244,162,229)
#F5ADE8
(245,173,232)
#F6B8EB
(246,184,235)
#F7C3EE
(247,195,238)
#F8CEF1
(248,206,241)
#F9D9F4
(249,217,244)
#FAE4F7
(250,228,247)
#FBEFFA
(251,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F181DC; }

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

This text font color is #F181DC.


Background Color

.myBgColor { background-color: #F181DC; }

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

This div background color is #F181DC.


Border color

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

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

This div border color is #F181DC.


Opacity

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

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

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

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

This text has shadow with #F181DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F181DC on black background.


Color preview on white background

This text has color #F181DC on white background.



Black color preview on #F181DC background

This text has black color on #F181DC background.


White color preview on #F181DC background

This text has white color on #F181DC background.