Color Hex Logo

#f213fa Color Hex

#F213FA
(242,19,250)
0 Favorites   0 Comments

Color spaces of #f213fa

RGB 24219250
HSL0.830.960.53
HSV298°92°98°
CMYK 0.030.920.00   0.02
XYZ54.106126.245192.6566
Yxy26.24510.31270.1517
Hunter Lab51.230098.8688-71.3733
CIE-Lab58.269094.2620-61.4760

#f213fa color RGB value is (242,19,250).

#f213fa hex color red value is 242, green value is 19 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f213fa hue: 0.83 , saturation: 0.96 and the lightness value of f213fa is 0.53.

The process color (four color CMYK) of #f213fa color hex is 0.03, 0.92, 0.00, 0.02. Web safe color of #f213fa is #ff00ff. Color #f213fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00010011 11111010
Octal 362 23 372
Decimal 242 19 250
Hex F2 13 FA

RGB Percentages of Color #f213fa

%47.36
%3.72
%48.92

CMYK Percentages of Color #f213fa

%3
%92
%0
%2

Triadic Colors of #f213fa

#f213fa #faf213 #13faf2

Analogous Colors of #f213fa

#f213fa #fa138f #7f13fa

Monochromatic Colors of #f213fa

#f213fa

Complementary Color

#f213fa #1bfa13

#f213fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f213fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f213fa Color CSS Codes

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

#f213fa Text Font Color

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

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


#f213fa Background Color

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

This div background color is #f213fa


#f213fa Border Color

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

This div border color is #f213fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,19,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f213fa


Comments

No comments written yet.

Please login to write comment.