Color Hex Logo

#f901b2 Color Hex

#F901B2
(249,1,178)
0 Favorites   0 Comments

Color spaces of #f901b2

RGB 2491178
HSL0.880.990.49
HSV317°100°98°
CMYK 0.001.000.29   0.02
XYZ47.113723.375844.1483
Yxy23.37580.41100.2039
Hunter Lab48.348589.3312-20.2953
CIE-Lab55.457387.7005-24.8271

#f901b2 color RGB value is (249,1,178).

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

The process color (four color CMYK) of #f901b2 color hex is 0.00, 1.00, 0.29, 0.02. Web safe color of #f901b2 is #ff0099. Color #f901b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000001 10110010
Octal 371 1 262
Decimal 249 1 178
Hex F9 1 B2

RGB Percentages of Color #f901b2

%58.18
%0.23
%41.59

CMYK Percentages of Color #f901b2

%0
%100
%29
%2

Triadic Colors of #f901b2

#f901b2 #b2f901 #01b2f9

Analogous Colors of #f901b2

#f901b2 #f90136 #c401f9

Monochromatic Colors of #f901b2

#f901b2

Complementary Color

#f901b2 #01f948

#f901b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f901b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f901b2 Color CSS Codes

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

#f901b2 Text Font Color

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

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


#f901b2 Background Color

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

This div background color is #f901b2


#f901b2 Border Color

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

This div border color is #f901b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f901b2


Comments

No comments written yet.

Please login to write comment.