Color Hex Logo

#f901da Color Hex

#F901DA
(249,1,218)
0 Favorites   0 Comments

Color spaces of #f901da

RGB 2491218
HSL0.850.990.49
HSV308°100°98°
CMYK 0.001.000.12   0.02
XYZ51.732725.223468.4717
Yxy25.22340.35570.1734
Hunter Lab50.222995.9760-45.6773
CIE-Lab57.292492.3212-44.9822

#f901da color RGB value is (249,1,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000001 11011010
Octal 371 1 332
Decimal 249 1 218
Hex F9 1 DA

RGB Percentages of Color #f901da

%53.21
%0.21
%46.58

CMYK Percentages of Color #f901da

%0
%100
%12
%2

Triadic Colors of #f901da

#f901da #daf901 #01daf9

Analogous Colors of #f901da

#f901da #f9015e #9c01f9

Monochromatic Colors of #f901da

#f901da

Complementary Color

#f901da #01f920

#f901da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f901da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f901da Color CSS Codes

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

#f901da Text Font Color

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

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


#f901da Background Color

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

This div background color is #f901da


#f901da Border Color

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

This div border color is #f901da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f901da

Related Colors


Comments

No comments written yet.

Please login to write comment.