Color Hex Logo

#f6029a Color Hex

#F6029A
(246,2,154)
0 Favorites   0 Comments

Color spaces of #f6029a

RGB 2462154
HSL0.900.980.49
HSV323°99°96°
CMYK 0.000.990.37   0.04
XYZ43.860521.969332.5007
Yxy21.96930.44610.2234
Hunter Lab46.871485.0086-8.3018
CIE-Lab53.994484.6803-12.9818

#f6029a color RGB value is (246,2,154).

#f6029a hex color red value is 246, green value is 2 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #f6029a hue: 0.90 , saturation: 0.98 and the lightness value of f6029a is 0.49.

The process color (four color CMYK) of #f6029a color hex is 0.00, 0.99, 0.37, 0.04. Web safe color of #f6029a is #ff0099. Color #f6029a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000010 10011010
Octal 366 2 232
Decimal 246 2 154
Hex F6 2 9A

RGB Percentages of Color #f6029a

%61.19
%0.50
%38.31

CMYK Percentages of Color #f6029a

%0
%99
%37
%4

Triadic Colors of #f6029a

#f6029a #9af602 #029af6

Analogous Colors of #f6029a

#f6029a #f60220 #d802f6

Monochromatic Colors of #f6029a

#f6029a

Complementary Color

#f6029a #02f65e

#f6029a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6029a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6029a Color CSS Codes

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

#f6029a Text Font Color

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

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


#f6029a Background Color

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

This div background color is #f6029a


#f6029a Border Color

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

This div border color is #f6029a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6029a


Comments

No comments written yet.

Please login to write comment.