color codes Logo

#f6525c color codes

#F6525C
(246,82,92)
0 Favorites   0 Comments

Color spaces of #f6525c

RGB 2468292
HSL0.990.900.64
HSV356°67°96°
CMYK 0.000.670.63   0.04
XYZ42.955126.400112.9570
Yxy26.40010.52190.3207
Hunter Lab51.381059.311221.0153
CIE-Lab58.414962.949429.9280

#f6525c color RGB value is (246,82,92).

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

The process color (four color CMYK) of #f6525c color code is 0.00, 0.67, 0.63, 0.04. Web safe color of #f6525c is #ff6666. Color #f6525c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010010 01011100
Octal 366 122 134
Decimal 246 82 92
Hex F6 52 5C

RGB Percentages of Color #f6525c

%58.57
%19.52
%21.90

CMYK Percentages of Color #f6525c

%0
%67
%63
%4

Triadic Colors of #f6525c

#f6525c #5cf652 #525cf6

Analogous Colors of #f6525c

#f6525c #f69a52 #f652ae

Monochromatic Colors of #f6525c

#f6525c

Complementary Color

#f6525c #52f6ec

#f6525c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6525c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6525c Color CSS Codes

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

#f6525c Text Font Color

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

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


#f6525c Background Color

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

This div background color is #f6525c


#f6525c Border Color

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

This div border color is #f6525c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,82,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 #f6525c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6525c


Comments

No comments written yet.

Please login to write comment.