Color Hex Logo

#f92885 Color Hex

#F92885
(249,40,133)
0 Favorites   0 Comments

Color spaces of #f92885

RGB 24940133
HSL0.930.950.57
HSV333°84°98°
CMYK 0.000.840.47   0.02
XYZ44.059423.350824.3753
Yxy23.35080.48000.2544
Hunter Lab48.322778.18723.9183
CIE-Lab55.431979.06761.7189

#f92885 color RGB value is (249,40,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101000 10000101
Octal 371 50 205
Decimal 249 40 133
Hex F9 28 85

RGB Percentages of Color #f92885

%59.00
%9.48
%31.52

CMYK Percentages of Color #f92885

%0
%84
%47
%2

Triadic Colors of #f92885

#f92885 #85f928 #2885f9

Analogous Colors of #f92885

#f92885 #f93328 #f928ee

Monochromatic Colors of #f92885

#f92885

Complementary Color

#f92885 #28f99c

#f92885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92885 Color CSS Codes

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

#f92885 Text Font Color

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

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


#f92885 Background Color

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

This div background color is #f92885


#f92885 Border Color

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

This div border color is #f92885


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,40,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 #f92885">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92885

Related Colors


Comments

No comments written yet.

Please login to write comment.