Color Hex Logo

#f61fba Color Hex

#F61FBA
(246,31,186)
0 Favorites   0 Comments

Color spaces of #f61fba

RGB 24631186
HSL0.880.920.54
HSV317°87°96°
CMYK 0.000.870.24   0.04
XYZ47.358924.118048.6135
Yxy24.11800.39440.2008
Hunter Lab49.110186.1924-24.3134
CIE-Lab56.205785.1599-28.3680

#f61fba color RGB value is (246,31,186).

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

The process color (four color CMYK) of #f61fba color hex is 0.00, 0.87, 0.24, 0.04. Web safe color of #f61fba is #ff33cc. Color #f61fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00011111 10111010
Octal 366 37 272
Decimal 246 31 186
Hex F6 1F BA

RGB Percentages of Color #f61fba

%53.13
%6.70
%40.17

CMYK Percentages of Color #f61fba

%0
%87
%24
%4

Triadic Colors of #f61fba

#f61fba #baf61f #1fbaf6

Analogous Colors of #f61fba

#f61fba #f61f4e #c71ff6

Monochromatic Colors of #f61fba

#f61fba

Complementary Color

#f61fba #1ff65b

#f61fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f61fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f61fba Color CSS Codes

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

#f61fba Text Font Color

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

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


#f61fba Background Color

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

This div background color is #f61fba


#f61fba Border Color

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

This div border color is #f61fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f61fba


Comments

No comments written yet.

Please login to write comment.