Color Hex Logo

#f473cb Color Hex

#F473CB
(244,115,203)
0 Favorites   0 Comments

Color spaces of #f473cb

RGB 244115203
HSL0.890.850.70
HSV319°53°96°
CMYK 0.000.530.17   0.04
XYZ54.218535.806460.5536
Yxy35.80640.36010.2378
Hunter Lab59.838457.0182-18.1117
CIE-Lab66.371759.6230-22.4510

#f473cb color RGB value is (244,115,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110011 11001011
Octal 364 163 313
Decimal 244 115 203
Hex F4 73 CB

RGB Percentages of Color #f473cb

%43.42
%20.46
%36.12

CMYK Percentages of Color #f473cb

%0
%53
%17
%4

Triadic Colors of #f473cb

#f473cb #cbf473 #73cbf4

Analogous Colors of #f473cb

#f473cb #f4738b #dd73f4

Monochromatic Colors of #f473cb

#f473cb

Complementary Color

#f473cb #73f49c

#f473cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f473cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f473cb Color CSS Codes

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

#f473cb Text Font Color

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

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


#f473cb Background Color

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

This div background color is #f473cb


#f473cb Border Color

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

This div border color is #f473cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,115,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f473cb


Comments

No comments written yet.

Please login to write comment.