Color Hex Logo

#f365aa Color Hex

#F365AA
(243,101,170)
0 Favorites   0 Comments

Color spaces of #f365aa

RGB 243101170
HSL0.920.860.67
HSV331°58°95°
CMYK 0.000.580.30   0.05
XYZ48.871531.264341.4890
Yxy31.26430.40180.2571
Hunter Lab55.914558.1658-4.8535
CIE-Lab62.730161.2136-9.2538

#f365aa color RGB value is (243,101,170).

#f365aa hex color red value is 243, green value is 101 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f365aa hue: 0.92 , saturation: 0.86 and the lightness value of f365aa is 0.67.

The process color (four color CMYK) of #f365aa color hex is 0.00, 0.58, 0.30, 0.05. Web safe color of #f365aa is #ff6699. Color #f365aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01100101 10101010
Octal 363 145 252
Decimal 243 101 170
Hex F3 65 AA

RGB Percentages of Color #f365aa

%47.28
%19.65
%33.07

CMYK Percentages of Color #f365aa

%0
%58
%30
%5

Triadic Colors of #f365aa

#f365aa #aaf365 #65aaf3

Analogous Colors of #f365aa

#f365aa #f36765 #f365f1

Monochromatic Colors of #f365aa

#f365aa

Complementary Color

#f365aa #65f3ae

#f365aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f365aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f365aa Color CSS Codes

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

#f365aa Text Font Color

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

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


#f365aa Background Color

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

This div background color is #f365aa


#f365aa Border Color

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

This div border color is #f365aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,101,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f365aa


Comments

No comments written yet.

Please login to write comment.