Color Hex Logo

#f461fc Color Hex

#F461FC
(244,97,252)
0 Favorites   0 Comments

Color spaces of #f461fc

RGB 24497252
HSL0.820.960.68
HSV297°62°99°
CMYK 0.030.620.00   0.01
XYZ59.153634.810895.6969
Yxy34.81080.31190.1835
Hunter Lab59.000775.7115-54.8657
CIE-Lab65.601175.1627-50.8851

#f461fc color RGB value is (244,97,252).

#f461fc hex color red value is 244, green value is 97 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f461fc hue: 0.82 , saturation: 0.96 and the lightness value of f461fc is 0.68.

The process color (four color CMYK) of #f461fc color hex is 0.03, 0.62, 0.00, 0.01. Web safe color of #f461fc is #ff66ff. Color #f461fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01100001 11111100
Octal 364 141 374
Decimal 244 97 252
Hex F4 61 FC

RGB Percentages of Color #f461fc

%41.15
%16.36
%42.50

CMYK Percentages of Color #f461fc

%3
%62
%0
%1

Triadic Colors of #f461fc

#f461fc #fcf461 #61fcf4

Analogous Colors of #f461fc

#f461fc #fc61b7 #a761fc

Monochromatic Colors of #f461fc

#f461fc

Complementary Color

#f461fc #69fc61

#f461fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f461fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f461fc Color CSS Codes

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

#f461fc Text Font Color

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

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


#f461fc Background Color

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

This div background color is #f461fc


#f461fc Border Color

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

This div border color is #f461fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f461fc

Related Colors


Comments

No comments written yet.

Please login to write comment.