Color Hex Logo

#f220cb Color Hex

#F220CB
(242,32,203)
0 Favorites   0 Comments

Color spaces of #f220cb

RGB 24232203
HSL0.860.890.54
HSV311°87°95°
CMYK 0.000.870.16   0.05
XYZ47.914024.222158.6499
Yxy24.22210.36640.1852
Hunter Lab49.216087.6501-36.2038
CIE-Lab56.309586.2555-38.0578

#f220cb color RGB value is (242,32,203).

#f220cb hex color red value is 242, green value is 32 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f220cb hue: 0.86 , saturation: 0.89 and the lightness value of f220cb is 0.54.

The process color (four color CMYK) of #f220cb color hex is 0.00, 0.87, 0.16, 0.05. Web safe color of #f220cb is #ff33cc. Color #f220cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00100000 11001011
Octal 362 40 313
Decimal 242 32 203
Hex F2 20 CB

RGB Percentages of Color #f220cb

%50.73
%6.71
%42.56

CMYK Percentages of Color #f220cb

%0
%87
%16
%5

Triadic Colors of #f220cb

#f220cb #cbf220 #20cbf2

Analogous Colors of #f220cb

#f220cb #f22062 #b020f2

Monochromatic Colors of #f220cb

#f220cb

Complementary Color

#f220cb #20f247

#f220cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f220cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f220cb Color CSS Codes

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

#f220cb Text Font Color

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

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


#f220cb Background Color

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

This div background color is #f220cb


#f220cb Border Color

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

This div border color is #f220cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f220cb


Comments

No comments written yet.

Please login to write comment.