Color Hex Logo

#f991af Color Hex

#F991AF
(249,145,175)
0 Favorites   0 Comments

Color spaces of #f991af

RGB 249145175
HSL0.950.900.77
HSV343°42°98°
CMYK 0.000.420.30   0.02
XYZ56.930243.485745.9505
Yxy43.48570.38900.2971
Hunter Lab65.943738.70034.8465
CIE-Lab71.883442.66691.5062

#f991af color RGB value is (249,145,175).

#f991af hex color red value is 249, green value is 145 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f991af hue: 0.95 , saturation: 0.90 and the lightness value of f991af is 0.77.

The process color (four color CMYK) of #f991af color hex is 0.00, 0.42, 0.30, 0.02. Web safe color of #f991af is #ff9999. Color #f991af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010001 10101111
Octal 371 221 257
Decimal 249 145 175
Hex F9 91 AF

RGB Percentages of Color #f991af

%43.76
%25.48
%30.76

CMYK Percentages of Color #f991af

%0
%42
%30
%2

Triadic Colors of #f991af

#f991af #aff991 #91aff9

Analogous Colors of #f991af

#f991af #f9a791 #f991e3

Monochromatic Colors of #f991af

#f991af

Complementary Color

#f991af #91f9db

#f991af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f991af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f991af Color CSS Codes

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

#f991af Text Font Color

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

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


#f991af Background Color

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

This div background color is #f991af


#f991af Border Color

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

This div border color is #f991af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f991af

Related Colors


Comments

No comments written yet.

Please login to write comment.