Color Hex Logo

#f92cdd Color Hex

#F92CDD
(249,44,221)
0 Favorites   0 Comments

Color spaces of #f92cdd

RGB 24944221
HSL0.860.940.57
HSV308°82°98°
CMYK 0.000.820.11   0.02
XYZ53.018727.161670.8549
Yxy27.16160.35100.1798
Hunter Lab52.116890.3846-44.1254
CIE-Lab59.123687.7833-43.7904

#f92cdd color RGB value is (249,44,221).

#f92cdd hex color red value is 249, green value is 44 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f92cdd hue: 0.86 , saturation: 0.94 and the lightness value of f92cdd is 0.57.

The process color (four color CMYK) of #f92cdd color hex is 0.00, 0.82, 0.11, 0.02. Web safe color of #f92cdd is #ff33cc. Color #f92cdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101100 11011101
Octal 371 54 335
Decimal 249 44 221
Hex F9 2C DD

RGB Percentages of Color #f92cdd

%48.44
%8.56
%43.00

CMYK Percentages of Color #f92cdd

%0
%82
%11
%2

Triadic Colors of #f92cdd

#f92cdd #ddf92c #2cddf9

Analogous Colors of #f92cdd

#f92cdd #f92c77 #af2cf9

Monochromatic Colors of #f92cdd

#f92cdd

Complementary Color

#f92cdd #2cf948

#f92cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92cdd Color CSS Codes

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

#f92cdd Text Font Color

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

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


#f92cdd Background Color

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

This div background color is #f92cdd


#f92cdd Border Color

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

This div border color is #f92cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92cdd


Comments

No comments written yet.

Please login to write comment.