Color Hex Logo

#f06671 Color Hex

#F06671
(240,102,113)
0 Favorites   0 Comments

Color spaces of #f06671

RGB 240102113
HSL0.990.820.67
HSV355°58°94°
CMYK 0.000.580.53   0.06
XYZ43.667229.220318.9613
Yxy29.22030.47540.3181
Hunter Lab54.055849.597717.0418
CIE-Lab60.975654.020721.0303

#f06671 color RGB value is (240,102,113).

#f06671 hex color red value is 240, green value is 102 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #f06671 hue: 0.99 , saturation: 0.82 and the lightness value of f06671 is 0.67.

The process color (four color CMYK) of #f06671 color hex is 0.00, 0.58, 0.53, 0.06. Web safe color of #f06671 is #ff6666. Color #f06671 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100110 01110001
Octal 360 146 161
Decimal 240 102 113
Hex F0 66 71

RGB Percentages of Color #f06671

%52.75
%22.42
%24.84

CMYK Percentages of Color #f06671

%0
%58
%53
%6

Triadic Colors of #f06671

#f06671 #71f066 #6671f0

Analogous Colors of #f06671

#f06671 #f0a066 #f066b6

Monochromatic Colors of #f06671

#f06671

Complementary Color

#f06671 #66f0e5

#f06671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06671 Color CSS Codes

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

#f06671 Text Font Color

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

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


#f06671 Background Color

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

This div background color is #f06671


#f06671 Border Color

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

This div border color is #f06671


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,102,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06671

#f06671 Color Palettes


Comments

No comments written yet.

Please login to write comment.