Color Hex Logo

#f61451 Color Hex

#F61451
(246,20,81)
0 Favorites   0 Comments

Color spaces of #f61451

RGB 2462081
HSL0.960.930.52
HSV344°92°96°
CMYK 0.000.920.67   0.04
XYZ39.741420.68729.6830
Yxy20.68720.56680.2951
Hunter Lab45.483276.370619.2159
CIE-Lab52.605478.172129.0137

#f61451 color RGB value is (246,20,81).

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

The process color (four color CMYK) of #f61451 color hex is 0.00, 0.92, 0.67, 0.04. Web safe color of #f61451 is #ff0066. Color #f61451 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010100 01010001
Octal 366 24 121
Decimal 246 20 81
Hex F6 14 51

RGB Percentages of Color #f61451

%70.89
%5.76
%23.34

CMYK Percentages of Color #f61451

%0
%92
%67
%4

Triadic Colors of #f61451

#f61451 #51f614 #1451f6

Analogous Colors of #f61451

#f61451 #f64814 #f614c2

Monochromatic Colors of #f61451

#f61451

Complementary Color

#f61451 #14f6b9

#f61451 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f61451 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f61451 Color CSS Codes

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

#f61451 Text Font Color

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

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


#f61451 Background Color

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

This div background color is #f61451


#f61451 Border Color

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

This div border color is #f61451


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f61451


Comments

No comments written yet.

Please login to write comment.