Color Hex Logo

#f50fab Color Hex

#F50FAB
(245,15,171)
0 Favorites   0 Comments

Color spaces of #f50fab

RGB 24515171
HSL0.890.920.51
HSV319°94°96°
CMYK 0.000.940.30   0.04
XYZ45.177722.694440.5274
Yxy22.69440.41680.2094
Hunter Lab47.638685.9113-17.0925
CIE-Lab54.756285.2267-21.8731

#f50fab color RGB value is (245,15,171).

#f50fab hex color red value is 245, green value is 15 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f50fab hue: 0.89 , saturation: 0.92 and the lightness value of f50fab is 0.51.

The process color (four color CMYK) of #f50fab color hex is 0.00, 0.94, 0.30, 0.04. Web safe color of #f50fab is #ff0099. Color #f50fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001111 10101011
Octal 365 17 253
Decimal 245 15 171
Hex F5 F AB

RGB Percentages of Color #f50fab

%56.84
%3.48
%39.68

CMYK Percentages of Color #f50fab

%0
%94
%30
%4

Triadic Colors of #f50fab

#f50fab #abf50f #0fabf5

Analogous Colors of #f50fab

#f50fab #f50f38 #cc0ff5

Monochromatic Colors of #f50fab

#f50fab

Complementary Color

#f50fab #0ff559

#f50fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f50fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f50fab Color CSS Codes

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

#f50fab Text Font Color

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

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


#f50fab Background Color

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

This div background color is #f50fab


#f50fab Border Color

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

This div border color is #f50fab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,15,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f50fab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f50fab;
  -webkit-box-shadow: 1px 1px 3px 2px #f50fab;
  box-shadow:         1px 1px 3px 2px #f50fab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f50fab


Comments

No comments written yet.

Please login to write comment.