Color Hex Logo

#f6268e Color Hex

#F6268E
(246,38,142)
0 Favorites   0 Comments

Color spaces of #f6268e

RGB 24638142
HSL0.920.920.56
HSV330°85°96°
CMYK 0.000.850.42   0.04
XYZ43.581622.932127.7205
Yxy22.93210.46250.2434
Hunter Lab47.887578.6468-0.7998
CIE-Lab55.002379.5151-4.3407

#f6268e color RGB value is (246,38,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100110 10001110
Octal 366 46 216
Decimal 246 38 142
Hex F6 26 8E

RGB Percentages of Color #f6268e

%57.75
%8.92
%33.33

CMYK Percentages of Color #f6268e

%0
%85
%42
%4

Triadic Colors of #f6268e

#f6268e #8ef626 #268ef6

Analogous Colors of #f6268e

#f6268e #f62626 #f626f6

Monochromatic Colors of #f6268e

#f6268e

Complementary Color

#f6268e #26f68e

#f6268e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6268e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6268e Color CSS Codes

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

#f6268e Text Font Color

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

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


#f6268e Background Color

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

This div background color is #f6268e


#f6268e Border Color

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

This div border color is #f6268e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6268e


Comments

No comments written yet.

Please login to write comment.