Color Hex Logo

#f390cb Color Hex

#F390CB
(243,144,203)
0 Favorites   0 Comments

Color spaces of #f390cb

RGB 243144203
HSL0.900.800.76
HSV324°41°95°
CMYK 0.000.410.16   0.05
XYZ57.714943.313061.8182
Yxy43.31300.35440.2660
Hunter Lab65.812641.3649-9.6226
CIE-Lab71.766945.0967-14.2861

#f390cb color RGB value is (243,144,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10010000 11001011
Octal 363 220 313
Decimal 243 144 203
Hex F3 90 CB

RGB Percentages of Color #f390cb

%41.19
%24.41
%34.41

CMYK Percentages of Color #f390cb

%0
%41
%16
%5

Triadic Colors of #f390cb

#f390cb #cbf390 #90cbf3

Analogous Colors of #f390cb

#f390cb #f3909a #ea90f3

Monochromatic Colors of #f390cb

#f390cb

Complementary Color

#f390cb #90f3b8

#f390cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f390cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f390cb Color CSS Codes

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

#f390cb Text Font Color

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

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


#f390cb Background Color

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

This div background color is #f390cb


#f390cb Border Color

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

This div border color is #f390cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f390cb

Related Colors


Comments

No comments written yet.

Please login to write comment.