Color Hex Logo

#f6445a Color Hex

#F6445A
(246,68,90)
0 Favorites   0 Comments

Color spaces of #f6445a

RGB 2466890
HSL0.980.910.62
HSV353°72°96°
CMYK 0.000.720.63   0.04
XYZ41.918624.465312.1858
Yxy24.46530.53350.3114
Hunter Lab49.462464.716720.0167
CIE-Lab56.550767.873428.7057

#f6445a color RGB value is (246,68,90).

#f6445a hex color red value is 246, green value is 68 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #f6445a hue: 0.98 , saturation: 0.91 and the lightness value of f6445a is 0.62.

The process color (four color CMYK) of #f6445a color hex is 0.00, 0.72, 0.63, 0.04. Web safe color of #f6445a is #ff3366. Color #f6445a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000100 01011010
Octal 366 104 132
Decimal 246 68 90
Hex F6 44 5A

RGB Percentages of Color #f6445a

%60.89
%16.83
%22.28

CMYK Percentages of Color #f6445a

%0
%72
%63
%4

Triadic Colors of #f6445a

#f6445a #5af644 #445af6

Analogous Colors of #f6445a

#f6445a #f68744 #f644b3

Monochromatic Colors of #f6445a

#f6445a

Complementary Color

#f6445a #44f6e0

#f6445a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6445a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6445a Color CSS Codes

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

#f6445a Text Font Color

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

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


#f6445a Background Color

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

This div background color is #f6445a


#f6445a Border Color

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

This div border color is #f6445a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6445a

Related Colors


Comments

No comments written yet.

Please login to write comment.