COLOR #FE0699

HEX: #FE0699
RGB: (254,6,153)

Color info

#FE0699 contains mainly red color. Web safe color of #FE0699 is #FF0099 (or #F09).

RGB color model

#FE0699 color RGB value is (254,6,153).

  • red value is 254;
  • green value is 6;
  • blue value is 153.
RGB:
(254,6,153)
(100%,2%,60%)

RGB channels and saturation

R 254 of 255 = 100%
G 6 of 255 = 2%
B 153 of 255 = 60%

254
6
153

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

Portions of RGB colors in percentages

R + G + B =
254 + 6 + 153 = 413 (100%)
R 254 of 413 ~ 61.5%
G 6 of 413 ~ 1.45%
B 153 of 413 ~ 37.05%

%61.5
%37.05

CMYK color model

#FE0699 color CMYK value is (0,98,40,0).

  • cyan value is 0.00%
  • magenta value is 97.64%
  • yellow value is 39.76%
  • key color value is 0.39%
CMYK:
(0,98,40,0)
C0M98Y40K0 
(0%,98%,40%,0%)
(0.00/0.98/0.40/0.00)	

CMYK percentages

%0
%97.64
%39.76
%0.39

Codes

Color #FE0699 in popluar color models

FE0699
RGB2546153
HSL324°99.20%50.98%
HSB/HSV324°97.64%99.61%
CMYK0.00%97.64%39.76%
0.39%

Color #FE0699 in popluar number systems.

HEXFE0699
Decimal2546153
Binary1111111011010011001
Octal3766231

Shades and tints

Shades of #FE0699

#FE0699
(254,6,153)
#E7068C
(231,6,140)
#D0067F
(208,6,127)
#B90672
(185,6,114)
#A20665
(162,6,101)
#8B0658
(139,6,88)
#74064B
(116,6,75)
#5D063E
(93,6,62)
#460631
(70,6,49)
#2F0624
(47,6,36)
#180617
(24,6,23)
#000000
(0,0,0)

Tints of #FE0699

#FE0699
(254,6,153)
#FE1CA2
(254,28,162)
#FE32AB
(254,50,171)
#FE48B4
(254,72,180)
#FE5EBD
(254,94,189)
#FE74C6
(254,116,198)
#FE8ACF
(254,138,207)
#FEA0D8
(254,160,216)
#FEB6E1
(254,182,225)
#FECCEA
(254,204,234)
#FEE2F3
(254,226,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE0699 color. Also use rgb(254,6,153) instead hex code.

Text Font Color

.myTextColor { color: #FE0699; }

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

This text font color is #FE0699.


Background Color

.myBgColor { background-color: #FE0699; }

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

This div background color is #FE0699.


Border color

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

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

This div border color is #FE0699.


Opacity

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

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

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

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

This text has shadow with #FE0699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE0699 on black background.


Color preview on white background

This text has color #FE0699 on white background.



Black color preview on #FE0699 background

This text has black color on #FE0699 background.


White color preview on #FE0699 background

This text has white color on #FE0699 background.