Color Hex Logo

#f148fe Color Hex

#F148FE
(241,72,254)
0 Favorites   0 Comments

Color spaces of #f148fe

RGB 24172254
HSL0.820.990.64
HSV296°72°100°
CMYK 0.050.720.00   0.00
XYZ56.482430.491396.6744
Yxy30.49130.30760.1660
Hunter Lab55.218985.9512-65.1486
CIE-Lab62.075883.8329-57.6132

#f148fe color RGB value is (241,72,254).

#f148fe hex color red value is 241, green value is 72 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f148fe hue: 0.82 , saturation: 0.99 and the lightness value of f148fe is 0.64.

The process color (four color CMYK) of #f148fe color hex is 0.05, 0.72, 0.00, 0.00. Web safe color of #f148fe is #ff33ff. Color #f148fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01001000 11111110
Octal 361 110 376
Decimal 241 72 254
Hex F1 48 FE

RGB Percentages of Color #f148fe

%42.50
%12.70
%44.80

CMYK Percentages of Color #f148fe

%5
%72
%0
%0

Triadic Colors of #f148fe

#f148fe #fef148 #48fef1

Analogous Colors of #f148fe

#f148fe #fe48b0 #9648fe

Monochromatic Colors of #f148fe

#f148fe

Complementary Color

#f148fe #55fe48

#f148fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f148fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f148fe Color CSS Codes

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

#f148fe Text Font Color

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

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


#f148fe Background Color

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

This div background color is #f148fe


#f148fe Border Color

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

This div border color is #f148fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f148fe

Related Colors


Comments

No comments written yet.

Please login to write comment.