Color Hex Logo

#f6225e Color Hex

#F6225E
(246,34,94)
0 Favorites   0 Comments

Color spaces of #f6225e

RGB 2463494
HSL0.950.920.55
HSV343°86°96°
CMYK 0.000.860.62   0.04
XYZ40.598421.545012.6085
Yxy21.54500.54310.2882
Hunter Lab46.416674.896516.3862
CIE-Lab53.540976.808522.4146

#f6225e color RGB value is (246,34,94).

#f6225e hex color red value is 246, green value is 34 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f6225e hue: 0.95 , saturation: 0.92 and the lightness value of f6225e is 0.55.

The process color (four color CMYK) of #f6225e color hex is 0.00, 0.86, 0.62, 0.04. Web safe color of #f6225e is #ff3366. Color #f6225e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100010 01011110
Octal 366 42 136
Decimal 246 34 94
Hex F6 22 5E

RGB Percentages of Color #f6225e

%65.78
%9.09
%25.13

CMYK Percentages of Color #f6225e

%0
%86
%62
%4

Triadic Colors of #f6225e

#f6225e #5ef622 #225ef6

Analogous Colors of #f6225e

#f6225e #f65022 #f622c8

Monochromatic Colors of #f6225e

#f6225e

Complementary Color

#f6225e #22f6ba

#f6225e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6225e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6225e Color CSS Codes

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

#f6225e Text Font Color

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

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


#f6225e Background Color

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

This div background color is #f6225e


#f6225e Border Color

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

This div border color is #f6225e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6225e


Comments

No comments written yet.

Please login to write comment.