Color Hex Logo

#f66460 Color Hex

#F66460
(246,100,96)
0 Favorites   0 Comments

Color spaces of #f66460

RGB 24610096
HSL0.000.890.67
HSV61°96°
CMYK 0.000.590.61   0.04
XYZ44.674529.551714.4158
Yxy29.55170.50400.3334
Hunter Lab54.361551.559522.3303
CIE-Lab61.265555.715231.2814

#f66460 color RGB value is (246,100,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100100 01100000
Octal 366 144 140
Decimal 246 100 96
Hex F6 64 60

RGB Percentages of Color #f66460

%55.66
%22.62
%21.72

CMYK Percentages of Color #f66460

%0
%59
%61
%4

Triadic Colors of #f66460

#f66460 #60f664 #6460f6

Analogous Colors of #f66460

#f66460 #f6af60 #f660a7

Monochromatic Colors of #f66460

#f66460

Complementary Color

#f66460 #60f2f6

#f66460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66460 Color CSS Codes

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

#f66460 Text Font Color

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

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


#f66460 Background Color

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

This div background color is #f66460


#f66460 Border Color

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

This div border color is #f66460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66460


Comments

No comments written yet.

Please login to write comment.