color codes Logo

#f975ab color codes

#F975AB
(249,117,171)
0 Favorites   0 Comments

Color spaces of #f975ab

RGB 249117171
HSL0.930.920.72
HSV335°53°98°
CMYK 0.000.530.31   0.02
XYZ52.778935.802642.6569
Yxy35.80260.40220.2728
Hunter Lab59.835352.7378-0.3835
CIE-Lab66.368855.9325-4.3282

#f975ab color RGB value is (249,117,171).

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

The process color (four color CMYK) of #f975ab color code is 0.00, 0.53, 0.31, 0.02. Web safe color of #f975ab is #ff6699. Color #f975ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110101 10101011
Octal 371 165 253
Decimal 249 117 171
Hex F9 75 AB

RGB Percentages of Color #f975ab

%46.37
%21.79
%31.84

CMYK Percentages of Color #f975ab

%0
%53
%31
%2

Triadic Colors of #f975ab

#f975ab #abf975 #75abf9

Analogous Colors of #f975ab

#f975ab #f98175 #f975ed

Monochromatic Colors of #f975ab

#f975ab

Complementary Color

#f975ab #75f9c3

#f975ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f975ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f975ab Color CSS Codes

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

#f975ab Text Font Color

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

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


#f975ab Background Color

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

This div background color is #f975ab


#f975ab Border Color

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

This div border color is #f975ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f975ab


Comments

No comments written yet.

Please login to write comment.