Color Hex Logo

#f390af Color Hex

#F390AF
(243,144,175)
0 Favorites   0 Comments

Color spaces of #f390af

RGB 243144175
HSL0.950.800.76
HSV341°41°95°
CMYK 0.000.410.28   0.05
XYZ54.673342.096345.8013
Yxy42.09630.38350.2953
Hunter Lab64.881736.87223.5631
CIE-Lab70.937341.10020.0375

#f390af color RGB value is (243,144,175).

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

The process color (four color CMYK) of #f390af color hex is 0.00, 0.41, 0.28, 0.05. Web safe color of #f390af is #ff9999. Color #f390af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10010000 10101111
Octal 363 220 257
Decimal 243 144 175
Hex F3 90 AF

RGB Percentages of Color #f390af

%43.24
%25.62
%31.14

CMYK Percentages of Color #f390af

%0
%41
%28
%5

Triadic Colors of #f390af

#f390af #aff390 #90aff3

Analogous Colors of #f390af

#f390af #f3a390 #f390e1

Monochromatic Colors of #f390af

#f390af

Complementary Color

#f390af #90f3d4

#f390af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f390af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f390af Color CSS Codes

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

#f390af Text Font Color

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

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


#f390af Background Color

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

This div background color is #f390af


#f390af Border Color

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

This div border color is #f390af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f390af


Comments

No comments written yet.

Please login to write comment.