Color Hex Logo

#f92085 Color Hex

#F92085
(249,32,133)
0 Favorites   0 Comments

Color spaces of #f92085

RGB 24932133
HSL0.920.950.55
HSV332°87°98°
CMYK 0.000.870.47   0.02
XYZ43.817122.866224.2945
Yxy22.86620.48160.2513
Hunter Lab47.818679.88033.3504
CIE-Lab54.934380.50180.9953

#f92085 color RGB value is (249,32,133).

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

The process color (four color CMYK) of #f92085 color hex is 0.00, 0.87, 0.47, 0.02. Web safe color of #f92085 is #ff3399. Color #f92085 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100000 10000101
Octal 371 40 205
Decimal 249 32 133
Hex F9 20 85

RGB Percentages of Color #f92085

%60.14
%7.73
%32.13

CMYK Percentages of Color #f92085

%0
%87
%47
%2

Triadic Colors of #f92085

#f92085 #85f920 #2085f9

Analogous Colors of #f92085

#f92085 #f92820 #f920f2

Monochromatic Colors of #f92085

#f92085

Complementary Color

#f92085 #20f994

#f92085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92085 Color CSS Codes

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

#f92085 Text Font Color

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

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


#f92085 Background Color

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

This div background color is #f92085


#f92085 Border Color

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

This div border color is #f92085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92085


Comments

No comments written yet.

Please login to write comment.