COLOR #FF355E

HEX: #FF355E
RGB: (255,53,94)

Color info

#FF355E contains mainly red color. Web safe color of #FF355E is #FF3366 (or #F36).

RGB color model

#FF355E color RGB value is (255,53,94).

  • red value is 255;
  • green value is 53;
  • blue value is 94.
RGB:
(255,53,94)
(100%,21%,37%)

RGB channels and saturation

R 255 of 255 = 100%
G 53 of 255 = 21%
B 94 of 255 = 37%

255
53
94

R + G + B ~ 53%. #FF355E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
255 + 53 + 94 = 402 (100%)
R 255 of 402 ~ 63.43%
G 53 of 402 ~ 13.18%
B 94 of 402 ~ 23.38%

%63.43
%13.18
%23.38

CMYK color model

#FF355E color CMYK value is (0,79,63,0).

  • cyan value is 0.00%
  • magenta value is 79.22%
  • yellow value is 63.14%
  • key color value is 0.00%
CMYK:
(0,79,63,0)
C0M79Y63K0 
(0%,79%,63%,0%)
(0.00/0.79/0.63/0.00)	

CMYK percentages

%0
%79.22
%63.14
%0

Codes

Color #FF355E in popluar color models

FF355E
RGB2555394
HSL348°100.00%60.39%
HSB/HSV348°79.22%100.00%
CMYK0.00%79.22%63.14%
0.00%

Color #FF355E in popluar number systems.

HEXFF355E
Decimal2555394
Binary111111111101011011110
Octal37765136

Shades and tints

Shades of #FF355E

#FF355E
(255,53,94)
#E83156
(232,49,86)
#D12D4E
(209,45,78)
#BA2946
(186,41,70)
#A3253E
(163,37,62)
#8C2136
(140,33,54)
#751D2E
(117,29,46)
#5E1926
(94,25,38)
#47151E
(71,21,30)
#301116
(48,17,22)
#190D0E
(25,13,14)
#000000
(0,0,0)

Tints of #FF355E

#FF355E
(255,53,94)
#FF476C
(255,71,108)
#FF597A
(255,89,122)
#FF6B88
(255,107,136)
#FF7D96
(255,125,150)
#FF8FA4
(255,143,164)
#FFA1B2
(255,161,178)
#FFB3C0
(255,179,192)
#FFC5CE
(255,197,206)
#FFD7DC
(255,215,220)
#FFE9EA
(255,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF355E color. Also use rgb(255,53,94) instead hex code.

Text Font Color

.myTextColor { color: #FF355E; }

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

This text font color is #FF355E.


Background Color

.myBgColor { background-color: #FF355E; }

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

This div background color is #FF355E.


Border color

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

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

This div border color is #FF355E.


Opacity

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

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

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

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

This text has shadow with #FF355E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF355E on black background.


Color preview on white background

This text has color #FF355E on white background.



Black color preview on #FF355E background

This text has black color on #FF355E background.


White color preview on #FF355E background

This text has white color on #FF355E background.