Color Hex Logo

#f66575 Color Hex

#F66575
(246,101,117)
0 Favorites   0 Comments

Color spaces of #f66575

RGB 246101117
HSL0.980.890.68
HSV353°59°96°
CMYK 0.000.590.52   0.04
XYZ45.870630.184520.2382
Yxy30.18450.47640.3135
Hunter Lab54.940452.886616.6179
CIE-Lab61.813156.793720.0215

#f66575 color RGB value is (246,101,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100101 01110101
Octal 366 145 165
Decimal 246 101 117
Hex F6 65 75

RGB Percentages of Color #f66575

%53.02
%21.77
%25.22

CMYK Percentages of Color #f66575

%0
%59
%52
%4

Triadic Colors of #f66575

#f66575 #75f665 #6575f6

Analogous Colors of #f66575

#f66575 #f69e65 #f665be

Monochromatic Colors of #f66575

#f66575

Complementary Color

#f66575 #65f6e6

#f66575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66575 Color CSS Codes

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

#f66575 Text Font Color

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

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


#f66575 Background Color

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

This div background color is #f66575


#f66575 Border Color

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

This div border color is #f66575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66575


Comments

No comments written yet.

Please login to write comment.