Color Hex Logo

#f20acb Color Hex

#F20ACB
(242,10,203)
0 Favorites   0 Comments

Color spaces of #f20acb

RGB 24210203
HSL0.860.920.49
HSV310°96°95°
CMYK 0.000.960.16   0.05
XYZ47.506023.406158.5139
Yxy23.40610.36710.1808
Hunter Lab48.379990.6111-37.8435
CIE-Lab55.488288.6628-39.3479

#f20acb color RGB value is (242,10,203).

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

The process color (four color CMYK) of #f20acb color hex is 0.00, 0.96, 0.16, 0.05. Web safe color of #f20acb is #ff00cc. Color #f20acb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001010 11001011
Octal 362 12 313
Decimal 242 10 203
Hex F2 A CB

RGB Percentages of Color #f20acb

%53.19
%2.20
%44.62

CMYK Percentages of Color #f20acb

%0
%96
%16
%5

Triadic Colors of #f20acb

#f20acb #cbf20a #0acbf2

Analogous Colors of #f20acb

#f20acb #f20a57 #a50af2

Monochromatic Colors of #f20acb

#f20acb

Complementary Color

#f20acb #0af231

#f20acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20acb Color CSS Codes

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

#f20acb Text Font Color

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

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


#f20acb Background Color

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

This div background color is #f20acb


#f20acb Border Color

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

This div border color is #f20acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20acb


Comments

No comments written yet.

Please login to write comment.