Color Hex Logo

#f95abb Color Hex

#F95ABB
(249,90,187)
0 Favorites   0 Comments

Color spaces of #f95abb

RGB 24990187
HSL0.900.930.66
HSV323°64°98°
CMYK 0.000.640.25   0.02
XYZ51.692731.039950.2805
Yxy31.03990.38860.2334
Hunter Lab55.713568.1193-14.5088
CIE-Lab62.541369.5916-19.1722

#f95abb color RGB value is (249,90,187).

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

The process color (four color CMYK) of #f95abb color hex is 0.00, 0.64, 0.25, 0.02. Web safe color of #f95abb is #ff66cc. Color #f95abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011010 10111011
Octal 371 132 273
Decimal 249 90 187
Hex F9 5A BB

RGB Percentages of Color #f95abb

%47.34
%17.11
%35.55

CMYK Percentages of Color #f95abb

%0
%64
%25
%2

Triadic Colors of #f95abb

#f95abb #bbf95a #5abbf9

Analogous Colors of #f95abb

#f95abb #f95a6c #e85af9

Monochromatic Colors of #f95abb

#f95abb

Complementary Color

#f95abb #5af998

#f95abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95abb Color CSS Codes

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

#f95abb Text Font Color

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

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


#f95abb Background Color

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

This div background color is #f95abb


#f95abb Border Color

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

This div border color is #f95abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95abb


Comments

No comments written yet.

Please login to write comment.