Color Hex Logo

#f6565c Color Hex

#F6565C
(246,86,92)
0 Favorites   0 Comments

Color spaces of #f6565c

RGB 2468692
HSL0.990.900.65
HSV358°65°96°
CMYK 0.000.650.63   0.04
XYZ43.265627.021113.0605
Yxy27.02110.51910.3242
Hunter Lab51.981857.601221.4906
CIE-Lab58.993961.376230.6650

#f6565c color RGB value is (246,86,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010110 01011100
Octal 366 126 134
Decimal 246 86 92
Hex F6 56 5C

RGB Percentages of Color #f6565c

%58.02
%20.28
%21.70

CMYK Percentages of Color #f6565c

%0
%65
%63
%4

Triadic Colors of #f6565c

#f6565c #5cf656 #565cf6

Analogous Colors of #f6565c

#f6565c #f6a056 #f656ac

Monochromatic Colors of #f6565c

#f6565c

Complementary Color

#f6565c #56f6f0

#f6565c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6565c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6565c Color CSS Codes

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

#f6565c Text Font Color

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

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


#f6565c Background Color

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

This div background color is #f6565c


#f6565c Border Color

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

This div border color is #f6565c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6565c


Comments

No comments written yet.

Please login to write comment.