COLOR #FE6558

HEX: #FE6558
RGB: (254,101,88)

Color info

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

RGB color model

#FE6558 color RGB value is (254,101,88).

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

RGB channels and saturation

R 254 of 255 = 100%
G 101 of 255 = 40%
B 88 of 255 = 35%

254
101
88

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

Portions of RGB colors in percentages

R + G + B =
254 + 101 + 88 = 443 (100%)
R 254 of 443 ~ 57.34%
G 101 of 443 ~ 22.8%
B 88 of 443 ~ 19.86%

%57.34
%22.8
%19.86

CMYK color model

#FE6558 color CMYK value is (0,60,65,0).

  • cyan value is 0.00%
  • magenta value is 60.24%
  • yellow value is 65.35%
  • key color value is 0.39%
CMYK:
(0,60,65,0)
C0M60Y65K0 
(0%,60%,65%,0%)
(0.00/0.60/0.65/0.00)	

CMYK percentages

%0
%60.24
%65.35
%0.39

Codes

Color #FE6558 in popluar color models

FE6558
RGB25410188
HSL98.81%67.06%
HSB/HSV65.35%99.61%
CMYK0.00%60.24%65.35%
0.39%

Color #FE6558 in popluar number systems.

HEXFE6558
Decimal25410188
Binary1111111011001011011000
Octal376145130

Shades and tints

Shades of #FE6558

#FE6558
(254,101,88)
#E75C50
(231,92,80)
#D05348
(208,83,72)
#B94A40
(185,74,64)
#A24138
(162,65,56)
#8B3830
(139,56,48)
#742F28
(116,47,40)
#5D2620
(93,38,32)
#461D18
(70,29,24)
#2F1410
(47,20,16)
#180B08
(24,11,8)
#000000
(0,0,0)

Tints of #FE6558

#FE6558
(254,101,88)
#FE7367
(254,115,103)
#FE8176
(254,129,118)
#FE8F85
(254,143,133)
#FE9D94
(254,157,148)
#FEABA3
(254,171,163)
#FEB9B2
(254,185,178)
#FEC7C1
(254,199,193)
#FED5D0
(254,213,208)
#FEE3DF
(254,227,223)
#FEF1EE
(254,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE6558; }

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

This text font color is #FE6558.


Background Color

.myBgColor { background-color: #FE6558; }

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

This div background color is #FE6558.


Border color

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

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

This div border color is #FE6558.


Opacity

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

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

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

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

This text has shadow with #FE6558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE6558 on black background.


Color preview on white background

This text has color #FE6558 on white background.



Black color preview on #FE6558 background

This text has black color on #FE6558 background.


White color preview on #FE6558 background

This text has white color on #FE6558 background.