Color Hex Logo

#ff049f Color Hex

#FF049F
(255,4,159)
0 Favorites   0 Comments

Color spaces of #ff049f

RGB 2554159
HSL0.901.000.51
HSV323°98°100°
CMYK 0.000.980.38   0.00
XYZ47.541423.850034.8987
Yxy23.85000.44730.2244
Hunter Lab48.836588.3027-8.1833
CIE-Lab55.937386.8255-12.8417

#ff049f color RGB value is (255,4,159).

#ff049f hex color red value is 255, green value is 4 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ff049f hue: 0.90 , saturation: 1.00 and the lightness value of ff049f is 0.51.

The process color (four color CMYK) of #ff049f color hex is 0.00, 0.98, 0.38, 0.00. Web safe color of #ff049f is #ff0099. Color #ff049f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000100 10011111
Octal 377 4 237
Decimal 255 4 159
Hex FF 4 9F

RGB Percentages of Color #ff049f

%61.00
%0.96
%38.04

CMYK Percentages of Color #ff049f

%0
%98
%38
%0

Triadic Colors of #ff049f

#ff049f #9fff04 #049fff

Analogous Colors of #ff049f

#ff049f #ff0422 #e204ff

Monochromatic Colors of #ff049f

#ff049f

Complementary Color

#ff049f #04ff64

#ff049f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff049f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff049f Color CSS Codes

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

#ff049f Text Font Color

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

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


#ff049f Background Color

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

This div background color is #ff049f


#ff049f Border Color

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

This div border color is #ff049f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,4,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff049f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff049f;
  -webkit-box-shadow: 1px 1px 3px 2px #ff049f;
  box-shadow:         1px 1px 3px 2px #ff049f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff049f


Comments

No comments written yet.

Please login to write comment.