COLOR #F66465

HEX: #F66465
RGB: (246,100,101)

Color info

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

RGB color model

#F66465 color RGB value is (246,100,101).

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

RGB channels and saturation

R 246 of 255 = 96%
G 100 of 255 = 39%
B 101 of 255 = 40%

246
100
101

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

Portions of RGB colors in percentages

R + G + B =
246 + 100 + 101 = 447 (100%)
R 246 of 447 ~ 55.03%
G 100 of 447 ~ 22.37%
B 101 of 447 ~ 22.6%

%55.03
%22.37
%22.6

CMYK color model

#F66465 color CMYK value is (0,59,59,4).

  • cyan value is 0.00%
  • magenta value is 59.35%
  • yellow value is 58.94%
  • key color value is 3.53%
CMYK:
(0,59,59,4)
C0M59Y59K4 
(0%,59%,59%,4%)
(0.00/0.59/0.59/0.04)	

CMYK percentages

%0
%59.35
%58.94
%3.53

Codes

Color #F66465 in popluar color models

F66465
RGB246100101
HSL360°89.02%67.84%
HSB/HSV360°59.35%96.47%
CMYK0.00%59.35%58.94%
3.53%

Color #F66465 in popluar number systems.

HEXF66465
Decimal246100101
Binary1111011011001001100101
Octal366144145

Shades and tints

Shades of #F66465

#F66465
(246,100,101)
#E05B5C
(224,91,92)
#CA5253
(202,82,83)
#B4494A
(180,73,74)
#9E4041
(158,64,65)
#883738
(136,55,56)
#722E2F
(114,46,47)
#5C2526
(92,37,38)
#461C1D
(70,28,29)
#301314
(48,19,20)
#1A0A0B
(26,10,11)
#000000
(0,0,0)

Tints of #F66465

#F66465
(246,100,101)
#F67273
(246,114,115)
#F68081
(246,128,129)
#F68E8F
(246,142,143)
#F69C9D
(246,156,157)
#F6AAAB
(246,170,171)
#F6B8B9
(246,184,185)
#F6C6C7
(246,198,199)
#F6D4D5
(246,212,213)
#F6E2E3
(246,226,227)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F66465; }

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

This text font color is #F66465.


Background Color

.myBgColor { background-color: #F66465; }

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

This div background color is #F66465.


Border color

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

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

This div border color is #F66465.


Opacity

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

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

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

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

This text has shadow with #F66465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F66465 on black background.


Color preview on white background

This text has color #F66465 on white background.



Black color preview on #F66465 background

This text has black color on #F66465 background.


White color preview on #F66465 background

This text has white color on #F66465 background.