Color Hex Logo

#f6229d Color Hex

#F6229D
(246,34,157)
0 Favorites   0 Comments

Color spaces of #f6229d

RGB 24634157
HSL0.900.920.55
HSV325°86°96°
CMYK 0.000.860.36   0.04
XYZ44.663923.171234.0167
Yxy23.17120.43850.2275
Hunter Lab48.136581.3842-8.2031
CIE-Lab55.248281.6207-12.8668

#f6229d color RGB value is (246,34,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100010 10011101
Octal 366 42 235
Decimal 246 34 157
Hex F6 22 9D

RGB Percentages of Color #f6229d

%56.29
%7.78
%35.93

CMYK Percentages of Color #f6229d

%0
%86
%36
%4

Triadic Colors of #f6229d

#f6229d #9df622 #229df6

Analogous Colors of #f6229d

#f6229d #f62233 #e522f6

Monochromatic Colors of #f6229d

#f6229d

Complementary Color

#f6229d #22f67b

#f6229d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6229d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6229d Color CSS Codes

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

#f6229d Text Font Color

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

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


#f6229d Background Color

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

This div background color is #f6229d


#f6229d Border Color

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

This div border color is #f6229d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6229d


Comments

No comments written yet.

Please login to write comment.