Color Hex Logo

#f06fdd Color Hex

#F06FDD
(240,111,221)
0 Favorites   0 Comments

Color spaces of #f06fdd

RGB 240111221
HSL0.860.810.69
HSV309°54°94°
CMYK 0.000.540.08   0.06
XYZ54.670835.114672.3029
Yxy35.11460.33730.2166
Hunter Lab59.257660.9826-30.8622
CIE-Lab65.837863.0744-33.3869

#f06fdd color RGB value is (240,111,221).

#f06fdd hex color red value is 240, green value is 111 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f06fdd hue: 0.86 , saturation: 0.81 and the lightness value of f06fdd is 0.69.

The process color (four color CMYK) of #f06fdd color hex is 0.00, 0.54, 0.08, 0.06. Web safe color of #f06fdd is #ff66cc. Color #f06fdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101111 11011101
Octal 360 157 335
Decimal 240 111 221
Hex F0 6F DD

RGB Percentages of Color #f06fdd

%41.96
%19.41
%38.64

CMYK Percentages of Color #f06fdd

%0
%54
%8
%6

Triadic Colors of #f06fdd

#f06fdd #ddf06f #6fddf0

Analogous Colors of #f06fdd

#f06fdd #f06f9d #c36ff0

Monochromatic Colors of #f06fdd

#f06fdd

Complementary Color

#f06fdd #6ff082

#f06fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06fdd Color CSS Codes

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

#f06fdd Text Font Color

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

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


#f06fdd Background Color

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

This div background color is #f06fdd


#f06fdd Border Color

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

This div border color is #f06fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06fdd


Comments

No comments written yet.

Please login to write comment.