Color Hex Logo

#f912fc Color Hex

#F912FC
(249,18,252)
0 Favorites   0 Comments

Color spaces of #f912fc

RGB 24918252
HSL0.830.980.53
HSV299°93°99°
CMYK 0.010.930.00   0.01
XYZ56.853927.600694.4264
Yxy27.60060.31780.1543
Hunter Lab52.5363101.2313-69.7899
CIE-Lab59.526295.7424-60.5075

#f912fc color RGB value is (249,18,252).

#f912fc hex color red value is 249, green value is 18 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f912fc hue: 0.83 , saturation: 0.98 and the lightness value of f912fc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010010 11111100
Octal 371 22 374
Decimal 249 18 252
Hex F9 12 FC

RGB Percentages of Color #f912fc

%47.98
%3.47
%48.55

CMYK Percentages of Color #f912fc

%1
%93
%0
%1

Triadic Colors of #f912fc

#f912fc #fcf912 #12fcf9

Analogous Colors of #f912fc

#f912fc #fc128a #8412fc

Monochromatic Colors of #f912fc

#f912fc

Complementary Color

#f912fc #15fc12

#f912fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f912fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f912fc Color CSS Codes

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

#f912fc Text Font Color

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

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


#f912fc Background Color

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

This div background color is #f912fc


#f912fc Border Color

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

This div border color is #f912fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,18,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f912fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f912fc

Related Colors


Comments

No comments written yet.

Please login to write comment.