Color Hex Logo

#f92da6 Color Hex

#F92DA6
(249,45,166)
0 Favorites   0 Comments

Color spaces of #f92da6

RGB 24945166
HSL0.900.940.58
HSV324°82°98°
CMYK 0.000.820.33   0.02
XYZ46.888224.769738.3861
Yxy24.76970.42610.2251
Hunter Lab49.769281.0712-10.8909
CIE-Lab56.850381.0639-15.6827

#f92da6 color RGB value is (249,45,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101101 10100110
Octal 371 55 246
Decimal 249 45 166
Hex F9 2D A6

RGB Percentages of Color #f92da6

%54.13
%9.78
%36.09

CMYK Percentages of Color #f92da6

%0
%82
%33
%2

Triadic Colors of #f92da6

#f92da6 #a6f92d #2da6f9

Analogous Colors of #f92da6

#f92da6 #f92d40 #e62df9

Monochromatic Colors of #f92da6

#f92da6

Complementary Color

#f92da6 #2df980

#f92da6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92da6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92da6 Color CSS Codes

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

#f92da6 Text Font Color

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

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


#f92da6 Background Color

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

This div background color is #f92da6


#f92da6 Border Color

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

This div border color is #f92da6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92da6

Related Colors


Comments

No comments written yet.

Please login to write comment.