Color Hex Logo

#f061bc Color Hex

#F061BC
(240,97,188)
0 Favorites   0 Comments

Color spaces of #f061bc

RGB 24097188
HSL0.890.830.66
HSV322°60°94°
CMYK 0.000.600.22   0.06
XYZ49.287030.705550.9060
Yxy30.70550.37650.2346
Hunter Lab55.412561.7959-15.6793
CIE-Lab62.258264.3796-20.2987

#f061bc color RGB value is (240,97,188).

#f061bc hex color red value is 240, green value is 97 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f061bc hue: 0.89 , saturation: 0.83 and the lightness value of f061bc is 0.66.

The process color (four color CMYK) of #f061bc color hex is 0.00, 0.60, 0.22, 0.06. Web safe color of #f061bc is #ff66cc. Color #f061bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100001 10111100
Octal 360 141 274
Decimal 240 97 188
Hex F0 61 BC

RGB Percentages of Color #f061bc

%45.71
%18.48
%35.81

CMYK Percentages of Color #f061bc

%0
%60
%22
%6

Triadic Colors of #f061bc

#f061bc #bcf061 #61bcf0

Analogous Colors of #f061bc

#f061bc #f06175 #dd61f0

Monochromatic Colors of #f061bc

#f061bc

Complementary Color

#f061bc #61f095

#f061bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f061bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f061bc Color CSS Codes

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

#f061bc Text Font Color

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

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


#f061bc Background Color

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

This div background color is #f061bc


#f061bc Border Color

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

This div border color is #f061bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,97,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f061bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f061bc;
  -webkit-box-shadow: 1px 1px 3px 2px #f061bc;
  box-shadow:         1px 1px 3px 2px #f061bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,97,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f061bc


Comments

No comments written yet.

Please login to write comment.