Color Hex Logo

#f66055 Color Hex

#F66055
(246,96,85)
0 Favorites   0 Comments

Color spaces of #f66055

RGB 2469685
HSL0.010.900.65
HSV65°96°
CMYK 0.000.610.65   0.04
XYZ43.828628.614411.8074
Yxy28.61440.52020.3396
Hunter Lab53.492452.640824.3576
CIE-Lab60.439856.804836.4192

#f66055 color RGB value is (246,96,85).

#f66055 hex color red value is 246, green value is 96 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #f66055 hue: 0.01 , saturation: 0.90 and the lightness value of f66055 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100000 01010101
Octal 366 140 125
Decimal 246 96 85
Hex F6 60 55

RGB Percentages of Color #f66055

%57.61
%22.48
%19.91

CMYK Percentages of Color #f66055

%0
%61
%65
%4

Triadic Colors of #f66055

#f66055 #55f660 #6055f6

Analogous Colors of #f66055

#f66055 #f6b155 #f6559b

Monochromatic Colors of #f66055

#f66055

Complementary Color

#f66055 #55ebf6

#f66055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66055 Color CSS Codes

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

#f66055 Text Font Color

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

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


#f66055 Background Color

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

This div background color is #f66055


#f66055 Border Color

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

This div border color is #f66055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66055

#f66055 Color Palettes


Comments

No comments written yet.

Please login to write comment.