COLOR #F35CA8

HEX: #F35CA8
RGB: (243,92,168)

Color info

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

RGB color model

#F35CA8 color RGB value is (243,92,168).

  • red value is 243;
  • green value is 92;
  • blue value is 168.
RGB:
(243,92,168)
(95%,36%,66%)

RGB channels and saturation

R 243 of 255 = 95%
G 92 of 255 = 36%
B 168 of 255 = 66%

243
92
168

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

Portions of RGB colors in percentages

R + G + B =
243 + 92 + 168 = 503 (100%)
R 243 of 503 ~ 48.31%
G 92 of 503 ~ 18.29%
B 168 of 503 ~ 33.4%

%48.31
%18.29
%33.4

CMYK color model

#F35CA8 color CMYK value is (0,62,31,5).

  • cyan value is 0.00%
  • magenta value is 62.14%
  • yellow value is 30.86%
  • key color value is 4.71%
CMYK:
(0,62,31,5)
C0M62Y31K5 
(0%,62%,31%,5%)
(0.00/0.62/0.31/0.05)	

CMYK percentages

%0
%62.14
%30.86
%4.71

Codes

Color #F35CA8 in popluar color models

F35CA8
RGB24392168
HSL330°86.29%65.69%
HSB/HSV330°62.14%95.29%
CMYK0.00%62.14%30.86%
4.71%

Color #F35CA8 in popluar number systems.

HEXF35CA8
Decimal24392168
Binary11110011101110010101000
Octal363134250

Shades and tints

Shades of #F35CA8

#F35CA8
(243,92,168)
#DD5499
(221,84,153)
#C74C8A
(199,76,138)
#B1447B
(177,68,123)
#9B3C6C
(155,60,108)
#85345D
(133,52,93)
#6F2C4E
(111,44,78)
#59243F
(89,36,63)
#431C30
(67,28,48)
#2D1421
(45,20,33)
#170C12
(23,12,18)
#000000
(0,0,0)

Tints of #F35CA8

#F35CA8
(243,92,168)
#F46AAF
(244,106,175)
#F578B6
(245,120,182)
#F686BD
(246,134,189)
#F794C4
(247,148,196)
#F8A2CB
(248,162,203)
#F9B0D2
(249,176,210)
#FABED9
(250,190,217)
#FBCCE0
(251,204,224)
#FCDAE7
(252,218,231)
#FDE8EE
(253,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F35CA8 color. Also use rgb(243,92,168) instead hex code.

Text Font Color

.myTextColor { color: #F35CA8; }

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

This text font color is #F35CA8.


Background Color

.myBgColor { background-color: #F35CA8; }

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

This div background color is #F35CA8.


Border color

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

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

This div border color is #F35CA8.


Opacity

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

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

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

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

This text has shadow with #F35CA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F35CA8 on black background.


Color preview on white background

This text has color #F35CA8 on white background.



Black color preview on #F35CA8 background

This text has black color on #F35CA8 background.


White color preview on #F35CA8 background

This text has white color on #F35CA8 background.