Color Hex Logo

#f6525e Color Hex

#F6525E
(246,82,94)
0 Favorites   0 Comments

Color spaces of #f6525e

RGB 2468294
HSL0.990.900.64
HSV356°67°96°
CMYK 0.000.670.62   0.04
XYZ43.043726.435613.4236
Yxy26.43560.51920.3189
Hunter Lab51.415659.458120.5114
CIE-Lab58.448263.069328.8186

#f6525e color RGB value is (246,82,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010010 01011110
Octal 366 122 136
Decimal 246 82 94
Hex F6 52 5E

RGB Percentages of Color #f6525e

%58.29
%19.43
%22.27

CMYK Percentages of Color #f6525e

%0
%67
%62
%4

Triadic Colors of #f6525e

#f6525e #5ef652 #525ef6

Analogous Colors of #f6525e

#f6525e #f69852 #f652b0

Monochromatic Colors of #f6525e

#f6525e

Complementary Color

#f6525e #52f6ea

#f6525e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6525e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6525e Color CSS Codes

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

#f6525e Text Font Color

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

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


#f6525e Background Color

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

This div background color is #f6525e


#f6525e Border Color

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

This div border color is #f6525e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6525e


Comments

No comments written yet.

Please login to write comment.