Color Hex Logo

#f66665 Color Hex

#F66665
(246,102,101)
0 Favorites   0 Comments

Color spaces of #f66665

RGB 246102101
HSL0.000.890.68
HSV59°96°
CMYK 0.000.590.59   0.04
XYZ45.106430.035215.7319
Yxy30.03520.49640.3305
Hunter Lab54.804451.005621.3435
CIE-Lab61.684655.157428.9919

#f66665 color RGB value is (246,102,101).

#f66665 hex color red value is 246, green value is 102 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #f66665 hue: 0.00 , saturation: 0.89 and the lightness value of f66665 is 0.68.

The process color (four color CMYK) of #f66665 color hex is 0.00, 0.59, 0.59, 0.04. Web safe color of #f66665 is #ff6666. Color #f66665 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100110 01100101
Octal 366 146 145
Decimal 246 102 101
Hex F6 66 65

RGB Percentages of Color #f66665

%54.79
%22.72
%22.49

CMYK Percentages of Color #f66665

%0
%59
%59
%4

Triadic Colors of #f66665

#f66665 #65f666 #6665f6

Analogous Colors of #f66665

#f66665 #f6af65 #f665ad

Monochromatic Colors of #f66665

#f66665

Complementary Color

#f66665 #65f5f6

#f66665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66665 Color CSS Codes

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

#f66665 Text Font Color

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

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


#f66665 Background Color

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

This div background color is #f66665


#f66665 Border Color

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

This div border color is #f66665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66665


Comments

No comments written yet.

Please login to write comment.