Color Hex Logo

#f401fb Color Hex

#F401FB
(244,1,251)
0 Favorites   0 Comments

Color spaces of #f401fb

RGB 2441251
HSL0.830.990.49
HSV298°100°98°
CMYK 0.031.000.00   0.02
XYZ54.731726.219893.4430
Yxy26.21980.31380.1503
Hunter Lab51.2053101.1838-72.3529
CIE-Lab58.245195.9559-62.0519

#f401fb color RGB value is (244,1,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00000001 11111011
Octal 364 1 373
Decimal 244 1 251
Hex F4 1 FB

RGB Percentages of Color #f401fb

%49.19
%0.20
%50.60

CMYK Percentages of Color #f401fb

%3
%100
%0
%2

Triadic Colors of #f401fb

#f401fb #fbf401 #01fbf4

Analogous Colors of #f401fb

#f401fb #fb0185 #7701fb

Monochromatic Colors of #f401fb

#f401fb

Complementary Color

#f401fb #08fb01

#f401fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f401fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f401fb Color CSS Codes

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

#f401fb Text Font Color

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

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


#f401fb Background Color

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

This div background color is #f401fb


#f401fb Border Color

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

This div border color is #f401fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f401fb

Related Colors


Comments

No comments written yet.

Please login to write comment.