Color Hex Logo

#f60735 Color Hex

#F60735
(246,7,53)
0 Favorites   0 Comments

Color spaces of #f60735

RGB 246753
HSL0.970.940.50
HSV348°97°96°
CMYK 0.000.970.78   0.04
XYZ38.724620.00185.1879
Yxy20.00180.60590.3129
Hunter Lab44.723476.291824.4287
CIE-Lab51.839278.258444.4582

#f60735 color RGB value is (246,7,53).

#f60735 hex color red value is 246, green value is 7 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #f60735 hue: 0.97 , saturation: 0.94 and the lightness value of f60735 is 0.50.

The process color (four color CMYK) of #f60735 color hex is 0.00, 0.97, 0.78, 0.04. Web safe color of #f60735 is #ff0033. Color #f60735 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000111 00110101
Octal 366 7 65
Decimal 246 7 53
Hex F6 7 35

RGB Percentages of Color #f60735

%80.39
%2.29
%17.32

CMYK Percentages of Color #f60735

%0
%97
%78
%4

Triadic Colors of #f60735

#f60735 #35f607 #0735f6

Analogous Colors of #f60735

#f60735 #f65107 #f607ad

Monochromatic Colors of #f60735

#f60735

Complementary Color

#f60735 #07f6c8

#f60735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60735 Color CSS Codes

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

#f60735 Text Font Color

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

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


#f60735 Background Color

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

This div background color is #f60735


#f60735 Border Color

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

This div border color is #f60735


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60735


Comments

No comments written yet.

Please login to write comment.