Color Hex Logo

#f981ff Color Hex

#F981FF
(249,129,255)
0 Favorites   0 Comments

Color spaces of #f981ff

RGB 249129255
HSL0.831.000.75
HSV297°49°100°
CMYK 0.020.490.00   0.00
XYZ64.967243.060399.4951
Yxy43.06030.31310.2075
Hunter Lab65.620361.8877-43.9626
CIE-Lab71.595962.8734-43.0510

#f981ff color RGB value is (249,129,255).

#f981ff hex color red value is 249, green value is 129 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f981ff hue: 0.83 , saturation: 1.00 and the lightness value of f981ff is 0.75.

The process color (four color CMYK) of #f981ff color hex is 0.02, 0.49, 0.00, 0.00. Web safe color of #f981ff is #ff99ff. Color #f981ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000001 11111111
Octal 371 201 377
Decimal 249 129 255
Hex F9 81 FF

RGB Percentages of Color #f981ff

%39.34
%20.38
%40.28

CMYK Percentages of Color #f981ff

%2
%49
%0
%0

Triadic Colors of #f981ff

#f981ff #fff981 #81fff9

Analogous Colors of #f981ff

#f981ff #ff81c6 #ba81ff

Monochromatic Colors of #f981ff

#f981ff

Complementary Color

#f981ff #87ff81

#f981ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f981ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f981ff Color CSS Codes

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

#f981ff Text Font Color

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

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


#f981ff Background Color

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

This div background color is #f981ff


#f981ff Border Color

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

This div border color is #f981ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f981ff

Related Colors

#f981ff Color Palettes


Comments

No comments written yet.

Please login to write comment.