Color Hex Logo

#f63264 Color Hex

#F63264
(246,50,100)
0 Favorites   0 Comments

Color spaces of #f63264

RGB 24650100
HSL0.960.920.58
HSV345°80°96°
CMYK 0.000.800.59   0.04
XYZ41.446922.794114.2718
Yxy22.79410.52790.2903
Hunter Lab47.743271.409315.6967
CIE-Lab54.859673.729520.5774

#f63264 color RGB value is (246,50,100).

#f63264 hex color red value is 246, green value is 50 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #f63264 hue: 0.96 , saturation: 0.92 and the lightness value of f63264 is 0.58.

The process color (four color CMYK) of #f63264 color hex is 0.00, 0.80, 0.59, 0.04. Web safe color of #f63264 is #ff3366. Color #f63264 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00110010 01100100
Octal 366 62 144
Decimal 246 50 100
Hex F6 32 64

RGB Percentages of Color #f63264

%62.12
%12.63
%25.25

CMYK Percentages of Color #f63264

%0
%80
%59
%4

Triadic Colors of #f63264

#f63264 #64f632 #3264f6

Analogous Colors of #f63264

#f63264 #f66232 #f632c6

Monochromatic Colors of #f63264

#f63264

Complementary Color

#f63264 #32f6c4

#f63264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f63264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f63264 Color CSS Codes

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

#f63264 Text Font Color

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

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


#f63264 Background Color

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

This div background color is #f63264


#f63264 Border Color

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

This div border color is #f63264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f63264


Comments

No comments written yet.

Please login to write comment.