Color Hex Logo

#f18fdd Color Hex

#F18FDD
(241,143,221)
0 Favorites   0 Comments

Color spaces of #f18fdd

RGB 241143221
HSL0.870.780.75
HSV312°41°95°
CMYK 0.000.410.08   0.05
XYZ59.149243.566273.6982
Yxy43.56620.33530.2470
Hunter Lab66.004744.4521-19.9976
CIE-Lab71.937647.8397-23.9853

#f18fdd color RGB value is (241,143,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001111 11011101
Octal 361 217 335
Decimal 241 143 221
Hex F1 8F DD

RGB Percentages of Color #f18fdd

%39.83
%23.64
%36.53

CMYK Percentages of Color #f18fdd

%0
%41
%8
%5

Triadic Colors of #f18fdd

#f18fdd #ddf18f #8fddf1

Analogous Colors of #f18fdd

#f18fdd #f18fac #d48ff1

Monochromatic Colors of #f18fdd

#f18fdd

Complementary Color

#f18fdd #8ff1a3

#f18fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18fdd Color CSS Codes

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

#f18fdd Text Font Color

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

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


#f18fdd Background Color

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

This div background color is #f18fdd


#f18fdd Border Color

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

This div border color is #f18fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18fdd


Comments

No comments written yet.

Please login to write comment.