Color Hex Logo

#f92061 Color Hex

#F92061
(249,32,97)
0 Favorites   0 Comments

Color spaces of #f92061

RGB 2493297
HSL0.950.950.55
HSV342°87°98°
CMYK 0.000.870.61   0.02
XYZ41.741122.035813.3626
Yxy22.03580.54110.2857
Hunter Lab46.942376.573215.9821
CIE-Lab54.065078.049721.4122

#f92061 color RGB value is (249,32,97).

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

The process color (four color CMYK) of #f92061 color hex is 0.00, 0.87, 0.61, 0.02. Web safe color of #f92061 is #ff3366. Color #f92061 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100000 01100001
Octal 371 40 141
Decimal 249 32 97
Hex F9 20 61

RGB Percentages of Color #f92061

%65.87
%8.47
%25.66

CMYK Percentages of Color #f92061

%0
%87
%61
%2

Triadic Colors of #f92061

#f92061 #61f920 #2061f9

Analogous Colors of #f92061

#f92061 #f94c20 #f920ce

Monochromatic Colors of #f92061

#f92061

Complementary Color

#f92061 #20f9b8

#f92061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92061 Color CSS Codes

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

#f92061 Text Font Color

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

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


#f92061 Background Color

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

This div background color is #f92061


#f92061 Border Color

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

This div border color is #f92061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92061


Comments

No comments written yet.

Please login to write comment.