Color Hex Logo

#f6229a Color Hex

#F6229A
(246,34,154)
0 Favorites   0 Comments

Color spaces of #f6229a

RGB 24634154
HSL0.910.920.55
HSV326°86°96°
CMYK 0.000.860.37   0.04
XYZ44.410823.070032.6841
Yxy23.07000.44340.2303
Hunter Lab48.031280.9906-6.7235
CIE-Lab55.144481.3328-11.2501

#f6229a color RGB value is (246,34,154).

#f6229a hex color red value is 246, green value is 34 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #f6229a hue: 0.91 , saturation: 0.92 and the lightness value of f6229a is 0.55.

The process color (four color CMYK) of #f6229a color hex is 0.00, 0.86, 0.37, 0.04. Web safe color of #f6229a is #ff3399. Color #f6229a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100010 10011010
Octal 366 42 232
Decimal 246 34 154
Hex F6 22 9A

RGB Percentages of Color #f6229a

%56.68
%7.83
%35.48

CMYK Percentages of Color #f6229a

%0
%86
%37
%4

Triadic Colors of #f6229a

#f6229a #9af622 #229af6

Analogous Colors of #f6229a

#f6229a #f62230 #e822f6

Monochromatic Colors of #f6229a

#f6229a

Complementary Color

#f6229a #22f67e

#f6229a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6229a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6229a Color CSS Codes

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

#f6229a Text Font Color

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

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


#f6229a Background Color

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

This div background color is #f6229a


#f6229a Border Color

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

This div border color is #f6229a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,34,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 #f6229a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6229a


Comments

No comments written yet.

Please login to write comment.