Color Hex Logo

#f919fe Color Hex

#F919FE
(249,25,254)
0 Favorites   0 Comments

Color spaces of #f919fe

RGB 24925254
HSL0.830.990.55
HSV299°90°100°
CMYK 0.020.900.00   0.00
XYZ57.303927.990896.1484
Yxy27.99080.31580.1543
Hunter Lab52.9063100.7508-70.7152
CIE-Lab59.880495.3240-61.0492

#f919fe color RGB value is (249,25,254).

#f919fe hex color red value is 249, green value is 25 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f919fe hue: 0.83 , saturation: 0.99 and the lightness value of f919fe is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011001 11111110
Octal 371 31 376
Decimal 249 25 254
Hex F9 19 FE

RGB Percentages of Color #f919fe

%47.16
%4.73
%48.11

CMYK Percentages of Color #f919fe

%2
%90
%0
%0

Triadic Colors of #f919fe

#f919fe #fef919 #19fef9

Analogous Colors of #f919fe

#f919fe #fe1991 #8719fe

Monochromatic Colors of #f919fe

#f919fe

Complementary Color

#f919fe #1efe19

#f919fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f919fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f919fe Color CSS Codes

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

#f919fe Text Font Color

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

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


#f919fe Background Color

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

This div background color is #f919fe


#f919fe Border Color

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

This div border color is #f919fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f919fe

Related Colors


Comments

No comments written yet.

Please login to write comment.