Color Hex Logo

#f61229 Color Hex

#F61229
(246,18,41)
0 Favorites   0 Comments

Color spaces of #f61229

RGB 2461841
HSL0.980.930.52
HSV354°93°96°
CMYK 0.000.930.83   0.04
XYZ38.622620.18553.9584
Yxy20.18550.61530.3216
Hunter Lab44.928374.823126.2261
CIE-Lab52.046377.040251.0665

#f61229 color RGB value is (246,18,41).

#f61229 hex color red value is 246, green value is 18 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #f61229 hue: 0.98 , saturation: 0.93 and the lightness value of f61229 is 0.52.

The process color (four color CMYK) of #f61229 color hex is 0.00, 0.93, 0.83, 0.04. Web safe color of #f61229 is #ff0033. Color #f61229 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010010 00101001
Octal 366 22 51
Decimal 246 18 41
Hex F6 12 29

RGB Percentages of Color #f61229

%80.66
%5.90
%13.44

CMYK Percentages of Color #f61229

%0
%93
%83
%4

Triadic Colors of #f61229

#f61229 #29f612 #1229f6

Analogous Colors of #f61229

#f61229 #f66d12 #f6129b

Monochromatic Colors of #f61229

#f61229

Complementary Color

#f61229 #12f6df

#f61229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f61229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f61229 Color CSS Codes

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

#f61229 Text Font Color

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

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


#f61229 Background Color

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

This div background color is #f61229


#f61229 Border Color

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

This div border color is #f61229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f61229


Comments

No comments written yet.

Please login to write comment.