COLOR #FF6565

HEX: #FF6565
RGB: (255,101,101)

Color info

#FF6565 contains mainly red color. Web safe color of #FF6565 is #FF6666 (or #F66).

RGB color model

#FF6565 color RGB value is (255,101,101).

  • red value is 255;
  • green value is 101;
  • blue value is 101.
RGB:
(255,101,101)
(100%,40%,40%)

RGB channels and saturation

R 255 of 255 = 100%
G 101 of 255 = 40%
B 101 of 255 = 40%

255
101
101

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

Portions of RGB colors in percentages

R + G + B =
255 + 101 + 101 = 457 (100%)
R 255 of 457 ~ 55.8%
G 101 of 457 ~ 22.1%
B 101 of 457 ~ 22.1%

%55.8
%22.1
%22.1

CMYK color model

#FF6565 color CMYK value is (0,60,60,0).

  • cyan value is 0.00%
  • magenta value is 60.39%
  • yellow value is 60.39%
  • key color value is 0.00%
CMYK:
(0,60,60,0)
C0M60Y60K0 
(0%,60%,60%,0%)
(0.00/0.60/0.60/0.00)	

CMYK percentages

%0
%60.39
%60.39
%0

Codes

Color #FF6565 in popluar color models

FF6565
RGB255101101
HSL100.00%69.80%
HSB/HSV60.39%100.00%
CMYK0.00%60.39%60.39%
0.00%

Color #FF6565 in popluar number systems.

HEXFF6565
Decimal255101101
Binary1111111111001011100101
Octal377145145

Shades and tints

Shades of #FF6565

#FF6565
(255,101,101)
#E85C5C
(232,92,92)
#D15353
(209,83,83)
#BA4A4A
(186,74,74)
#A34141
(163,65,65)
#8C3838
(140,56,56)
#752F2F
(117,47,47)
#5E2626
(94,38,38)
#471D1D
(71,29,29)
#301414
(48,20,20)
#190B0B
(25,11,11)
#000000
(0,0,0)

Tints of #FF6565

#FF6565
(255,101,101)
#FF7373
(255,115,115)
#FF8181
(255,129,129)
#FF8F8F
(255,143,143)
#FF9D9D
(255,157,157)
#FFABAB
(255,171,171)
#FFB9B9
(255,185,185)
#FFC7C7
(255,199,199)
#FFD5D5
(255,213,213)
#FFE3E3
(255,227,227)
#FFF1F1
(255,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF6565; }

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

This text font color is #FF6565.


Background Color

.myBgColor { background-color: #FF6565; }

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

This div background color is #FF6565.


Border color

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

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

This div border color is #FF6565.


Opacity

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

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

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

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

This text has shadow with #FF6565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF6565 on black background.


Color preview on white background

This text has color #FF6565 on white background.



Black color preview on #FF6565 background

This text has black color on #FF6565 background.


White color preview on #FF6565 background

This text has white color on #FF6565 background.