Color Hex Logo

#f351fe Color Hex

#F351FE
(243,81,254)
0 Favorites   0 Comments

Color spaces of #f351fe

RGB 24381254
HSL0.820.990.66
HSV296°68°100°
CMYK 0.040.680.00   0.00
XYZ57.794032.095396.9149
Yxy32.09530.30940.1718
Hunter Lab56.652782.9537-61.7696
CIE-Lab63.421681.2613-55.4523

#f351fe color RGB value is (243,81,254).

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

The process color (four color CMYK) of #f351fe color hex is 0.04, 0.68, 0.00, 0.00. Web safe color of #f351fe is #ff66ff. Color #f351fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01010001 11111110
Octal 363 121 376
Decimal 243 81 254
Hex F3 51 FE

RGB Percentages of Color #f351fe

%42.04
%14.01
%43.94

CMYK Percentages of Color #f351fe

%4
%68
%0
%0

Triadic Colors of #f351fe

#f351fe #fef351 #51fef3

Analogous Colors of #f351fe

#f351fe #fe51b3 #9d51fe

Monochromatic Colors of #f351fe

#f351fe

Complementary Color

#f351fe #5cfe51

#f351fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f351fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f351fe Color CSS Codes

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

#f351fe Text Font Color

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

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


#f351fe Background Color

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

This div background color is #f351fe


#f351fe Border Color

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

This div border color is #f351fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f351fe


Comments

No comments written yet.

Please login to write comment.