Color Hex Logo

#f64763 Color Hex

#F64763
(246,71,99)
0 Favorites   0 Comments

Color spaces of #f64763

RGB 2467199
HSL0.970.910.62
HSV350°71°96°
CMYK 0.000.710.60   0.04
XYZ42.511425.000214.3893
Yxy25.00020.51910.3052
Hunter Lab50.000264.264717.9374
CIE-Lab57.075667.396424.1200

#f64763 color RGB value is (246,71,99).

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

The process color (four color CMYK) of #f64763 color hex is 0.00, 0.71, 0.60, 0.04. Web safe color of #f64763 is #ff3366. Color #f64763 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000111 01100011
Octal 366 107 143
Decimal 246 71 99
Hex F6 47 63

RGB Percentages of Color #f64763

%59.13
%17.07
%23.80

CMYK Percentages of Color #f64763

%0
%71
%60
%4

Triadic Colors of #f64763

#f64763 #63f647 #4763f6

Analogous Colors of #f64763

#f64763 #f68347 #f647bb

Monochromatic Colors of #f64763

#f64763

Complementary Color

#f64763 #47f6da

#f64763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64763 Color CSS Codes

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

#f64763 Text Font Color

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

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


#f64763 Background Color

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

This div background color is #f64763


#f64763 Border Color

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

This div border color is #f64763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64763

Related Colors


Comments

No comments written yet.

Please login to write comment.