COLOR #F381E3

HEX: #F381E3
RGB: (243,129,227)

Color info

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

RGB color model

#F381E3 color RGB value is (243,129,227).

  • red value is 243;
  • green value is 129;
  • blue value is 227.
RGB:
(243,129,227)
(95%,51%,89%)

RGB channels and saturation

R 243 of 255 = 95%
G 129 of 255 = 51%
B 227 of 255 = 89%

243
129
227

R + G + B ~ 78%. #F381E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 129 + 227 = 599 (100%)
R 243 of 599 ~ 40.57%
G 129 of 599 ~ 21.54%
B 227 of 599 ~ 37.9%

%40.57
%21.54
%37.9

CMYK color model

#F381E3 color CMYK value is (0,47,7,5).

  • cyan value is 0.00%
  • magenta value is 46.91%
  • yellow value is 6.58%
  • key color value is 4.71%
CMYK:
(0,47,7,5)
C0M47Y7K5 
(0%,47%,7%,5%)
(0.00/0.47/0.07/0.05)	

CMYK percentages

%0
%46.91
%6.58
%4.71

Codes

Color #F381E3 in popluar color models

F381E3
RGB243129227
HSL308°82.61%72.94%
HSB/HSV308°46.91%95.29%
CMYK0.00%46.91%6.58%
4.71%

Color #F381E3 in popluar number systems.

HEXF381E3
Decimal243129227
Binary111100111000000111100011
Octal363201343

Shades and tints

Shades of #F381E3

#F381E3
(243,129,227)
#DD76CF
(221,118,207)
#C76BBB
(199,107,187)
#B160A7
(177,96,167)
#9B5593
(155,85,147)
#854A7F
(133,74,127)
#6F3F6B
(111,63,107)
#593457
(89,52,87)
#432943
(67,41,67)
#2D1E2F
(45,30,47)
#17131B
(23,19,27)
#000000
(0,0,0)

Tints of #F381E3

#F381E3
(243,129,227)
#F48CE5
(244,140,229)
#F597E7
(245,151,231)
#F6A2E9
(246,162,233)
#F7ADEB
(247,173,235)
#F8B8ED
(248,184,237)
#F9C3EF
(249,195,239)
#FACEF1
(250,206,241)
#FBD9F3
(251,217,243)
#FCE4F5
(252,228,245)
#FDEFF7
(253,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F381E3 color. Also use rgb(243,129,227) instead hex code.

Text Font Color

.myTextColor { color: #F381E3; }

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

This text font color is #F381E3.


Background Color

.myBgColor { background-color: #F381E3; }

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

This div background color is #F381E3.


Border color

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

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

This div border color is #F381E3.


Opacity

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

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

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

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

This text has shadow with #F381E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F381E3 on black background.


Color preview on white background

This text has color #F381E3 on white background.



Black color preview on #F381E3 background

This text has black color on #F381E3 background.


White color preview on #F381E3 background

This text has white color on #F381E3 background.