Color Hex Logo

#f91acc Color Hex

#F91ACC
(249,26,204)
0 Favorites   0 Comments

Color spaces of #f91acc

RGB 24926204
HSL0.870.950.54
HSV312°90°98°
CMYK 0.000.900.18   0.02
XYZ50.335425.238259.3452
Yxy25.23820.37310.1871
Hunter Lab50.237690.9315-34.8723
CIE-Lab57.306888.5503-36.9788

#f91acc color RGB value is (249,26,204).

#f91acc hex color red value is 249, green value is 26 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f91acc hue: 0.87 , saturation: 0.95 and the lightness value of f91acc is 0.54.

The process color (four color CMYK) of #f91acc color hex is 0.00, 0.90, 0.18, 0.02. Web safe color of #f91acc is #ff33cc. Color #f91acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011010 11001100
Octal 371 32 314
Decimal 249 26 204
Hex F9 1A CC

RGB Percentages of Color #f91acc

%51.98
%5.43
%42.59

CMYK Percentages of Color #f91acc

%0
%90
%18
%2

Triadic Colors of #f91acc

#f91acc #ccf91a #1accf9

Analogous Colors of #f91acc

#f91acc #f91a5d #b71af9

Monochromatic Colors of #f91acc

#f91acc

Complementary Color

#f91acc #1af947

#f91acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91acc Color CSS Codes

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

#f91acc Text Font Color

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

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


#f91acc Background Color

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

This div background color is #f91acc


#f91acc Border Color

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

This div border color is #f91acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91acc


Comments

No comments written yet.

Please login to write comment.