Color Hex Logo

#f972be Color Hex

#F972BE
(249,114,190)
0 Favorites   0 Comments

Color spaces of #f972be

RGB 249114190
HSL0.910.920.71
HSV326°54°98°
CMYK 0.000.540.24   0.02
XYZ54.378535.892152.7770
Yxy35.89210.38010.2509
Hunter Lab59.910057.1765-10.2938
CIE-Lab66.437459.7475-14.9721

#f972be color RGB value is (249,114,190).

#f972be hex color red value is 249, green value is 114 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f972be hue: 0.91 , saturation: 0.92 and the lightness value of f972be is 0.71.

The process color (four color CMYK) of #f972be color hex is 0.00, 0.54, 0.24, 0.02. Web safe color of #f972be is #ff66cc. Color #f972be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110010 10111110
Octal 371 162 276
Decimal 249 114 190
Hex F9 72 BE

RGB Percentages of Color #f972be

%45.03
%20.61
%34.36

CMYK Percentages of Color #f972be

%0
%54
%24
%2

Triadic Colors of #f972be

#f972be #bef972 #72bef9

Analogous Colors of #f972be

#f972be #f9727b #f172f9

Monochromatic Colors of #f972be

#f972be

Complementary Color

#f972be #72f9ad

#f972be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f972be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f972be Color CSS Codes

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

#f972be Text Font Color

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

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


#f972be Background Color

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

This div background color is #f972be


#f972be Border Color

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

This div border color is #f972be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f972be

Related Colors


Comments

No comments written yet.

Please login to write comment.