Color Hex Logo

#f95aa8 Color Hex

#F95AA8
(249,90,168)
0 Favorites   0 Comments

Color spaces of #f95aa8

RGB 24990168
HSL0.920.930.66
HSV331°64°98°
CMYK 0.000.640.33   0.02
XYZ49.791030.279240.2660
Yxy30.27920.41380.2516
Hunter Lab55.026565.2200-4.8672
CIE-Lab61.894467.3125-9.2558

#f95aa8 color RGB value is (249,90,168).

#f95aa8 hex color red value is 249, green value is 90 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #f95aa8 hue: 0.92 , saturation: 0.93 and the lightness value of f95aa8 is 0.66.

The process color (four color CMYK) of #f95aa8 color hex is 0.00, 0.64, 0.33, 0.02. Web safe color of #f95aa8 is #ff6699. Color #f95aa8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011010 10101000
Octal 371 132 250
Decimal 249 90 168
Hex F9 5A A8

RGB Percentages of Color #f95aa8

%49.11
%17.75
%33.14

CMYK Percentages of Color #f95aa8

%0
%64
%33
%2

Triadic Colors of #f95aa8

#f95aa8 #a8f95a #5aa8f9

Analogous Colors of #f95aa8

#f95aa8 #f95b5a #f95af8

Monochromatic Colors of #f95aa8

#f95aa8

Complementary Color

#f95aa8 #5af9ab

#f95aa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95aa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95aa8 Color CSS Codes

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

#f95aa8 Text Font Color

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

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


#f95aa8 Background Color

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

This div background color is #f95aa8


#f95aa8 Border Color

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

This div border color is #f95aa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95aa8

Related Colors


Comments

No comments written yet.

Please login to write comment.