Color Hex Logo

#f64ac0 Color Hex

#F64AC0
(246,74,192)
0 Favorites   0 Comments

Color spaces of #f64ac0

RGB 24674192
HSL0.890.910.63
HSV319°70°96°
CMYK 0.000.700.22   0.04
XYZ49.969228.296252.6972
Yxy28.29620.38160.2161
Hunter Lab53.194274.5884-21.5002
CIE-Lab60.155475.2884-25.7239

#f64ac0 color RGB value is (246,74,192).

#f64ac0 hex color red value is 246, green value is 74 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #f64ac0 hue: 0.89 , saturation: 0.91 and the lightness value of f64ac0 is 0.63.

The process color (four color CMYK) of #f64ac0 color hex is 0.00, 0.70, 0.22, 0.04. Web safe color of #f64ac0 is #ff33cc. Color #f64ac0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001010 11000000
Octal 366 112 300
Decimal 246 74 192
Hex F6 4A C0

RGB Percentages of Color #f64ac0

%48.05
%14.45
%37.50

CMYK Percentages of Color #f64ac0

%0
%70
%22
%4

Triadic Colors of #f64ac0

#f64ac0 #c0f64a #4ac0f6

Analogous Colors of #f64ac0

#f64ac0 #f64a6a #d64af6

Monochromatic Colors of #f64ac0

#f64ac0

Complementary Color

#f64ac0 #4af680

#f64ac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64ac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64ac0 Color CSS Codes

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

#f64ac0 Text Font Color

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

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


#f64ac0 Background Color

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

This div background color is #f64ac0


#f64ac0 Border Color

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

This div border color is #f64ac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64ac0


Comments

No comments written yet.

Please login to write comment.