Color Hex Logo

#f61bfc Color Hex

#F61BFC
(246,27,252)
0 Favorites   0 Comments

Color spaces of #f61bfc

RGB 24627252
HSL0.830.970.55
HSV298°89°99°
CMYK 0.020.890.00   0.01
XYZ55.968727.405094.4353
Yxy27.40500.31480.1541
Hunter Lab52.349899.2275-70.3101
CIE-Lab59.347394.3154-60.8219

#f61bfc color RGB value is (246,27,252).

#f61bfc hex color red value is 246, green value is 27 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f61bfc hue: 0.83 , saturation: 0.97 and the lightness value of f61bfc is 0.55.

The process color (four color CMYK) of #f61bfc color hex is 0.02, 0.89, 0.00, 0.01. Web safe color of #f61bfc is #ff33ff. Color #f61bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00011011 11111100
Octal 366 33 374
Decimal 246 27 252
Hex F6 1B FC

RGB Percentages of Color #f61bfc

%46.86
%5.14
%48.00

CMYK Percentages of Color #f61bfc

%2
%89
%0
%1

Triadic Colors of #f61bfc

#f61bfc #fcf61b #1bfcf6

Analogous Colors of #f61bfc

#f61bfc #fc1b92 #861bfc

Monochromatic Colors of #f61bfc

#f61bfc

Complementary Color

#f61bfc #21fc1b

#f61bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f61bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f61bfc Color CSS Codes

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

#f61bfc Text Font Color

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

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


#f61bfc Background Color

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

This div background color is #f61bfc


#f61bfc Border Color

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

This div border color is #f61bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f61bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.