Color Hex Logo

#f61cff Color Hex

#F61CFF
(246,28,255)
0 Favorites   0 Comments

Color spaces of #f61cff

RGB 24628255
HSL0.831.000.55
HSV298°89°100°
CMYK 0.040.890.00   0.00
XYZ56.471327.643396.9671
Yxy27.64330.31190.1527
Hunter Lab52.576999.7120-72.5442
CIE-Lab59.565194.6274-62.1359

#f61cff color RGB value is (246,28,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00011100 11111111
Octal 366 34 377
Decimal 246 28 255
Hex F6 1C FF

RGB Percentages of Color #f61cff

%46.50
%5.29
%48.20

CMYK Percentages of Color #f61cff

%4
%89
%0
%0

Triadic Colors of #f61cff

#f61cff #fff61c #1cfff6

Analogous Colors of #f61cff

#f61cff #ff1c97 #851cff

Monochromatic Colors of #f61cff

#f61cff

Complementary Color

#f61cff #25ff1c

#f61cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f61cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f61cff Color CSS Codes

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

#f61cff Text Font Color

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

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


#f61cff Background Color

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

This div background color is #f61cff


#f61cff Border Color

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

This div border color is #f61cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f61cff

Related Colors


Comments

No comments written yet.

Please login to write comment.