Color Hex Logo

#f390ca Color Hex

#F390CA
(243,144,202)
0 Favorites   0 Comments

Color spaces of #f390ca

RGB 243144202
HSL0.900.800.76
HSV325°41°95°
CMYK 0.000.410.17   0.05
XYZ57.596143.265561.1925
Yxy43.26550.35540.2670
Hunter Lab65.776541.1916-9.1145
CIE-Lab71.734844.9443-13.7808

#f390ca color RGB value is (243,144,202).

#f390ca hex color red value is 243, green value is 144 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f390ca hue: 0.90 , saturation: 0.80 and the lightness value of f390ca is 0.76.

The process color (four color CMYK) of #f390ca color hex is 0.00, 0.41, 0.17, 0.05. Web safe color of #f390ca is #ff99cc. Color #f390ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10010000 11001010
Octal 363 220 312
Decimal 243 144 202
Hex F3 90 CA

RGB Percentages of Color #f390ca

%41.26
%24.45
%34.30

CMYK Percentages of Color #f390ca

%0
%41
%17
%5

Triadic Colors of #f390ca

#f390ca #caf390 #90caf3

Analogous Colors of #f390ca

#f390ca #f39099 #eb90f3

Monochromatic Colors of #f390ca

#f390ca

Complementary Color

#f390ca #90f3b9

#f390ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f390ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f390ca Color CSS Codes

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

#f390ca Text Font Color

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

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


#f390ca Background Color

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

This div background color is #f390ca


#f390ca Border Color

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

This div border color is #f390ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f390ca


Comments

No comments written yet.

Please login to write comment.