Color Hex Logo

#f18fcb Color Hex

#F18FCB
(241,143,203)
0 Favorites   0 Comments

Color spaces of #f18fcb

RGB 241143203
HSL0.900.780.75
HSV323°41°95°
CMYK 0.000.410.16   0.05
XYZ56.877642.657561.7359
Yxy42.65750.35270.2645
Hunter Lab65.312741.1496-10.3241
CIE-Lab71.321944.9573-14.9798

#f18fcb color RGB value is (241,143,203).

#f18fcb hex color red value is 241, green value is 143 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f18fcb hue: 0.90 , saturation: 0.78 and the lightness value of f18fcb is 0.75.

The process color (four color CMYK) of #f18fcb color hex is 0.00, 0.41, 0.16, 0.05. Web safe color of #f18fcb is #ff99cc. Color #f18fcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001111 11001011
Octal 361 217 313
Decimal 241 143 203
Hex F1 8F CB

RGB Percentages of Color #f18fcb

%41.06
%24.36
%34.58

CMYK Percentages of Color #f18fcb

%0
%41
%16
%5

Triadic Colors of #f18fcb

#f18fcb #cbf18f #8fcbf1

Analogous Colors of #f18fcb

#f18fcb #f18f9a #e68ff1

Monochromatic Colors of #f18fcb

#f18fcb

Complementary Color

#f18fcb #8ff1b5

#f18fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18fcb Color CSS Codes

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

#f18fcb Text Font Color

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

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


#f18fcb Background Color

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

This div background color is #f18fcb


#f18fcb Border Color

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

This div border color is #f18fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18fcb


Comments

No comments written yet.

Please login to write comment.