COLOR #F35EA6

HEX: #F35EA6
RGB: (243,94,166)

Color info

#F35EA6 contains mainly red color. Web safe color of #F35EA6 is #FF6699 (or #F69).

RGB color model

#F35EA6 color RGB value is (243,94,166).

  • red value is 243;
  • green value is 94;
  • blue value is 166.
RGB:
(243,94,166)
(95%,37%,65%)

RGB channels and saturation

R 243 of 255 = 95%
G 94 of 255 = 37%
B 166 of 255 = 65%

243
94
166

R + G + B ~ 66%. #F35EA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 94 + 166 = 503 (100%)
R 243 of 503 ~ 48.31%
G 94 of 503 ~ 18.69%
B 166 of 503 ~ 33%

%48.31
%18.69
%33

CMYK color model

#F35EA6 color CMYK value is (0,61,32,5).

  • cyan value is 0.00%
  • magenta value is 61.32%
  • yellow value is 31.69%
  • key color value is 4.71%
CMYK:
(0,61,32,5)
C0M61Y32K5 
(0%,61%,32%,5%)
(0.00/0.61/0.32/0.05)	

CMYK percentages

%0
%61.32
%31.69
%4.71

Codes

Color #F35EA6 in popluar color models

F35EA6
RGB24394166
HSL331°86.13%66.08%
HSB/HSV331°61.32%95.29%
CMYK0.00%61.32%31.69%
4.71%

Color #F35EA6 in popluar number systems.

HEXF35EA6
Decimal24394166
Binary11110011101111010100110
Octal363136246

Shades and tints

Shades of #F35EA6

#F35EA6
(243,94,166)
#DD5697
(221,86,151)
#C74E88
(199,78,136)
#B14679
(177,70,121)
#9B3E6A
(155,62,106)
#85365B
(133,54,91)
#6F2E4C
(111,46,76)
#59263D
(89,38,61)
#431E2E
(67,30,46)
#2D161F
(45,22,31)
#170E10
(23,14,16)
#000000
(0,0,0)

Tints of #F35EA6

#F35EA6
(243,94,166)
#F46CAE
(244,108,174)
#F57AB6
(245,122,182)
#F688BE
(246,136,190)
#F796C6
(247,150,198)
#F8A4CE
(248,164,206)
#F9B2D6
(249,178,214)
#FAC0DE
(250,192,222)
#FBCEE6
(251,206,230)
#FCDCEE
(252,220,238)
#FDEAF6
(253,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F35EA6 color. Also use rgb(243,94,166) instead hex code.

Text Font Color

.myTextColor { color: #F35EA6; }

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

This text font color is #F35EA6.


Background Color

.myBgColor { background-color: #F35EA6; }

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

This div background color is #F35EA6.


Border color

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

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

This div border color is #F35EA6.


Opacity

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

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

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

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

This text has shadow with #F35EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F35EA6 on black background.


Color preview on white background

This text has color #F35EA6 on white background.



Black color preview on #F35EA6 background

This text has black color on #F35EA6 background.


White color preview on #F35EA6 background

This text has white color on #F35EA6 background.