Color Hex Logo

#f61046 Color Hex

#F61046
(246,16,70)
0 Favorites   0 Comments

Color spaces of #f61046

RGB 2461670
HSL0.960.930.51
HSV346°93°96°
CMYK 0.000.930.72   0.04
XYZ39.296820.40567.6619
Yxy20.40560.58330.3029
Hunter Lab45.172676.229921.5644
CIE-Lab52.292778.120535.1761

#f61046 color RGB value is (246,16,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010000 01000110
Octal 366 20 106
Decimal 246 16 70
Hex F6 10 46

RGB Percentages of Color #f61046

%74.10
%4.82
%21.08

CMYK Percentages of Color #f61046

%0
%93
%72
%4

Triadic Colors of #f61046

#f61046 #46f610 #1046f6

Analogous Colors of #f61046

#f61046 #f64d10 #f610b9

Monochromatic Colors of #f61046

#f61046

Complementary Color

#f61046 #10f6c0

#f61046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f61046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f61046 Color CSS Codes

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

#f61046 Text Font Color

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

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


#f61046 Background Color

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

This div background color is #f61046


#f61046 Border Color

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

This div border color is #f61046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f61046


Comments

No comments written yet.

Please login to write comment.