Color Hex Logo

#f6057a Color Hex

#F6057A
(246,5,122)
0 Favorites   0 Comments

Color spaces of #f6057a

RGB 2465122
HSL0.920.960.49
HSV331°98°96°
CMYK 0.000.980.50   0.04
XYZ41.573221.106520.2952
Yxy21.10650.50100.2544
Hunter Lab45.941881.12825.9674
CIE-Lab53.065981.84604.8330

#f6057a color RGB value is (246,5,122).

#f6057a hex color red value is 246, green value is 5 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #f6057a hue: 0.92 , saturation: 0.96 and the lightness value of f6057a is 0.49.

The process color (four color CMYK) of #f6057a color hex is 0.00, 0.98, 0.50, 0.04. Web safe color of #f6057a is #ff0066. Color #f6057a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000101 01111010
Octal 366 5 172
Decimal 246 5 122
Hex F6 5 7A

RGB Percentages of Color #f6057a

%65.95
%1.34
%32.71

CMYK Percentages of Color #f6057a

%0
%98
%50
%4

Triadic Colors of #f6057a

#f6057a #7af605 #057af6

Analogous Colors of #f6057a

#f6057a #f60905 #f605f3

Monochromatic Colors of #f6057a

#f6057a

Complementary Color

#f6057a #05f681

#f6057a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6057a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6057a Color CSS Codes

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

#f6057a Text Font Color

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

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


#f6057a Background Color

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

This div background color is #f6057a


#f6057a Border Color

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

This div border color is #f6057a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6057a


Comments

No comments written yet.

Please login to write comment.