Color Hex Logo

#f916ea Color Hex

#F916EA
(249,22,234)
0 Favorites   0 Comments

Color spaces of #f916ea

RGB 24922234
HSL0.840.950.53
HSV304°91°98°
CMYK 0.000.910.06   0.02
XYZ54.205126.654180.1297
Yxy26.65410.33670.1656
Hunter Lab51.627697.0632-55.8829
CIE-Lab58.652892.8602-51.8565

#f916ea color RGB value is (249,22,234).

#f916ea hex color red value is 249, green value is 22 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f916ea hue: 0.84 , saturation: 0.95 and the lightness value of f916ea is 0.53.

The process color (four color CMYK) of #f916ea color hex is 0.00, 0.91, 0.06, 0.02. Web safe color of #f916ea is #ff00ff. Color #f916ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010110 11101010
Octal 371 26 352
Decimal 249 22 234
Hex F9 16 EA

RGB Percentages of Color #f916ea

%49.31
%4.36
%46.34

CMYK Percentages of Color #f916ea

%0
%91
%6
%2

Triadic Colors of #f916ea

#f916ea #eaf916 #16eaf9

Analogous Colors of #f916ea

#f916ea #f91679 #9716f9

Monochromatic Colors of #f916ea

#f916ea

Complementary Color

#f916ea #16f925

#f916ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f916ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f916ea Color CSS Codes

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

#f916ea Text Font Color

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

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


#f916ea Background Color

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

This div background color is #f916ea


#f916ea Border Color

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

This div border color is #f916ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f916ea


Comments

No comments written yet.

Please login to write comment.