Color Hex Logo

#f365fa Color Hex

#F365FA
(243,101,250)
0 Favorites   0 Comments

Color spaces of #f365fa

RGB 243101250
HSL0.830.940.69
HSV297°60°98°
CMYK 0.030.600.00   0.02
XYZ58.871135.264294.1463
Yxy35.26420.31270.1873
Hunter Lab59.383773.0379-52.4292
CIE-Lab65.953872.9616-49.2366

#f365fa color RGB value is (243,101,250).

#f365fa hex color red value is 243, green value is 101 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f365fa hue: 0.83 , saturation: 0.94 and the lightness value of f365fa is 0.69.

The process color (four color CMYK) of #f365fa color hex is 0.03, 0.60, 0.00, 0.02. Web safe color of #f365fa is #ff66ff. Color #f365fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01100101 11111010
Octal 363 145 372
Decimal 243 101 250
Hex F3 65 FA

RGB Percentages of Color #f365fa

%40.91
%17.00
%42.09

CMYK Percentages of Color #f365fa

%3
%60
%0
%2

Triadic Colors of #f365fa

#f365fa #faf365 #65faf3

Analogous Colors of #f365fa

#f365fa #fa65b7 #a965fa

Monochromatic Colors of #f365fa

#f365fa

Complementary Color

#f365fa #6cfa65

#f365fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f365fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f365fa Color CSS Codes

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

#f365fa Text Font Color

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

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


#f365fa Background Color

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

This div background color is #f365fa


#f365fa Border Color

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

This div border color is #f365fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f365fa


Comments

No comments written yet.

Please login to write comment.