Color Hex Logo

#f92ead Color Hex

#F92EAD
(249,46,173)
0 Favorites   0 Comments

Color spaces of #f92ead

RGB 24946173
HSL0.900.940.58
HSV322°82°98°
CMYK 0.000.820.31   0.02
XYZ47.586725.110941.8739
Yxy25.11090.41530.2192
Hunter Lab50.110881.8151-14.4668
CIE-Lab57.183381.5808-19.2643

#f92ead color RGB value is (249,46,173).

#f92ead hex color red value is 249, green value is 46 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f92ead hue: 0.90 , saturation: 0.94 and the lightness value of f92ead is 0.58.

The process color (four color CMYK) of #f92ead color hex is 0.00, 0.82, 0.31, 0.02. Web safe color of #f92ead is #ff3399. Color #f92ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101110 10101101
Octal 371 56 255
Decimal 249 46 173
Hex F9 2E AD

RGB Percentages of Color #f92ead

%53.21
%9.83
%36.97

CMYK Percentages of Color #f92ead

%0
%82
%31
%2

Triadic Colors of #f92ead

#f92ead #adf92e #2eadf9

Analogous Colors of #f92ead

#f92ead #f92e48 #e02ef9

Monochromatic Colors of #f92ead

#f92ead

Complementary Color

#f92ead #2ef97a

#f92ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92ead Color CSS Codes

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

#f92ead Text Font Color

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

This sample text font color is #f92ead
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.


#f92ead Background Color

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

This div background color is #f92ead


#f92ead Border Color

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

This div border color is #f92ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92ead

Related Colors


Comments

No comments written yet.

Please login to write comment.