Color Hex Logo

#f60c5e Color Hex

#F60C5E
(246,12,94)
0 Favorites   0 Comments

Color spaces of #f60c5e

RGB 2461294
HSL0.940.930.51
HSV339°95°96°
CMYK 0.000.950.62   0.04
XYZ40.157920.663912.4617
Yxy20.66390.54800.2820
Hunter Lab45.457678.138915.5666
CIE-Lab52.579779.584721.1371

#f60c5e color RGB value is (246,12,94).

#f60c5e hex color red value is 246, green value is 12 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f60c5e hue: 0.94 , saturation: 0.93 and the lightness value of f60c5e is 0.51.

The process color (four color CMYK) of #f60c5e color hex is 0.00, 0.95, 0.62, 0.04. Web safe color of #f60c5e is #ff0066. Color #f60c5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001100 01011110
Octal 366 14 136
Decimal 246 12 94
Hex F6 C 5E

RGB Percentages of Color #f60c5e

%69.89
%3.41
%26.70

CMYK Percentages of Color #f60c5e

%0
%95
%62
%4

Triadic Colors of #f60c5e

#f60c5e #5ef60c #0c5ef6

Analogous Colors of #f60c5e

#f60c5e #f62f0c #f60cd3

Monochromatic Colors of #f60c5e

#f60c5e

Complementary Color

#f60c5e #0cf6a4

#f60c5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60c5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60c5e Color CSS Codes

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

#f60c5e Text Font Color

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

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


#f60c5e Background Color

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

This div background color is #f60c5e


#f60c5e Border Color

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

This div border color is #f60c5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60c5e


Comments

No comments written yet.

Please login to write comment.