Color Hex Logo

#f901af Color Hex

#F901AF
(249,1,175)
0 Favorites   0 Comments

Color spaces of #f901af

RGB 2491175
HSL0.880.990.49
HSV318°100°98°
CMYK 0.001.000.30   0.02
XYZ46.815623.256642.5790
Yxy23.25660.41560.2064
Hunter Lab48.225188.8890-18.5909
CIE-Lab55.335787.3886-23.2617

#f901af color RGB value is (249,1,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000001 10101111
Octal 371 1 257
Decimal 249 1 175
Hex F9 1 AF

RGB Percentages of Color #f901af

%58.59
%0.24
%41.18

CMYK Percentages of Color #f901af

%0
%100
%30
%2

Triadic Colors of #f901af

#f901af #aff901 #01aff9

Analogous Colors of #f901af

#f901af #f90133 #c701f9

Monochromatic Colors of #f901af

#f901af

Complementary Color

#f901af #01f94b

#f901af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f901af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f901af Color CSS Codes

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

#f901af Text Font Color

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

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


#f901af Background Color

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

This div background color is #f901af


#f901af Border Color

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

This div border color is #f901af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f901af


Comments

No comments written yet.

Please login to write comment.