Color Hex Logo

#f601fa Color Hex

#F601FA
(246,1,250)
0 Favorites   0 Comments

Color spaces of #f601fa

RGB 2461250
HSL0.830.990.49
HSV299°100°98°
CMYK 0.021.000.00   0.02
XYZ55.272226.516792.6475
Yxy26.51670.31690.1520
Hunter Lab51.4944101.4803-70.6272
CIE-Lab58.524396.1173-61.0296

#f601fa color RGB value is (246,1,250).

#f601fa hex color red value is 246, green value is 1 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f601fa hue: 0.83 , saturation: 0.99 and the lightness value of f601fa is 0.49.

The process color (four color CMYK) of #f601fa color hex is 0.02, 1.00, 0.00, 0.02. Web safe color of #f601fa is #ff00ff. Color #f601fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000001 11111010
Octal 366 1 372
Decimal 246 1 250
Hex F6 1 FA

RGB Percentages of Color #f601fa

%49.50
%0.20
%50.30

CMYK Percentages of Color #f601fa

%2
%100
%0
%2

Triadic Colors of #f601fa

#f601fa #faf601 #01faf6

Analogous Colors of #f601fa

#f601fa #fa0182 #7a01fa

Monochromatic Colors of #f601fa

#f601fa

Complementary Color

#f601fa #05fa01

#f601fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f601fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f601fa Color CSS Codes

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

#f601fa Text Font Color

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

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


#f601fa Background Color

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

This div background color is #f601fa


#f601fa Border Color

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

This div border color is #f601fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f601fa


Comments

No comments written yet.

Please login to write comment.