Color Hex Logo

#f16fcb Color Hex

#F16FCB
(241,111,203)
0 Favorites   0 Comments

Color spaces of #f16fcb

RGB 241111203
HSL0.880.820.69
HSV318°54°95°
CMYK 0.000.540.16   0.05
XYZ52.739634.381460.3565
Yxy34.38140.35760.2331
Hunter Lab58.635757.9387-19.9851
CIE-Lab65.264260.5918-24.1819

#f16fcb color RGB value is (241,111,203).

#f16fcb hex color red value is 241, green value is 111 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f16fcb hue: 0.88 , saturation: 0.82 and the lightness value of f16fcb is 0.69.

The process color (four color CMYK) of #f16fcb color hex is 0.00, 0.54, 0.16, 0.05. Web safe color of #f16fcb is #ff66cc. Color #f16fcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101111 11001011
Octal 361 157 313
Decimal 241 111 203
Hex F1 6F CB

RGB Percentages of Color #f16fcb

%43.42
%20.00
%36.58

CMYK Percentages of Color #f16fcb

%0
%54
%16
%5

Triadic Colors of #f16fcb

#f16fcb #cbf16f #6fcbf1

Analogous Colors of #f16fcb

#f16fcb #f16f8a #d66ff1

Monochromatic Colors of #f16fcb

#f16fcb

Complementary Color

#f16fcb #6ff195

#f16fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16fcb Color CSS Codes

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

#f16fcb Text Font Color

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

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


#f16fcb Background Color

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

This div background color is #f16fcb


#f16fcb Border Color

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

This div border color is #f16fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16fcb


Comments

No comments written yet.

Please login to write comment.