Color Hex Logo

#f163bc Color Hex

#F163BC
(241,99,188)
0 Favorites   0 Comments

Color spaces of #f163bc

RGB 24199188
HSL0.900.840.67
HSV322°59°95°
CMYK 0.000.590.22   0.05
XYZ49.814631.255350.9843
Yxy31.25530.37720.2367
Hunter Lab55.906461.2135-14.9355
CIE-Lab62.722663.8064-19.5776

#f163bc color RGB value is (241,99,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100011 10111100
Octal 361 143 274
Decimal 241 99 188
Hex F1 63 BC

RGB Percentages of Color #f163bc

%45.64
%18.75
%35.61

CMYK Percentages of Color #f163bc

%0
%59
%22
%5

Triadic Colors of #f163bc

#f163bc #bcf163 #63bcf1

Analogous Colors of #f163bc

#f163bc #f16375 #df63f1

Monochromatic Colors of #f163bc

#f163bc

Complementary Color

#f163bc #63f198

#f163bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f163bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f163bc Color CSS Codes

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

#f163bc Text Font Color

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

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


#f163bc Background Color

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

This div background color is #f163bc


#f163bc Border Color

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

This div border color is #f163bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f163bc


Comments

No comments written yet.

Please login to write comment.