Color Hex Logo

#f61504 Color Hex

#F61504
(246,21,4)
0 Favorites   0 Comments

Color spaces of #f61504

RGB 246214
HSL0.010.970.49
HSV98°96°
CMYK 0.000.910.98   0.04
XYZ38.296120.13791.9834
Yxy20.13790.63390.3333
Hunter Lab44.875373.798428.7922
CIE-Lab51.992876.224464.6054

#f61504 color RGB value is (246,21,4).

#f61504 hex color red value is 246, green value is 21 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #f61504 hue: 0.01 , saturation: 0.97 and the lightness value of f61504 is 0.49.

The process color (four color CMYK) of #f61504 color hex is 0.00, 0.91, 0.98, 0.04. Web safe color of #f61504 is #ff0000. Color #f61504 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010101 00000100
Octal 366 25 4
Decimal 246 21 4
Hex F6 15 4

RGB Percentages of Color #f61504

%90.77
%7.75
%1.48

CMYK Percentages of Color #f61504

%0
%91
%98
%4

Triadic Colors of #f61504

#f61504 #04f615 #1504f6

Analogous Colors of #f61504

#f61504 #f68e04 #f6046c

Monochromatic Colors of #f61504

#f61504

Complementary Color

#f61504 #04e5f6

#f61504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f61504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f61504 Color CSS Codes

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

#f61504 Text Font Color

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

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


#f61504 Background Color

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

This div background color is #f61504


#f61504 Border Color

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

This div border color is #f61504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f61504


Comments

No comments written yet.

Please login to write comment.