Color Hex Logo

#f66fba Color Hex

#F66FBA
(246,111,186)
0 Favorites   0 Comments

Color spaces of #f66fba

RGB 246111186
HSL0.910.880.70
HSV327°55°96°
CMYK 0.000.550.24   0.04
XYZ52.553434.506950.3450
Yxy34.50690.38250.2511
Hunter Lab58.742656.8936-9.6944
CIE-Lab65.362959.6820-14.3734

#f66fba color RGB value is (246,111,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101111 10111010
Octal 366 157 272
Decimal 246 111 186
Hex F6 6F BA

RGB Percentages of Color #f66fba

%45.30
%20.44
%34.25

CMYK Percentages of Color #f66fba

%0
%55
%24
%4

Triadic Colors of #f66fba

#f66fba #baf66f #6fbaf6

Analogous Colors of #f66fba

#f66fba #f66f77 #ef6ff6

Monochromatic Colors of #f66fba

#f66fba

Complementary Color

#f66fba #6ff6ab

#f66fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66fba Color CSS Codes

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

#f66fba Text Font Color

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

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


#f66fba Background Color

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

This div background color is #f66fba


#f66fba Border Color

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

This div border color is #f66fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66fba

Related Colors


Comments

No comments written yet.

Please login to write comment.