Color Hex Logo

#ff01fe Color Hex

#FF01FE
(255,1,254)
0 Favorites   0 Comments

Color spaces of #ff01fe

RGB 2551254
HSL0.831.000.50
HSV300°100°100°
CMYK 0.001.000.00   0.00
XYZ59.140228.437596.1379
Yxy28.43750.32190.1548
Hunter Lab53.3268104.6371-69.5596
CIE-Lab60.282098.0578-60.3499

#ff01fe color RGB value is (255,1,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000001 11111110
Octal 377 1 376
Decimal 255 1 254
Hex FF 1 FE

RGB Percentages of Color #ff01fe

%50.00
%0.20
%49.80

CMYK Percentages of Color #ff01fe

%0
%100
%0
%0

Triadic Colors of #ff01fe

#ff01fe #feff01 #01feff

Analogous Colors of #ff01fe

#ff01fe #ff017f #8101ff

Monochromatic Colors of #ff01fe

#ff01fe

Complementary Color

#ff01fe #01ff02

#ff01fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff01fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff01fe Color CSS Codes

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

#ff01fe Text Font Color

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

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


#ff01fe Background Color

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

This div background color is #ff01fe


#ff01fe Border Color

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

This div border color is #ff01fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff01fe

Related Colors


Comments

No comments written yet.

Please login to write comment.