Color Hex Logo

#f92aac Color Hex

#F92AAC
(249,42,172)
0 Favorites   0 Comments

Color spaces of #f92aac

RGB 24942172
HSL0.900.950.57
HSV322°83°98°
CMYK 0.000.830.31   0.02
XYZ47.341324.774241.3165
Yxy24.77420.41740.2184
Hunter Lab49.773782.6729-14.3743
CIE-Lab56.854782.3134-19.1826

#f92aac color RGB value is (249,42,172).

#f92aac hex color red value is 249, green value is 42 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f92aac hue: 0.90 , saturation: 0.95 and the lightness value of f92aac is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101010 10101100
Octal 371 52 254
Decimal 249 42 172
Hex F9 2A AC

RGB Percentages of Color #f92aac

%53.78
%9.07
%37.15

CMYK Percentages of Color #f92aac

%0
%83
%31
%2

Triadic Colors of #f92aac

#f92aac #acf92a #2aacf9

Analogous Colors of #f92aac

#f92aac #f92a45 #df2af9

Monochromatic Colors of #f92aac

#f92aac

Complementary Color

#f92aac #2af977

#f92aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92aac Color CSS Codes

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

#f92aac Text Font Color

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

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


#f92aac Background Color

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

This div background color is #f92aac


#f92aac Border Color

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

This div border color is #f92aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92aac


Comments

No comments written yet.

Please login to write comment.