Color Hex Logo

#f901dc Color Hex

#F901DC
(249,1,220)
0 Favorites   0 Comments

Color spaces of #f901dc

RGB 2491220
HSL0.850.990.49
HSV307°100°98°
CMYK 0.001.000.12   0.02
XYZ51.996025.328869.8586
Yxy25.32880.35330.1721
Hunter Lab50.327796.3434-47.0695
CIE-Lab57.394492.5732-45.9556

#f901dc color RGB value is (249,1,220).

#f901dc hex color red value is 249, green value is 1 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f901dc hue: 0.85 , saturation: 0.99 and the lightness value of f901dc is 0.49.

The process color (four color CMYK) of #f901dc color hex is 0.00, 1.00, 0.12, 0.02. Web safe color of #f901dc is #ff00cc. Color #f901dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000001 11011100
Octal 371 1 334
Decimal 249 1 220
Hex F9 1 DC

RGB Percentages of Color #f901dc

%52.98
%0.21
%46.81

CMYK Percentages of Color #f901dc

%0
%100
%12
%2

Triadic Colors of #f901dc

#f901dc #dcf901 #01dcf9

Analogous Colors of #f901dc

#f901dc #f90160 #9a01f9

Monochromatic Colors of #f901dc

#f901dc

Complementary Color

#f901dc #01f91e

#f901dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f901dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f901dc Color CSS Codes

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

#f901dc Text Font Color

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

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


#f901dc Background Color

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

This div background color is #f901dc


#f901dc Border Color

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

This div border color is #f901dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f901dc


Comments

No comments written yet.

Please login to write comment.