Color Hex Logo

#f061ba Color Hex

#F061BA
(240,97,186)
0 Favorites   0 Comments

Color spaces of #f061ba

RGB 24097186
HSL0.900.830.66
HSV323°60°94°
CMYK 0.000.600.23   0.06
XYZ49.072830.619849.7782
Yxy30.61980.37900.2365
Hunter Lab55.335261.4624-14.6013
CIE-Lab62.185464.1109-19.2694

#f061ba color RGB value is (240,97,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100001 10111010
Octal 360 141 272
Decimal 240 97 186
Hex F0 61 BA

RGB Percentages of Color #f061ba

%45.89
%18.55
%35.56

CMYK Percentages of Color #f061ba

%0
%60
%23
%6

Triadic Colors of #f061ba

#f061ba #baf061 #61baf0

Analogous Colors of #f061ba

#f061ba #f06173 #df61f0

Monochromatic Colors of #f061ba

#f061ba

Complementary Color

#f061ba #61f097

#f061ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f061ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f061ba Color CSS Codes

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

#f061ba Text Font Color

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

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


#f061ba Background Color

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

This div background color is #f061ba


#f061ba Border Color

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

This div border color is #f061ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,97,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 #f061ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f061ba


Comments

No comments written yet.

Please login to write comment.