Color Hex Logo

#f60b2f Color Hex

#F60B2F
(246,11,47)
0 Favorites   0 Comments

Color spaces of #f60b2f

RGB 2461147
HSL0.970.930.50
HSV351°96°96°
CMYK 0.000.960.81   0.04
XYZ38.638820.03744.5204
Yxy20.03740.61140.3171
Hunter Lab44.763275.742725.3468
CIE-Lab51.879577.811047.7810

#f60b2f color RGB value is (246,11,47).

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

The process color (four color CMYK) of #f60b2f color hex is 0.00, 0.96, 0.81, 0.04. Web safe color of #f60b2f is #ff0033. Color #f60b2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001011 00101111
Octal 366 13 57
Decimal 246 11 47
Hex F6 B 2F

RGB Percentages of Color #f60b2f

%80.92
%3.62
%15.46

CMYK Percentages of Color #f60b2f

%0
%96
%81
%4

Triadic Colors of #f60b2f

#f60b2f #2ff60b #0b2ff6

Analogous Colors of #f60b2f

#f60b2f #f65c0b #f60ba5

Monochromatic Colors of #f60b2f

#f60b2f

Complementary Color

#f60b2f #0bf6d2

#f60b2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60b2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60b2f Color CSS Codes

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

#f60b2f Text Font Color

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

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


#f60b2f Background Color

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

This div background color is #f60b2f


#f60b2f Border Color

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

This div border color is #f60b2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60b2f


Comments

No comments written yet.

Please login to write comment.