Color Hex Logo

#f94fcb Color Hex

#F94FCB
(249,79,203)
0 Favorites   0 Comments

Color spaces of #f94fcb

RGB 24979203
HSL0.880.930.64
HSV316°68°98°
CMYK 0.000.680.18   0.02
XYZ52.642430.043559.5243
Yxy30.04350.37020.2113
Hunter Lab54.812075.5137-26.0190
CIE-Lab61.691775.7377-29.5827

#f94fcb color RGB value is (249,79,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001111 11001011
Octal 371 117 313
Decimal 249 79 203
Hex F9 4F CB

RGB Percentages of Color #f94fcb

%46.89
%14.88
%38.23

CMYK Percentages of Color #f94fcb

%0
%68
%18
%2

Triadic Colors of #f94fcb

#f94fcb #cbf94f #4fcbf9

Analogous Colors of #f94fcb

#f94fcb #f94f76 #d24ff9

Monochromatic Colors of #f94fcb

#f94fcb

Complementary Color

#f94fcb #4ff97d

#f94fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94fcb Color CSS Codes

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

#f94fcb Text Font Color

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

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


#f94fcb Background Color

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

This div background color is #f94fcb


#f94fcb Border Color

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

This div border color is #f94fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94fcb


Comments

No comments written yet.

Please login to write comment.