Color Hex Logo

#f62296 Color Hex

#F62296
(246,34,150)
0 Favorites   0 Comments

Color spaces of #f62296

RGB 24634150
HSL0.910.920.55
HSV327°86°96°
CMYK 0.000.860.39   0.04
XYZ44.083122.938930.9584
Yxy22.93890.44990.2341
Hunter Lab47.894680.4794-4.7980
CIE-Lab55.009380.9582-9.0833

#f62296 color RGB value is (246,34,150).

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

The process color (four color CMYK) of #f62296 color hex is 0.00, 0.86, 0.39, 0.04. Web safe color of #f62296 is #ff3399. Color #f62296 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100010 10010110
Octal 366 42 226
Decimal 246 34 150
Hex F6 22 96

RGB Percentages of Color #f62296

%57.21
%7.91
%34.88

CMYK Percentages of Color #f62296

%0
%86
%39
%4

Triadic Colors of #f62296

#f62296 #96f622 #2296f6

Analogous Colors of #f62296

#f62296 #f6222c #ec22f6

Monochromatic Colors of #f62296

#f62296

Complementary Color

#f62296 #22f682

#f62296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f62296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f62296 Color CSS Codes

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

#f62296 Text Font Color

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

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


#f62296 Background Color

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

This div background color is #f62296


#f62296 Border Color

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

This div border color is #f62296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f62296


Comments

No comments written yet.

Please login to write comment.