COLOR #FE0B7A

HEX: #FE0B7A
RGB: (254,11,122)

Color info

#FE0B7A contains mainly red color. Web safe color of #FE0B7A is #FF0066 (or #F06).

RGB color model

#FE0B7A color RGB value is (254,11,122).

  • red value is 254;
  • green value is 11;
  • blue value is 122.
RGB:
(254,11,122)
(100%,4%,48%)

RGB channels and saturation

R 254 of 255 = 100%
G 11 of 255 = 4%
B 122 of 255 = 48%

254
11
122

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

Portions of RGB colors in percentages

R + G + B =
254 + 11 + 122 = 387 (100%)
R 254 of 387 ~ 65.63%
G 11 of 387 ~ 2.84%
B 122 of 387 ~ 31.52%

%65.63
%31.52

CMYK color model

#FE0B7A color CMYK value is (0,96,52,0).

  • cyan value is 0.00%
  • magenta value is 95.67%
  • yellow value is 51.97%
  • key color value is 0.39%
CMYK:
(0,96,52,0)
C0M96Y52K0 
(0%,96%,52%,0%)
(0.00/0.96/0.52/0.00)	

CMYK percentages

%0
%95.67
%51.97
%0.39

Codes

Color #FE0B7A in popluar color models

FE0B7A
RGB25411122
HSL333°99.18%51.96%
HSB/HSV333°95.67%99.61%
CMYK0.00%95.67%51.97%
0.39%

Color #FE0B7A in popluar number systems.

HEXFE0B7A
Decimal25411122
Binary1111111010111111010
Octal37613172

Shades and tints

Shades of #FE0B7A

#FE0B7A
(254,11,122)
#E70A6F
(231,10,111)
#D00964
(208,9,100)
#B90859
(185,8,89)
#A2074E
(162,7,78)
#8B0643
(139,6,67)
#740538
(116,5,56)
#5D042D
(93,4,45)
#460322
(70,3,34)
#2F0217
(47,2,23)
#18010C
(24,1,12)
#000000
(0,0,0)

Tints of #FE0B7A

#FE0B7A
(254,11,122)
#FE2186
(254,33,134)
#FE3792
(254,55,146)
#FE4D9E
(254,77,158)
#FE63AA
(254,99,170)
#FE79B6
(254,121,182)
#FE8FC2
(254,143,194)
#FEA5CE
(254,165,206)
#FEBBDA
(254,187,218)
#FED1E6
(254,209,230)
#FEE7F2
(254,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE0B7A color. Also use rgb(254,11,122) instead hex code.

Text Font Color

.myTextColor { color: #FE0B7A; }

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

This text font color is #FE0B7A.


Background Color

.myBgColor { background-color: #FE0B7A; }

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

This div background color is #FE0B7A.


Border color

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

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

This div border color is #FE0B7A.


Opacity

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

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

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

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

This text has shadow with #FE0B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE0B7A on black background.


Color preview on white background

This text has color #FE0B7A on white background.



Black color preview on #FE0B7A background

This text has black color on #FE0B7A background.


White color preview on #FE0B7A background

This text has white color on #FE0B7A background.