Color Hex Logo

#f92090 Color Hex

#F92090
(249,32,144)
0 Favorites   0 Comments

Color spaces of #f92090

RGB 24932144
HSL0.910.950.55
HSV329°87°98°
CMYK 0.000.870.42   0.02
XYZ44.617523.186428.5094
Yxy23.18640.46330.2407
Hunter Lab48.152381.1302-1.3971
CIE-Lab55.263881.4190-5.0811

#f92090 color RGB value is (249,32,144).

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

The process color (four color CMYK) of #f92090 color hex is 0.00, 0.87, 0.42, 0.02. Web safe color of #f92090 is #ff3399. Color #f92090 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100000 10010000
Octal 371 40 220
Decimal 249 32 144
Hex F9 20 90

RGB Percentages of Color #f92090

%58.59
%7.53
%33.88

CMYK Percentages of Color #f92090

%0
%87
%42
%2

Triadic Colors of #f92090

#f92090 #90f920 #2090f9

Analogous Colors of #f92090

#f92090 #f92024 #f620f9

Monochromatic Colors of #f92090

#f92090

Complementary Color

#f92090 #20f989

#f92090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92090 Color CSS Codes

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

#f92090 Text Font Color

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

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


#f92090 Background Color

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

This div background color is #f92090


#f92090 Border Color

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

This div border color is #f92090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92090


Comments

No comments written yet.

Please login to write comment.