Color Hex Logo

#f122fb Color Hex

#F122FB
(241,34,251)
0 Favorites   0 Comments

Color spaces of #f122fb

RGB 24134251
HSL0.830.960.56
HSV297°86°98°
CMYK 0.040.860.00   0.02
XYZ54.260226.809993.5818
Yxy26.80990.31070.1535
Hunter Lab51.778396.4442-70.9134
CIE-Lab58.798092.3749-61.1927

#f122fb color RGB value is (241,34,251).

#f122fb hex color red value is 241, green value is 34 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f122fb hue: 0.83 , saturation: 0.96 and the lightness value of f122fb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100010 11111011
Octal 361 42 373
Decimal 241 34 251
Hex F1 22 FB

RGB Percentages of Color #f122fb

%45.82
%6.46
%47.72

CMYK Percentages of Color #f122fb

%4
%86
%0
%2

Triadic Colors of #f122fb

#f122fb #fbf122 #22fbf1

Analogous Colors of #f122fb

#f122fb #fb2299 #8522fb

Monochromatic Colors of #f122fb

#f122fb

Complementary Color

#f122fb #2cfb22

#f122fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f122fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f122fb Color CSS Codes

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

#f122fb Text Font Color

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

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


#f122fb Background Color

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

This div background color is #f122fb


#f122fb Border Color

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

This div border color is #f122fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,34,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 #f122fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f122fb


Comments

No comments written yet.

Please login to write comment.