Color Hex Logo

#f6288a Color Hex

#F6288A
(246,40,138)
0 Favorites   0 Comments

Color spaces of #f6288a

RGB 24640138
HSL0.920.920.56
HSV331°84°96°
CMYK 0.000.840.44   0.04
XYZ43.352322.945426.1887
Yxy22.94540.46870.2481
Hunter Lab47.901477.72101.1158
CIE-Lab55.016178.7786-1.9378

#f6288a color RGB value is (246,40,138).

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

The process color (four color CMYK) of #f6288a color hex is 0.00, 0.84, 0.44, 0.04. Web safe color of #f6288a is #ff3399. Color #f6288a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00101000 10001010
Octal 366 50 212
Decimal 246 40 138
Hex F6 28 8A

RGB Percentages of Color #f6288a

%58.02
%9.43
%32.55

CMYK Percentages of Color #f6288a

%0
%84
%44
%4

Triadic Colors of #f6288a

#f6288a #8af628 #288af6

Analogous Colors of #f6288a

#f6288a #f62d28 #f628f1

Monochromatic Colors of #f6288a

#f6288a

Complementary Color

#f6288a #28f694

#f6288a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6288a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6288a Color CSS Codes

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

#f6288a Text Font Color

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

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


#f6288a Background Color

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

This div background color is #f6288a


#f6288a Border Color

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

This div border color is #f6288a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6288a


Comments

No comments written yet.

Please login to write comment.