Color Hex Logo

#f6224e Color Hex

#F6224E
(246,34,78)
0 Favorites   0 Comments

Color spaces of #f6224e

RGB 2463478
HSL0.970.920.55
HSV348°86°96°
CMYK 0.000.860.68   0.04
XYZ39.953221.28699.2107
Yxy21.28690.56710.3022
Hunter Lab46.137773.832020.4601
CIE-Lab53.262176.004831.6215

#f6224e color RGB value is (246,34,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100010 01001110
Octal 366 42 116
Decimal 246 34 78
Hex F6 22 4E

RGB Percentages of Color #f6224e

%68.72
%9.50
%21.79

CMYK Percentages of Color #f6224e

%0
%86
%68
%4

Triadic Colors of #f6224e

#f6224e #4ef622 #224ef6

Analogous Colors of #f6224e

#f6224e #f66022 #f622b8

Monochromatic Colors of #f6224e

#f6224e

Complementary Color

#f6224e #22f6ca

#f6224e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6224e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6224e Color CSS Codes

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

#f6224e Text Font Color

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

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


#f6224e Background Color

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

This div background color is #f6224e


#f6224e Border Color

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

This div border color is #f6224e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6224e


Comments

No comments written yet.

Please login to write comment.