Color Hex Logo

#f970fb Color Hex

#F970FB
(249,112,251)
0 Favorites   0 Comments

Color spaces of #f970fb

RGB 249112251
HSL0.830.950.71
HSV299°55°98°
CMYK 0.010.550.00   0.02
XYZ62.273738.693195.4531
Yxy38.69310.31700.1970
Hunter Lab62.203869.8440-47.4392
CIE-Lab68.528469.9225-45.6753

#f970fb color RGB value is (249,112,251).

#f970fb hex color red value is 249, green value is 112 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f970fb hue: 0.83 , saturation: 0.95 and the lightness value of f970fb is 0.71.

The process color (four color CMYK) of #f970fb color hex is 0.01, 0.55, 0.00, 0.02. Web safe color of #f970fb is #ff66ff. Color #f970fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110000 11111011
Octal 371 160 373
Decimal 249 112 251
Hex F9 70 FB

RGB Percentages of Color #f970fb

%40.69
%18.30
%41.01

CMYK Percentages of Color #f970fb

%1
%55
%0
%2

Triadic Colors of #f970fb

#f970fb #fbf970 #70fbf9

Analogous Colors of #f970fb

#f970fb #fb70b8 #b470fb

Monochromatic Colors of #f970fb

#f970fb

Complementary Color

#f970fb #72fb70

#f970fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f970fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f970fb Color CSS Codes

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

#f970fb Text Font Color

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

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


#f970fb Background Color

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

This div background color is #f970fb


#f970fb Border Color

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

This div border color is #f970fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f970fb

Related Colors


Comments

No comments written yet.

Please login to write comment.