Color Hex Logo

#f0217a Color Hex

#F0217A
(240,33,122)
0 Favorites   0 Comments

Color spaces of #f0217a

RGB 24033122
HSL0.930.870.54
HSV334°86°94°
CMYK 0.000.860.49   0.06
XYZ39.991921.018120.3614
Yxy21.01810.49150.2583
Hunter Lab45.845575.47935.7593
CIE-Lab52.969377.38764.5425

#f0217a color RGB value is (240,33,122).

#f0217a hex color red value is 240, green value is 33 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #f0217a hue: 0.93 , saturation: 0.87 and the lightness value of f0217a is 0.54.

The process color (four color CMYK) of #f0217a color hex is 0.00, 0.86, 0.49, 0.06. Web safe color of #f0217a is #ff3366. Color #f0217a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100001 01111010
Octal 360 41 172
Decimal 240 33 122
Hex F0 21 7A

RGB Percentages of Color #f0217a

%60.76
%8.35
%30.89

CMYK Percentages of Color #f0217a

%0
%86
%49
%6

Triadic Colors of #f0217a

#f0217a #7af021 #217af0

Analogous Colors of #f0217a

#f0217a #f02f21 #f021e2

Monochromatic Colors of #f0217a

#f0217a

Complementary Color

#f0217a #21f097

#f0217a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0217a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0217a Color CSS Codes

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

#f0217a Text Font Color

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

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


#f0217a Background Color

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

This div background color is #f0217a


#f0217a Border Color

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

This div border color is #f0217a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,33,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0217a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0217a;
  -webkit-box-shadow: 1px 1px 3px 2px #f0217a;
  box-shadow:         1px 1px 3px 2px #f0217a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,33,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0217a


Comments

No comments written yet.

Please login to write comment.