Color Hex Logo

#f904de Color Hex

#F904DE
(249,4,222)
0 Favorites   0 Comments

Color spaces of #f904de

RGB 2494222
HSL0.850.970.50
HSV307°98°98°
CMYK 0.000.980.11   0.02
XYZ52.295225.500571.2731
Yxy25.50050.35080.1711
Hunter Lab50.498096.4811-48.3335
CIE-Lab57.559992.6428-46.8268

#f904de color RGB value is (249,4,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000100 11011110
Octal 371 4 336
Decimal 249 4 222
Hex F9 4 DE

RGB Percentages of Color #f904de

%52.42
%0.84
%46.74

CMYK Percentages of Color #f904de

%0
%98
%11
%2

Triadic Colors of #f904de

#f904de #def904 #04def9

Analogous Colors of #f904de

#f904de #f90463 #9a04f9

Monochromatic Colors of #f904de

#f904de

Complementary Color

#f904de #04f91f

#f904de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f904de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f904de Color CSS Codes

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

#f904de Text Font Color

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

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


#f904de Background Color

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

This div background color is #f904de


#f904de Border Color

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

This div border color is #f904de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f904de


Comments

No comments written yet.

Please login to write comment.