Color Hex Logo

#f143bd Color Hex

#F143BD
(241,67,189)
0 Favorites   0 Comments

Color spaces of #f143bd

RGB 24167189
HSL0.880.860.60
HSV318°72°95°
CMYK 0.000.720.22   0.05
XYZ47.468126.389250.7359
Yxy26.38920.38100.2118
Hunter Lab51.370475.0421-22.5984
CIE-Lab58.404675.9863-26.7697

#f143bd color RGB value is (241,67,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01000011 10111101
Octal 361 103 275
Decimal 241 67 189
Hex F1 43 BD

RGB Percentages of Color #f143bd

%48.49
%13.48
%38.03

CMYK Percentages of Color #f143bd

%0
%72
%22
%5

Triadic Colors of #f143bd

#f143bd #bdf143 #43bdf1

Analogous Colors of #f143bd

#f143bd #f14366 #ce43f1

Monochromatic Colors of #f143bd

#f143bd

Complementary Color

#f143bd #43f177

#f143bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f143bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f143bd Color CSS Codes

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

#f143bd Text Font Color

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

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


#f143bd Background Color

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

This div background color is #f143bd


#f143bd Border Color

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

This div border color is #f143bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f143bd


Comments

No comments written yet.

Please login to write comment.