Color Hex Logo

#f66fca Color Hex

#F66FCA
(246,111,202)
0 Favorites   0 Comments

Color spaces of #f66fca

RGB 246111202
HSL0.890.880.70
HSV320°55°96°
CMYK 0.000.550.18   0.04
XYZ54.351135.226059.8118
Yxy35.22600.36380.2358
Hunter Lab59.351559.5962-18.2038
CIE-Lab65.924261.8896-22.5482

#f66fca color RGB value is (246,111,202).

#f66fca hex color red value is 246, green value is 111 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f66fca hue: 0.89 , saturation: 0.88 and the lightness value of f66fca is 0.70.

The process color (four color CMYK) of #f66fca color hex is 0.00, 0.55, 0.18, 0.04. Web safe color of #f66fca is #ff66cc. Color #f66fca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101111 11001010
Octal 366 157 312
Decimal 246 111 202
Hex F6 6F CA

RGB Percentages of Color #f66fca

%44.01
%19.86
%36.14

CMYK Percentages of Color #f66fca

%0
%55
%18
%4

Triadic Colors of #f66fca

#f66fca #caf66f #6fcaf6

Analogous Colors of #f66fca

#f66fca #f66f87 #df6ff6

Monochromatic Colors of #f66fca

#f66fca

Complementary Color

#f66fca #6ff69b

#f66fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66fca Color CSS Codes

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

#f66fca Text Font Color

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

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


#f66fca Background Color

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

This div background color is #f66fca


#f66fca Border Color

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

This div border color is #f66fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66fca

Related Colors


Comments

No comments written yet.

Please login to write comment.