Color Hex Logo

#f94fdb Color Hex

#F94FDB
(249,79,219)
0 Favorites   0 Comments

Color spaces of #f94fdb

RGB 24979219
HSL0.860.930.64
HSV311°68°98°
CMYK 0.000.680.12   0.02
XYZ54.649130.846270.0914
Yxy30.84620.35120.1983
Hunter Lab55.539478.4449-35.9472
CIE-Lab62.377677.9340-37.5553

#f94fdb color RGB value is (249,79,219).

#f94fdb hex color red value is 249, green value is 79 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f94fdb hue: 0.86 , saturation: 0.93 and the lightness value of f94fdb is 0.64.

The process color (four color CMYK) of #f94fdb color hex is 0.00, 0.68, 0.12, 0.02. Web safe color of #f94fdb is #ff66cc. Color #f94fdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001111 11011011
Octal 371 117 333
Decimal 249 79 219
Hex F9 4F DB

RGB Percentages of Color #f94fdb

%45.52
%14.44
%40.04

CMYK Percentages of Color #f94fdb

%0
%68
%12
%2

Triadic Colors of #f94fdb

#f94fdb #dbf94f #4fdbf9

Analogous Colors of #f94fdb

#f94fdb #f94f86 #c24ff9

Monochromatic Colors of #f94fdb

#f94fdb

Complementary Color

#f94fdb #4ff96d

#f94fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94fdb Color CSS Codes

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

#f94fdb Text Font Color

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

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


#f94fdb Background Color

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

This div background color is #f94fdb


#f94fdb Border Color

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

This div border color is #f94fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94fdb


Comments

No comments written yet.

Please login to write comment.