Color Hex Logo

#f120bd Color Hex

#F120BD
(241,32,189)
0 Favorites   0 Comments

Color spaces of #f120bd

RGB 24132189
HSL0.870.880.54
HSV315°87°95°
CMYK 0.000.870.22   0.05
XYZ45.977423.407950.2390
Yxy23.40790.38430.1957
Hunter Lab48.381784.9615-27.6988
CIE-Lab55.490084.3524-31.2870

#f120bd color RGB value is (241,32,189).

#f120bd hex color red value is 241, green value is 32 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f120bd hue: 0.87 , saturation: 0.88 and the lightness value of f120bd is 0.54.

The process color (four color CMYK) of #f120bd color hex is 0.00, 0.87, 0.22, 0.05. Web safe color of #f120bd is #ff33cc. Color #f120bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100000 10111101
Octal 361 40 275
Decimal 241 32 189
Hex F1 20 BD

RGB Percentages of Color #f120bd

%52.16
%6.93
%40.91

CMYK Percentages of Color #f120bd

%0
%87
%22
%5

Triadic Colors of #f120bd

#f120bd #bdf120 #20bdf1

Analogous Colors of #f120bd

#f120bd #f12055 #bd20f1

Monochromatic Colors of #f120bd

#f120bd

Complementary Color

#f120bd #20f154

#f120bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f120bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f120bd Color CSS Codes

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

#f120bd Text Font Color

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

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


#f120bd Background Color

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

This div background color is #f120bd


#f120bd Border Color

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

This div border color is #f120bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f120bd


Comments

No comments written yet.

Please login to write comment.