Color Hex Logo

#f970ca Color Hex

#F970CA
(249,112,202)
0 Favorites   0 Comments

Color spaces of #f970ca

RGB 249112202
HSL0.890.920.71
HSV321°55°98°
CMYK 0.000.550.19   0.02
XYZ55.521835.992359.8980
Yxy35.99230.36670.2377
Hunter Lab59.993660.2063-17.2000
CIE-Lab66.514062.3060-21.6099

#f970ca color RGB value is (249,112,202).

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

The process color (four color CMYK) of #f970ca color hex is 0.00, 0.55, 0.19, 0.02. Web safe color of #f970ca is #ff66cc. Color #f970ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110000 11001010
Octal 371 160 312
Decimal 249 112 202
Hex F9 70 CA

RGB Percentages of Color #f970ca

%44.23
%19.89
%35.88

CMYK Percentages of Color #f970ca

%0
%55
%19
%2

Triadic Colors of #f970ca

#f970ca #caf970 #70caf9

Analogous Colors of #f970ca

#f970ca #f97086 #e470f9

Monochromatic Colors of #f970ca

#f970ca

Complementary Color

#f970ca #70f99f

#f970ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f970ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f970ca Color CSS Codes

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

#f970ca Text Font Color

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

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


#f970ca Background Color

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

This div background color is #f970ca


#f970ca Border Color

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

This div border color is #f970ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f970ca


Comments

No comments written yet.

Please login to write comment.