Color Hex Logo

#f142bd Color Hex

#F142BD
(241,66,189)
0 Favorites   0 Comments

Color spaces of #f142bd

RGB 24166189
HSL0.880.860.60
HSV318°73°95°
CMYK 0.000.730.22   0.05
XYZ47.409226.271350.7162
Yxy26.27130.38110.2112
Hunter Lab51.255575.4078-22.7872
CIE-Lab58.293776.3005-26.9410

#f142bd color RGB value is (241,66,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01000010 10111101
Octal 361 102 275
Decimal 241 66 189
Hex F1 42 BD

RGB Percentages of Color #f142bd

%48.59
%13.31
%38.10

CMYK Percentages of Color #f142bd

%0
%73
%22
%5

Triadic Colors of #f142bd

#f142bd #bdf142 #42bdf1

Analogous Colors of #f142bd

#f142bd #f14266 #ce42f1

Monochromatic Colors of #f142bd

#f142bd

Complementary Color

#f142bd #42f176

#f142bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f142bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f142bd Color CSS Codes

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

#f142bd Text Font Color

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

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


#f142bd Background Color

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

This div background color is #f142bd


#f142bd Border Color

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

This div border color is #f142bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f142bd


Comments

No comments written yet.

Please login to write comment.