Color Hex Logo

#f16afb Color Hex

#F16AFB
(241,106,251)
0 Favorites   0 Comments

Color spaces of #f16afb

RGB 241106251
HSL0.820.950.70
HSV296°58°98°
CMYK 0.040.580.00   0.02
XYZ58.842235.973995.1091
Yxy35.97390.30980.1894
Hunter Lab59.978270.1571-52.0330
CIE-Lab66.500070.5378-48.9423

#f16afb color RGB value is (241,106,251).

#f16afb hex color red value is 241, green value is 106 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f16afb hue: 0.82 , saturation: 0.95 and the lightness value of f16afb is 0.70.

The process color (four color CMYK) of #f16afb color hex is 0.04, 0.58, 0.00, 0.02. Web safe color of #f16afb is #ff66ff. Color #f16afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101010 11111011
Octal 361 152 373
Decimal 241 106 251
Hex F1 6A FB

RGB Percentages of Color #f16afb

%40.30
%17.73
%41.97

CMYK Percentages of Color #f16afb

%4
%58
%0
%2

Triadic Colors of #f16afb

#f16afb #fbf16a #6afbf1

Analogous Colors of #f16afb

#f16afb #fb6abd #a96afb

Monochromatic Colors of #f16afb

#f16afb

Complementary Color

#f16afb #74fb6a

#f16afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16afb Color CSS Codes

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

#f16afb Text Font Color

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

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


#f16afb Background Color

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

This div background color is #f16afb


#f16afb Border Color

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

This div border color is #f16afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16afb


Comments

No comments written yet.

Please login to write comment.