Color Hex Logo

#f6015e Color Hex

#F6015E
(246,1,94)
0 Favorites   0 Comments

Color spaces of #f6015e

RGB 246194
HSL0.940.990.48
HSV337°100°96°
CMYK 0.001.000.62   0.04
XYZ40.037320.422712.4214
Yxy20.42270.54930.2802
Hunter Lab45.191579.056615.3375
CIE-Lab52.311880.363420.7801

#f6015e color RGB value is (246,1,94).

#f6015e hex color red value is 246, green value is 1 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f6015e hue: 0.94 , saturation: 0.99 and the lightness value of f6015e is 0.48.

The process color (four color CMYK) of #f6015e color hex is 0.00, 1.00, 0.62, 0.04. Web safe color of #f6015e is #ff0066. Color #f6015e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000001 01011110
Octal 366 1 136
Decimal 246 1 94
Hex F6 1 5E

RGB Percentages of Color #f6015e

%72.14
%0.29
%27.57

CMYK Percentages of Color #f6015e

%0
%100
%62
%4

Triadic Colors of #f6015e

#f6015e #5ef601 #015ef6

Analogous Colors of #f6015e

#f6015e #f61e01 #f601d9

Monochromatic Colors of #f6015e

#f6015e

Complementary Color

#f6015e #01f699

#f6015e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6015e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6015e Color CSS Codes

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

#f6015e Text Font Color

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

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


#f6015e Background Color

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

This div background color is #f6015e


#f6015e Border Color

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

This div border color is #f6015e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6015e


Comments

No comments written yet.

Please login to write comment.