Color Hex Logo

#f461fa Color Hex

#F461FA
(244,97,250)
0 Favorites   0 Comments

Color spaces of #f461fa

RGB 24497250
HSL0.830.940.68
HSV298°61°98°
CMYK 0.020.610.00   0.02
XYZ58.838234.684694.0362
Yxy34.68460.31370.1849
Hunter Lab58.893675.2681-53.4435
CIE-Lab65.502474.8282-49.9407

#f461fa color RGB value is (244,97,250).

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

The process color (four color CMYK) of #f461fa color hex is 0.02, 0.61, 0.00, 0.02. Web safe color of #f461fa is #ff66ff. Color #f461fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01100001 11111010
Octal 364 141 372
Decimal 244 97 250
Hex F4 61 FA

RGB Percentages of Color #f461fa

%41.29
%16.41
%42.30

CMYK Percentages of Color #f461fa

%2
%61
%0
%2

Triadic Colors of #f461fa

#f461fa #faf461 #61faf4

Analogous Colors of #f461fa

#f461fa #fa61b4 #a861fa

Monochromatic Colors of #f461fa

#f461fa

Complementary Color

#f461fa #67fa61

#f461fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f461fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f461fa Color CSS Codes

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

#f461fa Text Font Color

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

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


#f461fa Background Color

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

This div background color is #f461fa


#f461fa Border Color

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

This div border color is #f461fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,97,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f461fa

Related Colors


Comments

No comments written yet.

Please login to write comment.