Color Hex Logo

#f64fac Color Hex

#F64FAC
(246,79,172)
0 Favorites   0 Comments

Color spaces of #f64fac

RGB 24679172
HSL0.910.900.64
HSV327°68°96°
CMYK 0.000.680.30   0.04
XYZ48.248428.163441.9228
Yxy28.16340.40770.2380
Hunter Lab53.069269.4140-9.6886
CIE-Lab60.036171.1162-14.4023

#f64fac color RGB value is (246,79,172).

#f64fac hex color red value is 246, green value is 79 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f64fac hue: 0.91 , saturation: 0.90 and the lightness value of f64fac is 0.64.

The process color (four color CMYK) of #f64fac color hex is 0.00, 0.68, 0.30, 0.04. Web safe color of #f64fac is #ff6699. Color #f64fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001111 10101100
Octal 366 117 254
Decimal 246 79 172
Hex F6 4F AC

RGB Percentages of Color #f64fac

%49.50
%15.90
%34.61

CMYK Percentages of Color #f64fac

%0
%68
%30
%4

Triadic Colors of #f64fac

#f64fac #acf64f #4facf6

Analogous Colors of #f64fac

#f64fac #f64f59 #ed4ff6

Monochromatic Colors of #f64fac

#f64fac

Complementary Color

#f64fac #4ff699

#f64fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64fac Color CSS Codes

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

#f64fac Text Font Color

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

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


#f64fac Background Color

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

This div background color is #f64fac


#f64fac Border Color

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

This div border color is #f64fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64fac

Related Colors


Comments

No comments written yet.

Please login to write comment.