Color Hex Logo

#f01fdd Color Hex

#F01FDD
(240,31,221)
0 Favorites   0 Comments

Color spaces of #f01fdd

RGB 24031221
HSL0.850.870.53
HSV305°87°94°
CMYK 0.000.870.08   0.06
XYZ49.476324.725770.5715
Yxy24.72570.34170.1708
Hunter Lab49.724990.5888-49.3391
CIE-Lab56.807288.3891-47.5529

#f01fdd color RGB value is (240,31,221).

#f01fdd hex color red value is 240, green value is 31 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f01fdd hue: 0.85 , saturation: 0.87 and the lightness value of f01fdd is 0.53.

The process color (four color CMYK) of #f01fdd color hex is 0.00, 0.87, 0.08, 0.06. Web safe color of #f01fdd is #ff33cc. Color #f01fdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011111 11011101
Octal 360 37 335
Decimal 240 31 221
Hex F0 1F DD

RGB Percentages of Color #f01fdd

%48.78
%6.30
%44.92

CMYK Percentages of Color #f01fdd

%0
%87
%8
%6

Triadic Colors of #f01fdd

#f01fdd #ddf01f #1fddf0

Analogous Colors of #f01fdd

#f01fdd #f01f75 #9b1ff0

Monochromatic Colors of #f01fdd

#f01fdd

Complementary Color

#f01fdd #1ff032

#f01fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01fdd Color CSS Codes

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

#f01fdd Text Font Color

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

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


#f01fdd Background Color

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

This div background color is #f01fdd


#f01fdd Border Color

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

This div border color is #f01fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,31,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 #f01fdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01fdd


Comments

No comments written yet.

Please login to write comment.