Color Hex Logo

#f6318e Color Hex

#F6318E
(246,49,142)
0 Favorites   0 Comments

Color spaces of #f6318e

RGB 24649142
HSL0.920.920.58
HSV332°80°96°
CMYK 0.000.800.42   0.04
XYZ43.986823.742427.8556
Yxy23.74240.46020.2484
Hunter Lab48.726275.86730.2136
CIE-Lab55.829077.1433-3.1210

#f6318e color RGB value is (246,49,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00110001 10001110
Octal 366 61 216
Decimal 246 49 142
Hex F6 31 8E

RGB Percentages of Color #f6318e

%56.29
%11.21
%32.49

CMYK Percentages of Color #f6318e

%0
%80
%42
%4

Triadic Colors of #f6318e

#f6318e #8ef631 #318ef6

Analogous Colors of #f6318e

#f6318e #f63731 #f631f1

Monochromatic Colors of #f6318e

#f6318e

Complementary Color

#f6318e #31f699

#f6318e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6318e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6318e Color CSS Codes

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

#f6318e Text Font Color

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

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


#f6318e Background Color

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

This div background color is #f6318e


#f6318e Border Color

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

This div border color is #f6318e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6318e


Comments

No comments written yet.

Please login to write comment.