COLOR #FE5F64

HEX: #FE5F64
RGB: (254,95,100)

Color info

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

RGB color model

#FE5F64 color RGB value is (254,95,100).

  • red value is 254;
  • green value is 95;
  • blue value is 100.
RGB:
(254,95,100)
(100%,37%,39%)

RGB channels and saturation

R 254 of 255 = 100%
G 95 of 255 = 37%
B 100 of 255 = 39%

254
95
100

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

Portions of RGB colors in percentages

R + G + B =
254 + 95 + 100 = 449 (100%)
R 254 of 449 ~ 56.57%
G 95 of 449 ~ 21.16%
B 100 of 449 ~ 22.27%

%56.57
%21.16
%22.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 62.60%
  • yellow value is 60.63%
  • key color value is 0.39%
CMYK:
(0,63,61,0)
C0M63Y61K0 
(0%,63%,61%,0%)
(0.00/0.63/0.61/0.00)	

CMYK percentages

%0
%62.6
%60.63
%0.39

Codes

Color #FE5F64 in popluar color models

FE5F64
RGB25495100
HSL358°98.76%68.43%
HSB/HSV358°62.60%99.61%
CMYK0.00%62.60%60.63%
0.39%

Color #FE5F64 in popluar number systems.

HEXFE5F64
Decimal25495100
Binary1111111010111111100100
Octal376137144

Shades and tints

Shades of #FE5F64

#FE5F64
(254,95,100)
#E7575B
(231,87,91)
#D04F52
(208,79,82)
#B94749
(185,71,73)
#A23F40
(162,63,64)
#8B3737
(139,55,55)
#742F2E
(116,47,46)
#5D2725
(93,39,37)
#461F1C
(70,31,28)
#2F1713
(47,23,19)
#180F0A
(24,15,10)
#000000
(0,0,0)

Tints of #FE5F64

#FE5F64
(254,95,100)
#FE6D72
(254,109,114)
#FE7B80
(254,123,128)
#FE898E
(254,137,142)
#FE979C
(254,151,156)
#FEA5AA
(254,165,170)
#FEB3B8
(254,179,184)
#FEC1C6
(254,193,198)
#FECFD4
(254,207,212)
#FEDDE2
(254,221,226)
#FEEBF0
(254,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE5F64 color. Also use rgb(254,95,100) instead hex code.

Text Font Color

.myTextColor { color: #FE5F64; }

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

This text font color is #FE5F64.


Background Color

.myBgColor { background-color: #FE5F64; }

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

This div background color is #FE5F64.


Border color

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

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

This div border color is #FE5F64.


Opacity

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

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

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

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

This text has shadow with #FE5F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE5F64 on black background.


Color preview on white background

This text has color #FE5F64 on white background.



Black color preview on #FE5F64 background

This text has black color on #FE5F64 background.


White color preview on #FE5F64 background

This text has white color on #FE5F64 background.