color codes Logo

#f904dd color codes

#F904DD
(249,4,221)
0 Favorites   0 Comments

Color spaces of #f904dd

RGB 2494221
HSL0.850.970.50
HSV307°98°98°
CMYK 0.000.980.11   0.02
XYZ52.161525.447070.5692
Yxy25.44700.35200.1717
Hunter Lab50.445096.2950-47.6312
CIE-Lab57.508492.5152-46.3420

#f904dd color RGB value is (249,4,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000100 11011101
Octal 371 4 335
Decimal 249 4 221
Hex F9 4 DD

RGB Percentages of Color #f904dd

%52.53
%0.84
%46.62

CMYK Percentages of Color #f904dd

%0
%98
%11
%2

Triadic Colors of #f904dd

#f904dd #ddf904 #04ddf9

Analogous Colors of #f904dd

#f904dd #f90462 #9b04f9

Monochromatic Colors of #f904dd

#f904dd

Complementary Color

#f904dd #04f920

#f904dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f904dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f904dd Color CSS Codes

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

#f904dd Text Font Color

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

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


#f904dd Background Color

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

This div background color is #f904dd


#f904dd Border Color

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

This div border color is #f904dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f904dd


Comments

No comments written yet.

Please login to write comment.