Color Hex Logo

#f163bd Color Hex

#F163BD
(241,99,189)
0 Favorites   0 Comments

Color spaces of #f163bd

RGB 24199189
HSL0.890.840.67
HSV322°59°95°
CMYK 0.000.590.22   0.05
XYZ49.922831.298651.5541
Yxy31.29860.37600.2357
Hunter Lab55.945261.3809-15.4748
CIE-Lab62.758963.9415-20.0914

#f163bd color RGB value is (241,99,189).

#f163bd hex color red value is 241, green value is 99 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f163bd hue: 0.89 , saturation: 0.84 and the lightness value of f163bd is 0.67.

The process color (four color CMYK) of #f163bd color hex is 0.00, 0.59, 0.22, 0.05. Web safe color of #f163bd is #ff66cc. Color #f163bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100011 10111101
Octal 361 143 275
Decimal 241 99 189
Hex F1 63 BD

RGB Percentages of Color #f163bd

%45.56
%18.71
%35.73

CMYK Percentages of Color #f163bd

%0
%59
%22
%5

Triadic Colors of #f163bd

#f163bd #bdf163 #63bdf1

Analogous Colors of #f163bd

#f163bd #f16376 #de63f1

Monochromatic Colors of #f163bd

#f163bd

Complementary Color

#f163bd #63f197

#f163bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f163bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f163bd Color CSS Codes

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

#f163bd Text Font Color

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

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


#f163bd Background Color

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

This div background color is #f163bd


#f163bd Border Color

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

This div border color is #f163bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f163bd


Comments

No comments written yet.

Please login to write comment.