Color Hex Logo

#f50fba Color Hex

#F50FBA
(245,15,186)
0 Favorites   0 Comments

Color spaces of #f50fba

RGB 24515186
HSL0.880.920.51
HSV315°94°96°
CMYK 0.000.940.24   0.04
XYZ46.689923.299348.4908
Yxy23.29930.39410.1967
Hunter Lab48.269388.1878-25.7735
CIE-Lab55.379386.8468-29.6641

#f50fba color RGB value is (245,15,186).

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

The process color (four color CMYK) of #f50fba color hex is 0.00, 0.94, 0.24, 0.04. Web safe color of #f50fba is #ff00cc. Color #f50fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001111 10111010
Octal 365 17 272
Decimal 245 15 186
Hex F5 F BA

RGB Percentages of Color #f50fba

%54.93
%3.36
%41.70

CMYK Percentages of Color #f50fba

%0
%94
%24
%4

Triadic Colors of #f50fba

#f50fba #baf50f #0fbaf5

Analogous Colors of #f50fba

#f50fba #f50f47 #bd0ff5

Monochromatic Colors of #f50fba

#f50fba

Complementary Color

#f50fba #0ff54a

#f50fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f50fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f50fba Color CSS Codes

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

#f50fba Text Font Color

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

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


#f50fba Background Color

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

This div background color is #f50fba


#f50fba Border Color

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

This div border color is #f50fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f50fba


Comments

No comments written yet.

Please login to write comment.