Color Hex Logo

#f64c61 Color Hex

#F64C61
(246,76,97)
0 Favorites   0 Comments

Color spaces of #f64c61

RGB 2467697
HSL0.980.900.63
HSV353°69°96°
CMYK 0.000.690.61   0.04
XYZ42.748125.624814.0023
Yxy25.62480.51890.3111
Hunter Lab50.620962.152119.0344
CIE-Lab57.679265.503226.0823

#f64c61 color RGB value is (246,76,97).

#f64c61 hex color red value is 246, green value is 76 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #f64c61 hue: 0.98 , saturation: 0.90 and the lightness value of f64c61 is 0.63.

The process color (four color CMYK) of #f64c61 color hex is 0.00, 0.69, 0.61, 0.04. Web safe color of #f64c61 is #ff3366. Color #f64c61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001100 01100001
Octal 366 114 141
Decimal 246 76 97
Hex F6 4C 61

RGB Percentages of Color #f64c61

%58.71
%18.14
%23.15

CMYK Percentages of Color #f64c61

%0
%69
%61
%4

Triadic Colors of #f64c61

#f64c61 #61f64c #4c61f6

Analogous Colors of #f64c61

#f64c61 #f68c4c #f64cb6

Monochromatic Colors of #f64c61

#f64c61

Complementary Color

#f64c61 #4cf6e1

#f64c61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64c61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64c61 Color CSS Codes

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

#f64c61 Text Font Color

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

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


#f64c61 Background Color

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

This div background color is #f64c61


#f64c61 Border Color

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

This div border color is #f64c61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64c61


Comments

No comments written yet.

Please login to write comment.