Color Hex Logo

#f92cbe Color Hex

#F92CBE
(249,44,190)
0 Favorites   0 Comments

Color spaces of #f92cbe

RGB 24944190
HSL0.880.940.57
HSV317°82°98°
CMYK 0.000.820.24   0.02
XYZ49.261925.658851.0715
Yxy25.65880.39100.2037
Hunter Lab50.654584.9472-24.3199
CIE-Lab57.711883.9082-28.3055

#f92cbe color RGB value is (249,44,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101100 10111110
Octal 371 54 276
Decimal 249 44 190
Hex F9 2C BE

RGB Percentages of Color #f92cbe

%51.55
%9.11
%39.34

CMYK Percentages of Color #f92cbe

%0
%82
%24
%2

Triadic Colors of #f92cbe

#f92cbe #bef92c #2cbef9

Analogous Colors of #f92cbe

#f92cbe #f92c57 #ce2cf9

Monochromatic Colors of #f92cbe

#f92cbe

Complementary Color

#f92cbe #2cf967

#f92cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92cbe Color CSS Codes

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

#f92cbe Text Font Color

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

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


#f92cbe Background Color

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

This div background color is #f92cbe


#f92cbe Border Color

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

This div border color is #f92cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92cbe


Comments

No comments written yet.

Please login to write comment.