Color Hex Logo

#f919ea Color Hex

#F919EA
(249,25,234)
0 Favorites   0 Comments

Color spaces of #f919ea

RGB 24925234
HSL0.840.950.54
HSV304°90°98°
CMYK 0.000.900.06   0.02
XYZ54.265826.775580.1500
Yxy26.77550.33670.1661
Hunter Lab51.745096.6418-55.6151
CIE-Lab58.765992.5271-51.6766

#f919ea color RGB value is (249,25,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011001 11101010
Octal 371 31 352
Decimal 249 25 234
Hex F9 19 EA

RGB Percentages of Color #f919ea

%49.02
%4.92
%46.06

CMYK Percentages of Color #f919ea

%0
%90
%6
%2

Triadic Colors of #f919ea

#f919ea #eaf919 #19eaf9

Analogous Colors of #f919ea

#f919ea #f9197a #9819f9

Monochromatic Colors of #f919ea

#f919ea

Complementary Color

#f919ea #19f928

#f919ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f919ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f919ea Color CSS Codes

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

#f919ea Text Font Color

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

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


#f919ea Background Color

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

This div background color is #f919ea


#f919ea Border Color

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

This div border color is #f919ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f919ea

Related Colors


Comments

No comments written yet.

Please login to write comment.