Color Hex Logo

#f163ba Color Hex

#F163BA
(241,99,186)
0 Favorites   0 Comments

Color spaces of #f163ba

RGB 24199186
HSL0.900.840.67
HSV323°59°95°
CMYK 0.000.590.23   0.05
XYZ49.600431.169649.8565
Yxy31.16960.37970.2386
Hunter Lab55.829760.8814-13.8657
CIE-Lab62.650563.5382-18.5481

#f163ba color RGB value is (241,99,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100011 10111010
Octal 361 143 272
Decimal 241 99 186
Hex F1 63 BA

RGB Percentages of Color #f163ba

%45.82
%18.82
%35.36

CMYK Percentages of Color #f163ba

%0
%59
%23
%5

Triadic Colors of #f163ba

#f163ba #baf163 #63baf1

Analogous Colors of #f163ba

#f163ba #f16373 #e163f1

Monochromatic Colors of #f163ba

#f163ba

Complementary Color

#f163ba #63f19a

#f163ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f163ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f163ba Color CSS Codes

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

#f163ba Text Font Color

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

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


#f163ba Background Color

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

This div background color is #f163ba


#f163ba Border Color

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

This div border color is #f163ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f163ba


Comments

No comments written yet.

Please login to write comment.