COLOR #F358D1

HEX: #F358D1
RGB: (243,88,209)

Color info

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

RGB color model

#F358D1 color RGB value is (243,88,209).

  • red value is 243;
  • green value is 88;
  • blue value is 209.
RGB:
(243,88,209)
(95%,35%,82%)

RGB channels and saturation

R 243 of 255 = 95%
G 88 of 255 = 35%
B 209 of 255 = 82%

243
88
209

R + G + B ~ 71%. #F358D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 88 + 209 = 540 (100%)
R 243 of 540 ~ 45%
G 88 of 540 ~ 16.3%
B 209 of 540 ~ 38.7%

%45
%16.3
%38.7

CMYK color model

#F358D1 color CMYK value is (0,64,14,5).

  • cyan value is 0.00%
  • magenta value is 63.79%
  • yellow value is 13.99%
  • key color value is 4.71%
CMYK:
(0,64,14,5)
C0M64Y14K5 
(0%,64%,14%,5%)
(0.00/0.64/0.14/0.05)	

CMYK percentages

%0
%63.79
%13.99
%4.71

Codes

Color #F358D1 in popluar color models

F358D1
RGB24388209
HSL313°86.59%64.90%
HSB/HSV313°63.79%95.29%
CMYK0.00%63.79%13.99%
4.71%

Color #F358D1 in popluar number systems.

HEXF358D1
Decimal24388209
Binary11110011101100011010001
Octal363130321

Shades and tints

Shades of #F358D1

#F358D1
(243,88,209)
#DD50BE
(221,80,190)
#C748AB
(199,72,171)
#B14098
(177,64,152)
#9B3885
(155,56,133)
#853072
(133,48,114)
#6F285F
(111,40,95)
#59204C
(89,32,76)
#431839
(67,24,57)
#2D1026
(45,16,38)
#170813
(23,8,19)
#000000
(0,0,0)

Tints of #F358D1

#F358D1
(243,88,209)
#F467D5
(244,103,213)
#F576D9
(245,118,217)
#F685DD
(246,133,221)
#F794E1
(247,148,225)
#F8A3E5
(248,163,229)
#F9B2E9
(249,178,233)
#FAC1ED
(250,193,237)
#FBD0F1
(251,208,241)
#FCDFF5
(252,223,245)
#FDEEF9
(253,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F358D1 color. Also use rgb(243,88,209) instead hex code.

Text Font Color

.myTextColor { color: #F358D1; }

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

This text font color is #F358D1.


Background Color

.myBgColor { background-color: #F358D1; }

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

This div background color is #F358D1.


Border color

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

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

This div border color is #F358D1.


Opacity

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

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

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

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

This text has shadow with #F358D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F358D1 on black background.


Color preview on white background

This text has color #F358D1 on white background.



Black color preview on #F358D1 background

This text has black color on #F358D1 background.


White color preview on #F358D1 background

This text has white color on #F358D1 background.