COLOR #FF3A60

HEX: #FF3A60
RGB: (255,58,96)

Color info

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

RGB color model

#FF3A60 color RGB value is (255,58,96).

  • red value is 255;
  • green value is 58;
  • blue value is 96.
RGB:
(255,58,96)
(100%,23%,38%)

RGB channels and saturation

R 255 of 255 = 100%
G 58 of 255 = 23%
B 96 of 255 = 38%

255
58
96

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

Portions of RGB colors in percentages

R + G + B =
255 + 58 + 96 = 409 (100%)
R 255 of 409 ~ 62.35%
G 58 of 409 ~ 14.18%
B 96 of 409 ~ 23.47%

%62.35
%14.18
%23.47

CMYK color model

#FF3A60 color CMYK value is (0,77,62,0).

  • cyan value is 0.00%
  • magenta value is 77.25%
  • yellow value is 62.35%
  • key color value is 0.00%
CMYK:
(0,77,62,0)
C0M77Y62K0 
(0%,77%,62%,0%)
(0.00/0.77/0.62/0.00)	

CMYK percentages

%0
%77.25
%62.35
%0

Codes

Color #FF3A60 in popluar color models

FF3A60
RGB2555896
HSL348°100.00%61.37%
HSB/HSV348°77.25%100.00%
CMYK0.00%77.25%62.35%
0.00%

Color #FF3A60 in popluar number systems.

HEXFF3A60
Decimal2555896
Binary111111111110101100000
Octal37772140

Shades and tints

Shades of #FF3A60

#FF3A60
(255,58,96)
#E83558
(232,53,88)
#D13050
(209,48,80)
#BA2B48
(186,43,72)
#A32640
(163,38,64)
#8C2138
(140,33,56)
#751C30
(117,28,48)
#5E1728
(94,23,40)
#471220
(71,18,32)
#300D18
(48,13,24)
#190810
(25,8,16)
#000000
(0,0,0)

Tints of #FF3A60

#FF3A60
(255,58,96)
#FF4B6E
(255,75,110)
#FF5C7C
(255,92,124)
#FF6D8A
(255,109,138)
#FF7E98
(255,126,152)
#FF8FA6
(255,143,166)
#FFA0B4
(255,160,180)
#FFB1C2
(255,177,194)
#FFC2D0
(255,194,208)
#FFD3DE
(255,211,222)
#FFE4EC
(255,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF3A60 color. Also use rgb(255,58,96) instead hex code.

Text Font Color

.myTextColor { color: #FF3A60; }

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

This text font color is #FF3A60.


Background Color

.myBgColor { background-color: #FF3A60; }

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

This div background color is #FF3A60.


Border color

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

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

This div border color is #FF3A60.


Opacity

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

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

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

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

This text has shadow with #FF3A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF3A60 on black background.


Color preview on white background

This text has color #FF3A60 on white background.



Black color preview on #FF3A60 background

This text has black color on #FF3A60 background.


White color preview on #FF3A60 background

This text has white color on #FF3A60 background.