COLOR #F357DD

HEX: #F357DD
RGB: (243,87,221)

Color info

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

RGB color model

#F357DD color RGB value is (243,87,221).

  • red value is 243;
  • green value is 87;
  • blue value is 221.
RGB:
(243,87,221)
(95%,34%,87%)

RGB channels and saturation

R 243 of 255 = 95%
G 87 of 255 = 34%
B 221 of 255 = 87%

243
87
221

R + G + B ~ 72%. #F357DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 87 + 221 = 551 (100%)
R 243 of 551 ~ 44.1%
G 87 of 551 ~ 15.79%
B 221 of 551 ~ 40.11%

%44.1
%15.79
%40.11

CMYK color model

#F357DD color CMYK value is (0,64,9,5).

  • cyan value is 0.00%
  • magenta value is 64.20%
  • yellow value is 9.05%
  • key color value is 4.71%
CMYK:
(0,64,9,5)
C0M64Y9K5 
(0%,64%,9%,5%)
(0.00/0.64/0.09/0.05)	

CMYK percentages

%0
%64.2
%9.05
%4.71

Codes

Color #F357DD in popluar color models

F357DD
RGB24387221
HSL308°86.67%64.71%
HSB/HSV308°64.20%95.29%
CMYK0.00%64.20%9.05%
4.71%

Color #F357DD in popluar number systems.

HEXF357DD
Decimal24387221
Binary11110011101011111011101
Octal363127335

Shades and tints

Shades of #F357DD

#F357DD
(243,87,221)
#DD50C9
(221,80,201)
#C749B5
(199,73,181)
#B142A1
(177,66,161)
#9B3B8D
(155,59,141)
#853479
(133,52,121)
#6F2D65
(111,45,101)
#592651
(89,38,81)
#431F3D
(67,31,61)
#2D1829
(45,24,41)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #F357DD

#F357DD
(243,87,221)
#F466E0
(244,102,224)
#F575E3
(245,117,227)
#F684E6
(246,132,230)
#F793E9
(247,147,233)
#F8A2EC
(248,162,236)
#F9B1EF
(249,177,239)
#FAC0F2
(250,192,242)
#FBCFF5
(251,207,245)
#FCDEF8
(252,222,248)
#FDEDFB
(253,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F357DD color. Also use rgb(243,87,221) instead hex code.

Text Font Color

.myTextColor { color: #F357DD; }

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

This text font color is #F357DD.


Background Color

.myBgColor { background-color: #F357DD; }

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

This div background color is #F357DD.


Border color

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

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

This div border color is #F357DD.


Opacity

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

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

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

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

This text has shadow with #F357DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F357DD on black background.


Color preview on white background

This text has color #F357DD on white background.



Black color preview on #F357DD background

This text has black color on #F357DD background.


White color preview on #F357DD background

This text has white color on #F357DD background.