COLOR #F193E9

HEX: #F193E9 RGB: (241,147,233)

Color info

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

RGB color model

#F193E9 color RGB value is (241,147,233).

RGB: (241,147,233) (95%, 58%, 91%)

RGB channels and saturation

R 241 of 255 = 95%
G 147 of 255 = 58%
B 233 of 255 = 91%

241
147
233

R + G + B ~ 81%. #F193E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 147 + 233 = 621 (100%)
R 241 of 621 ~ 38.81%
G 147 of 621 ~ 23.67%
B 233 of 621 ~ 37.52'%

%38.81
%23.67
%37.52

CMYK color model

#F193E9 color CMYK value is (0,39,3,5).

  • cyan value is 0.00%
  • magenta value is 39.00%
  • yellow value is 3.32%
  • key color value is 5.49%

CMYK: (0,39,3,5)
C0M39Y3K5 (0%, 39%, 3%, 5%)
(0.00 / 0.39 / 0.03 / 0.05)

CMYK percentages

%0
%39
%3.32
%5.49

Codes

Color #F193E9 in popluar color models

F1 93 E9
RGB 241 147 233
HSL 305° 77.05% 76.08%
HSB/HSV 305° 39.00% 94.51%
CMYK 0.00% 39.00% 3.32%
5.49%

Color #F193E9 in popluar number systems.

HEX F1 93 E9
Decimal 241 147 233
Binary 11110001 10010011 11101001
Octal 361 223 351

Shades and tints

Shades of #F193E9

#F193E9
(241,147,233)
#DC86D4
(220,134,212)
#C779BF
(199,121,191)
#B26CAA
(178,108,170)
#9D5F95
(157,95,149)
#885280
(136,82,128)
#73456B
(115,69,107)
#5E3856
(94,56,86)
#492B41
(73,43,65)
#341E2C
(52,30,44)
#1F1117
(31,17,23)
#000000
(0,0,0)

Tints of #F193E9

#F193E9
(241,147,233)
#F29CEB
(242,156,235)
#F3A5ED
(243,165,237)
#F4AEEF
(244,174,239)
#F5B7F1
(245,183,241)
#F6C0F3
(246,192,243)
#F7C9F5
(247,201,245)
#F8D2F7
(248,210,247)
#F9DBF9
(249,219,249)
#FAE4FB
(250,228,251)
#FBEDFD
(251,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F193E9 color. Also use rgb(241,147,233) instead hex code.

Text Font Color

.myTextColor { color: #F193E9; }

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

This text font color is #F193E9.

Background Color

.myBgColor { background-color: #F193E9; }

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

This div background color is #F193E9.

Border color

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

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

This div border color is #F193E9.

Opacity

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

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

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

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

This text has shadow with #F193E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F193E9.

Preview

Color preview on black background

This text has color #F193E9 on black background.


Color preview on white background

This text has color #F193E9 on white background.


Black color preview on #F193E9 background

This text has black color on #F193E9 background.


White color preview on #F193E9 background

This text has white color on #F193E9 background.


Related colors

Complementary color

Complementary color for #hex is #0E6C16.


I love getcolorcode.com

Triadic colors

1 #E9F193 and #93E9F1 with #F193E9 are triadic colors.

2 #E993F1 and #93F1E9 with #F193E9 are triadic colors.