COLOR #F65A5F

HEX: #F65A5F
RGB: (246,90,95)

Color info

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

RGB color model

#F65A5F color RGB value is (246,90,95).

  • red value is 246;
  • green value is 90;
  • blue value is 95.
RGB:
(246,90,95)
(96%,35%,37%)

RGB channels and saturation

R 246 of 255 = 96%
G 90 of 255 = 35%
B 95 of 255 = 37%

246
90
95

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

Portions of RGB colors in percentages

R + G + B =
246 + 90 + 95 = 431 (100%)
R 246 of 431 ~ 57.08%
G 90 of 431 ~ 20.88%
B 95 of 431 ~ 22.04%

%57.08
%20.88
%22.04

CMYK color model

#F65A5F color CMYK value is (0,63,61,4).

  • cyan value is 0.00%
  • magenta value is 63.41%
  • yellow value is 61.38%
  • key color value is 3.53%
CMYK:
(0,63,61,4)
C0M63Y61K4 
(0%,63%,61%,4%)
(0.00/0.63/0.61/0.04)	

CMYK percentages

%0
%63.41
%61.38
%3.53

Codes

Color #F65A5F in popluar color models

F65A5F
RGB2469095
HSL358°89.66%65.88%
HSB/HSV358°63.41%96.47%
CMYK0.00%63.41%61.38%
3.53%

Color #F65A5F in popluar number systems.

HEXF65A5F
Decimal2469095
Binary1111011010110101011111
Octal366132137

Shades and tints

Shades of #F65A5F

#F65A5F
(246,90,95)
#E05257
(224,82,87)
#CA4A4F
(202,74,79)
#B44247
(180,66,71)
#9E3A3F
(158,58,63)
#883237
(136,50,55)
#722A2F
(114,42,47)
#5C2227
(92,34,39)
#461A1F
(70,26,31)
#301217
(48,18,23)
#1A0A0F
(26,10,15)
#000000
(0,0,0)

Tints of #F65A5F

#F65A5F
(246,90,95)
#F6696D
(246,105,109)
#F6787B
(246,120,123)
#F68789
(246,135,137)
#F69697
(246,150,151)
#F6A5A5
(246,165,165)
#F6B4B3
(246,180,179)
#F6C3C1
(246,195,193)
#F6D2CF
(246,210,207)
#F6E1DD
(246,225,221)
#F6F0EB
(246,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F65A5F color. Also use rgb(246,90,95) instead hex code.

Text Font Color

.myTextColor { color: #F65A5F; }

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

This text font color is #F65A5F.


Background Color

.myBgColor { background-color: #F65A5F; }

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

This div background color is #F65A5F.


Border color

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

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

This div border color is #F65A5F.


Opacity

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

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

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

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

This text has shadow with #F65A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F65A5F on black background.


Color preview on white background

This text has color #F65A5F on white background.



Black color preview on #F65A5F background

This text has black color on #F65A5F background.


White color preview on #F65A5F background

This text has white color on #F65A5F background.