Color Hex Logo

#f913fe Color Hex

#F913FE
(249,19,254)
0 Favorites   0 Comments

Color spaces of #f913fe

RGB 24919254
HSL0.830.990.54
HSV299°93°100°
CMYK 0.020.930.00   0.00
XYZ57.189227.761296.1102
Yxy27.76120.31590.1533
Hunter Lab52.6889101.5406-71.2691
CIE-Lab59.672495.9388-61.3824

#f913fe color RGB value is (249,19,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010011 11111110
Octal 371 23 376
Decimal 249 19 254
Hex F9 13 FE

RGB Percentages of Color #f913fe

%47.70
%3.64
%48.66

CMYK Percentages of Color #f913fe

%2
%93
%0
%0

Triadic Colors of #f913fe

#f913fe #fef913 #13fef9

Analogous Colors of #f913fe

#f913fe #fe138e #8413fe

Monochromatic Colors of #f913fe

#f913fe

Complementary Color

#f913fe #18fe13

#f913fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f913fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f913fe Color CSS Codes

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

#f913fe Text Font Color

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

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


#f913fe Background Color

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

This div background color is #f913fe


#f913fe Border Color

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

This div border color is #f913fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f913fe

Related Colors


Comments

No comments written yet.

Please login to write comment.