Color Hex Logo

#f461ff Color Hex

#F461FF
(244,97,255)
0 Favorites   0 Comments

Color spaces of #f461ff

RGB 24497255
HSL0.821.000.69
HSV296°62°100°
CMYK 0.040.620.00   0.00
XYZ59.632935.002598.2209
Yxy35.00250.30920.1815
Hunter Lab59.162976.3829-57.0179
CIE-Lab65.750675.6681-52.2970

#f461ff color RGB value is (244,97,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01100001 11111111
Octal 364 141 377
Decimal 244 97 255
Hex F4 61 FF

RGB Percentages of Color #f461ff

%40.94
%16.28
%42.79

CMYK Percentages of Color #f461ff

%4
%62
%0
%0

Triadic Colors of #f461ff

#f461ff #fff461 #61fff4

Analogous Colors of #f461ff

#f461ff #ff61bb #a561ff

Monochromatic Colors of #f461ff

#f461ff

Complementary Color

#f461ff #6cff61

#f461ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f461ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f461ff Color CSS Codes

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

#f461ff Text Font Color

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

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


#f461ff Background Color

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

This div background color is #f461ff


#f461ff Border Color

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

This div border color is #f461ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f461ff

Related Colors


Comments

No comments written yet.

Please login to write comment.