Color Hex Logo

#f473ca Color Hex

#F473CA
(244,115,202)
0 Favorites   0 Comments

Color spaces of #f473ca

RGB 244115202
HSL0.890.850.70
HSV320°53°96°
CMYK 0.000.530.17   0.04
XYZ54.099635.758859.9279
Yxy35.75880.36120.2387
Hunter Lab59.798756.8405-17.5591
CIE-Lab66.335259.4771-21.9455

#f473ca color RGB value is (244,115,202).

#f473ca hex color red value is 244, green value is 115 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f473ca hue: 0.89 , saturation: 0.85 and the lightness value of f473ca is 0.70.

The process color (four color CMYK) of #f473ca color hex is 0.00, 0.53, 0.17, 0.04. Web safe color of #f473ca is #ff66cc. Color #f473ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110011 11001010
Octal 364 163 312
Decimal 244 115 202
Hex F4 73 CA

RGB Percentages of Color #f473ca

%43.49
%20.50
%36.01

CMYK Percentages of Color #f473ca

%0
%53
%17
%4

Triadic Colors of #f473ca

#f473ca #caf473 #73caf4

Analogous Colors of #f473ca

#f473ca #f4738a #de73f4

Monochromatic Colors of #f473ca

#f473ca

Complementary Color

#f473ca #73f49d

#f473ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f473ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f473ca Color CSS Codes

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

#f473ca Text Font Color

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

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


#f473ca Background Color

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

This div background color is #f473ca


#f473ca Border Color

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

This div border color is #f473ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,115,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 #f473ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f473ca


Comments

No comments written yet.

Please login to write comment.