Color Hex Logo

#f64fea Color Hex

#F64FEA
(246,79,234)
0 Favorites   0 Comments

Color spaces of #f64fea

RGB 24679234
HSL0.850.900.64
HSV304°68°96°
CMYK 0.000.680.05   0.04
XYZ55.653331.125380.9164
Yxy31.12530.33190.1856
Hunter Lab55.790180.4299-46.9396
CIE-Lab62.613379.4494-45.6170

#f64fea color RGB value is (246,79,234).

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

The process color (four color CMYK) of #f64fea color hex is 0.00, 0.68, 0.05, 0.04. Web safe color of #f64fea is #ff66ff. Color #f64fea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001111 11101010
Octal 366 117 352
Decimal 246 79 234
Hex F6 4F EA

RGB Percentages of Color #f64fea

%44.01
%14.13
%41.86

CMYK Percentages of Color #f64fea

%0
%68
%5
%4

Triadic Colors of #f64fea

#f64fea #eaf64f #4feaf6

Analogous Colors of #f64fea

#f64fea #f64f97 #af4ff6

Monochromatic Colors of #f64fea

#f64fea

Complementary Color

#f64fea #4ff65b

#f64fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64fea Color CSS Codes

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

#f64fea Text Font Color

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

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


#f64fea Background Color

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

This div background color is #f64fea


#f64fea Border Color

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

This div border color is #f64fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64fea


Comments

No comments written yet.

Please login to write comment.