COLOR #F19CF5

HEX: #F19CF5
RGB: (241,156,245)

Color info

#F19CF5 contains mainly red and blue colors. Web safe color of #F19CF5 is #FF99FF (or #F9F).

RGB color model

#F19CF5 color RGB value is (241,156,245).

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

RGB channels and saturation

R 241 of 255 = 95%
G 156 of 255 = 61%
B 245 of 255 = 96%

241
156
245

R + G + B ~ 84%. #F19CF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 156 + 245 = 642 (100%)
R 241 of 642 ~ 37.54%
G 156 of 642 ~ 24.3%
B 245 of 642 ~ 38.16%

%37.54
%24.3
%38.16

CMYK color model

#F19CF5 color CMYK value is (2,36,0,4).

  • cyan value is 1.63%
  • magenta value is 36.33%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(2,36,0,4)
C2M36Y0K4 
(2%,36%,0%,4%)
(0.02/0.36/0.00/0.04)	

CMYK percentages

%1.63
%36.33
%0
%3.92

Codes

Color #F19CF5 in popluar color models

F19CF5
RGB241156245
HSL297°81.65%78.63%
HSB/HSV297°36.33%96.08%
CMYK1.63%36.33%0.00%
3.92%

Color #F19CF5 in popluar number systems.

HEXF19CF5
Decimal241156245
Binary111100011001110011110101
Octal361234365

Shades and tints

Shades of #F19CF5

#F19CF5
(241,156,245)
#DC8EDF
(220,142,223)
#C780C9
(199,128,201)
#B272B3
(178,114,179)
#9D649D
(157,100,157)
#885687
(136,86,135)
#734871
(115,72,113)
#5E3A5B
(94,58,91)
#492C45
(73,44,69)
#341E2F
(52,30,47)
#1F1019
(31,16,25)
#000000
(0,0,0)

Tints of #F19CF5

#F19CF5
(241,156,245)
#F2A5F5
(242,165,245)
#F3AEF5
(243,174,245)
#F4B7F5
(244,183,245)
#F5C0F5
(245,192,245)
#F6C9F5
(246,201,245)
#F7D2F5
(247,210,245)
#F8DBF5
(248,219,245)
#F9E4F5
(249,228,245)
#FAEDF5
(250,237,245)
#FBF6F5
(251,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F19CF5; }

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

This text font color is #F19CF5.


Background Color

.myBgColor { background-color: #F19CF5; }

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

This div background color is #F19CF5.


Border color

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

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

This div border color is #F19CF5.


Opacity

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

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

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

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

This text has shadow with #F19CF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F19CF5 on black background.


Color preview on white background

This text has color #F19CF5 on white background.



Black color preview on #F19CF5 background

This text has black color on #F19CF5 background.


White color preview on #F19CF5 background

This text has white color on #F19CF5 background.