Color Hex Logo

#f6269e Color Hex

#F6269E
(246,38,158)
0 Favorites   0 Comments

Color spaces of #f6269e

RGB 24638158
HSL0.900.920.56
HSV325°85°96°
CMYK 0.000.850.36   0.04
XYZ44.870723.447734.5087
Yxy23.44770.43640.2280
Hunter Lab48.422880.6659-8.3573
CIE-Lab55.530581.0030-13.0313

#f6269e color RGB value is (246,38,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100110 10011110
Octal 366 46 236
Decimal 246 38 158
Hex F6 26 9E

RGB Percentages of Color #f6269e

%55.66
%8.60
%35.75

CMYK Percentages of Color #f6269e

%0
%85
%36
%4

Triadic Colors of #f6269e

#f6269e #9ef626 #269ef6

Analogous Colors of #f6269e

#f6269e #f62636 #e626f6

Monochromatic Colors of #f6269e

#f6269e

Complementary Color

#f6269e #26f67e

#f6269e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6269e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6269e Color CSS Codes

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

#f6269e Text Font Color

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

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


#f6269e Background Color

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

This div background color is #f6269e


#f6269e Border Color

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

This div border color is #f6269e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6269e


Comments

No comments written yet.

Please login to write comment.