Color Hex Logo

#f91ede Color Hex

#F91EDE
(249,30,222)
0 Favorites   0 Comments

Color spaces of #f91ede

RGB 24930222
HSL0.850.950.55
HSV307°88°98°
CMYK 0.000.880.11   0.02
XYZ52.716026.342271.4134
Yxy26.34220.35030.1751
Hunter Lab51.324793.5208-46.5692
CIE-Lab58.360490.2880-45.5604

#f91ede color RGB value is (249,30,222).

#f91ede hex color red value is 249, green value is 30 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f91ede hue: 0.85 , saturation: 0.95 and the lightness value of f91ede is 0.55.

The process color (four color CMYK) of #f91ede color hex is 0.00, 0.88, 0.11, 0.02. Web safe color of #f91ede is #ff33cc. Color #f91ede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011110 11011110
Octal 371 36 336
Decimal 249 30 222
Hex F9 1E DE

RGB Percentages of Color #f91ede

%49.70
%5.99
%44.31

CMYK Percentages of Color #f91ede

%0
%88
%11
%2

Triadic Colors of #f91ede

#f91ede #def91e #1edef9

Analogous Colors of #f91ede

#f91ede #f91e71 #a71ef9

Monochromatic Colors of #f91ede

#f91ede

Complementary Color

#f91ede #1ef939

#f91ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91ede Color CSS Codes

.mybgcolor {background-color:#f91ede; } 
.myforecolor {color:#f91ede; }
.mybordercolor {border:3px solid #f91ede; }

#f91ede Text Font Color

<p style="color:#f91ede">Text here</p>

This sample text font color is #f91ede
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f91ede Background Color

<div style="background-color:#f91ede">
Div content here</div>

This div background color is #f91ede


#f91ede Border Color

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

This div border color is #f91ede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,30,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f91ede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f91ede;
  -webkit-box-shadow: 1px 1px 3px 2px #f91ede;
  box-shadow:         1px 1px 3px 2px #f91ede; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,30,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f91ede">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f91ede;
  -webkit-box-shadow: 1px 1px 3px 2px #f91ede;
  box-shadow:         1px 1px 3px 2px #f91ede;">
Div content here</div>

This div box has shadow with color #f91ede


Comments

No comments written yet.

Please login to write comment.