Color Hex Logo

#f904cc Color Hex

#F904CC
(249,4,204)
0 Favorites   0 Comments

Color spaces of #f904cc

RGB 2494204
HSL0.860.970.50
HSV311°98°98°
CMYK 0.000.980.18   0.02
XYZ50.009424.586259.2366
Yxy24.58620.37370.1837
Hunter Lab49.584593.2569-36.1223
CIE-Lab56.670090.4199-37.9770

#f904cc color RGB value is (249,4,204).

#f904cc hex color red value is 249, green value is 4 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f904cc hue: 0.86 , saturation: 0.97 and the lightness value of f904cc is 0.50.

The process color (four color CMYK) of #f904cc color hex is 0.00, 0.98, 0.18, 0.02. Web safe color of #f904cc is #ff00cc. Color #f904cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000100 11001100
Octal 371 4 314
Decimal 249 4 204
Hex F9 4 CC

RGB Percentages of Color #f904cc

%54.49
%0.88
%44.64

CMYK Percentages of Color #f904cc

%0
%98
%18
%2

Triadic Colors of #f904cc

#f904cc #ccf904 #04ccf9

Analogous Colors of #f904cc

#f904cc #f90451 #ac04f9

Monochromatic Colors of #f904cc

#f904cc

Complementary Color

#f904cc #04f931

#f904cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f904cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f904cc Color CSS Codes

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

#f904cc Text Font Color

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

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


#f904cc Background Color

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

This div background color is #f904cc


#f904cc Border Color

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

This div border color is #f904cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f904cc

Related Colors


Comments

No comments written yet.

Please login to write comment.