Color Hex Logo

#f92099 Color Hex

#F92099
(249,32,153)
0 Favorites   0 Comments

Color spaces of #f92099

RGB 24932153
HSL0.910.950.55
HSV327°87°98°
CMYK 0.000.870.39   0.02
XYZ45.333223.472732.2783
Yxy23.47270.44850.2322
Hunter Lab48.448682.2367-5.5872
CIE-Lab55.555982.2266-9.9840

#f92099 color RGB value is (249,32,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100000 10011001
Octal 371 40 231
Decimal 249 32 153
Hex F9 20 99

RGB Percentages of Color #f92099

%57.37
%7.37
%35.25

CMYK Percentages of Color #f92099

%0
%87
%39
%2

Triadic Colors of #f92099

#f92099 #99f920 #2099f9

Analogous Colors of #f92099

#f92099 #f9202c #ed20f9

Monochromatic Colors of #f92099

#f92099

Complementary Color

#f92099 #20f980

#f92099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92099 Color CSS Codes

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

#f92099 Text Font Color

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

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


#f92099 Background Color

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

This div background color is #f92099


#f92099 Border Color

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

This div border color is #f92099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92099

Related Colors


Comments

No comments written yet.

Please login to write comment.